Project

General

Profile

Version 0.5.0 gives 500 error on any settings page

Added by Walther Lalk about 10 years ago

If I try to access settings/plugin/scrum I get a 500 error.

Environment:
  Redmine version                2.5.1.stable
  Ruby version                   2.0.0-p451 (2014-02-24) [x86_64-linux]
  Rails version                  3.2.17
  Environment                    production
  Database adapter               Mysql2
Started GET "/settings/plugin/scrum" for 127.0.0.1 at 2014-04-03 12:52:36 +0200
Processing by SettingsController#plugin as HTML
  Parameters: {"id"=>"scrum"}
  Current user: wl (id=3)
Completed 500 Internal Server Error in 4.1ms

NoMethodError (undefined method `plugin_scrum' for #<Class:0x00000003759c90>):
  app/controllers/settings_controller.rb:69:in `plugin'

Replies (1)

RE: Version 0.5.0 gives 500 error on any settings page - Added by Walther Lalk about 10 years ago

Managed to solve the issue. I had another plugin (Redmine Tweaks) that was conflicting with this one.

    (1-1/1)