Issue with wiki
Added by Stéphane GAMET over 12 years ago
Hello,
I use redmine for the first time and I meet an issue with the wiki : only the first modification is possible, once it is done, the preview of the second modification is possible but I cant save the modification.
I am using Redmine 2.1.4.stable.11025
Can anyone help me ? maybe I ve made a mistake ?
Thanks
Replies (3)
RE: Issue with wiki
-
Added by Jan Niggemann (redmine.org team member) over 12 years ago
From How to request Help
Please attach the output from running the following in your Redmine directory.
RAILS_ENV=YOUR_ENVIRONMENT script/about
What state the exact error you get...
RE: Issue with wiki
-
Added by Stéphane GAMET over 12 years ago
Here is the output
Rails Error: Unable to access log file. Please ensure that /share/apache/redmine-2.1/log/YOUR_ENVIRONMENT.log exists and is chmod 0666. The log level has been raised to WARN and the output directed to STDERR until the problem is fixed. You did not specify how you would like Rails to report deprecation notices for your YOUR_ENVIRONMENT environment, please set config.active_support.deprecation to :log, :notify or :stderr at config/environments/YOUR_ENVIRONMENT.rb /var/lib/gems/1.9.1/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_specification.rb:47:in `resolve_hash_connection': database configuration does not specify adapter (ActiveRecord::AdapterNotSpecified) from /var/lib/gems/1.9.1/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_specification.rb:41:in `resolve_string_connection' from /var/lib/gems/1.9.1/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_specification.rb:25:in `spec' from /var/lib/gems/1.9.1/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_specification.rb:130:in `establish_connection' from /var/lib/gems/1.9.1/gems/activerecord-3.2.9/lib/active_record/railtie.rb:82:in `block (2 levels) in <class:Railtie>' from /var/lib/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/lazy_load_hooks.rb:36:in `instance_eval' from /var/lib/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/lazy_load_hooks.rb:36:in `execute_hook' from /var/lib/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/lazy_load_hooks.rb:43:in `block in run_load_hooks' from /var/lib/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/lazy_load_hooks.rb:42:in `each' from /var/lib/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/lazy_load_hooks.rb:42:in `run_load_hooks' from /var/lib/gems/1.9.1/gems/activerecord-3.2.9/lib/active_record/base.rb:720:in `<top (required)>' from /share/apache/redmine-2.1/lib/plugins/acts_as_activity_provider/init.rb:2:in `block in <top (required)>' from /share/apache/redmine-2.1/config/initializers/00-core_plugins.rb:12:in `eval' from /share/apache/redmine-2.1/config/initializers/00-core_plugins.rb:12:in `block in <top (required)>' from /share/apache/redmine-2.1/config/initializers/00-core_plugins.rb:2:in `each' from /share/apache/redmine-2.1/config/initializers/00-core_plugins.rb:2:in `<top (required)>' from /var/lib/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/dependencies.rb:245:in `load' from /var/lib/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/dependencies.rb:245:in `block in load' from /var/lib/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/dependencies.rb:236:in `load_dependency' from /var/lib/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/dependencies.rb:245:in `load' from /var/lib/gems/1.9.1/gems/railties-3.2.9/lib/rails/engine.rb:588:in `block (2 levels) in <class:Engine>' from /var/lib/gems/1.9.1/gems/railties-3.2.9/lib/rails/engine.rb:587:in `each' from /var/lib/gems/1.9.1/gems/railties-3.2.9/lib/rails/engine.rb:587:in `block in <class:Engine>' from /var/lib/gems/1.9.1/gems/railties-3.2.9/lib/rails/initializable.rb:30:in `instance_exec' from /var/lib/gems/1.9.1/gems/railties-3.2.9/lib/rails/initializable.rb:30:in `run' from /var/lib/gems/1.9.1/gems/railties-3.2.9/lib/rails/initializable.rb:55:in `block in run_initializers' from /var/lib/gems/1.9.1/gems/railties-3.2.9/lib/rails/initializable.rb:54:in `each' from /var/lib/gems/1.9.1/gems/railties-3.2.9/lib/rails/initializable.rb:54:in `run_initializers' from /var/lib/gems/1.9.1/gems/railties-3.2.9/lib/rails/application.rb:136:in `initialize!' from /var/lib/gems/1.9.1/gems/railties-3.2.9/lib/rails/railtie/configurable.rb:30:in `method_missing' from /share/apache/redmine-2.1/config/environment.rb:14:in `<top (required)>' from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from script/about:4:in `<main>'
RE: Issue with wiki
-
Added by Jan Niggemann (redmine.org team member) over 12 years ago
There's a problem with your redmine instance:
Unable to access log file. Please ensure that /share/apache/redmine-2.1/log/YOUR_ENVIRONMENT.log exists and is chmod 0666.
Do you use passenger? If so, read this, as which user does it run? Ensure the user passenger runs as has write access to the logfile...
Did you set the filesystem permissions according RedmineInstall?