Defect #14128
closedInternal Error after installing 2.3 on Ubuntu 10.4
0%
Description
Installed Redmine 2.3 on Ubuntu and when trying to launch http://my.domain.com/redmine I get the following error:
Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your redMine administrator for assistance.
There were no errors during the installation.
Log file shows:
Processing WelcomeController#index (for xxx.xxx.xxx.xxx at 2013-05-22 14:25:42) [GET]
Parameters: {"controller"=>"welcome", "action"=>"index"}
NoMethodError (undefined method `[]' for nil:NilClass):
/app/models/setting.rb:100:in `value='
/vendor/rails/activerecord/lib/active_record/base.rb:2589:in `send'
/vendor/rails/activerecord/lib/active_record/base.rb:2589:in `attributes='
/vendor/rails/activerecord/lib/active_record/base.rb:2585:in `each'
/vendor/rails/activerecord/lib/active_record/base.rb:2585:in `attributes='
/vendor/rails/activerecord/lib/active_record/base.rb:2285:in `initialize'
/app/models/setting.rb:166:in `new'
/app/models/setting.rb:166:in `find_or_default'
/app/models/setting.rb:107:in `[]'
Appreciate of any help
Updated by Filou Centrinov over 12 years ago
Any Plugin installed? Try without Plugins. If the error appears again please read Submissions and give detailed information about your system.
Updated by Bhasker Nayini over 12 years ago
It was a bare minimum installation no explicit plugins installed. How do I find out which plugins are installed
Updated by Filou Centrinov over 12 years ago
- You are able to see the plugin list in Administration -> Plugins.
- You find your installed plugins in the directory #{RAILS_ROOT}/plugins (Redmine 2.x)
In Plugins you find more informations.
Updated by Toshi MARUYAMA over 12 years ago
- Priority changed from High to Low
It seems you did not run "rake db:migrate".
Updated by Go MAEDA over 10 years ago
- Status changed from New to Closed
- Resolution set to No feedback
No feedback from the author, closing.