Open chytry opened 10 years ago
Iv got bitnami redmine 2.3.2 on amazon. Ma account panel lokk like this:
and when ima trying to save settings on this page i get internal error.
Log from this situation:
Processing by MyController#account as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"nVCEnzNU0ODZta4RBa730XJ43S0U3vbKn3P4ZbRNxoU=", "user"=>{"firstname"=>"Chytry", "lastname"=>"Chytry", "mail"=>"mail@chytry.pl", "language"=>"pl", "reminder_notification"=>"1,3,5", "mail_notification"=>"all"}, "commit"=>"Zapisz", "pref"=>{"no_self_notified"=>"0", "hide_mail"=>"0", "time_zone"=>"Warsaw", "comments_sorting"=>"asc", "warn_on_leaving_unsaved"=>"1"}} Current user: Chytry (id=1) Completed 500 Internal Server Error in 5ms
ActiveRecord::UnknownAttributeError (unknown attribute: reminder_notification): lib/redmine/safe_attributes.rb:84:in safe_attributes=' app/controllers/my_controller.rb:54:inaccount'
Additionaly i can even unninstal it: After typing:
rake redmine:plugins:migrate NAME=due_date_reminder VERSION=0 RAILS_ENV=production
and deleting plugin folder redmine doesnt work anymore.
Any help?
I really do not know whether its issue with your environment or plugin does not work with redmine 2.3.2
Iv got bitnami redmine 2.3.2 on amazon. Ma account panel lokk like this:
and when ima trying to save settings on this page i get internal error.
Log from this situation:
Processing by MyController#account as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"nVCEnzNU0ODZta4RBa730XJ43S0U3vbKn3P4ZbRNxoU=", "user"=>{"firstname"=>"Chytry", "lastname"=>"Chytry", "mail"=>"mail@chytry.pl", "language"=>"pl", "reminder_notification"=>"1,3,5", "mail_notification"=>"all"}, "commit"=>"Zapisz", "pref"=>{"no_self_notified"=>"0", "hide_mail"=>"0", "time_zone"=>"Warsaw", "comments_sorting"=>"asc", "warn_on_leaving_unsaved"=>"1"}} Current user: Chytry (id=1) Completed 500 Internal Server Error in 5ms
ActiveRecord::UnknownAttributeError (unknown attribute: reminder_notification): lib/redmine/safe_attributes.rb:84:in safe_attributes=' app/controllers/my_controller.rb:54:inaccount'
Additionaly i can even unninstal it: After typing:
rake redmine:plugins:migrate NAME=due_date_reminder VERSION=0 RAILS_ENV=production
and deleting plugin folder redmine doesnt work anymore.
Any help?