Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal error when accessing plugin configuration #24

Open
itatabitovski opened this issue Nov 24, 2014 · 0 comments
Open

Internal error when accessing plugin configuration #24

itatabitovski opened this issue Nov 24, 2014 · 0 comments

Comments

@itatabitovski
Copy link

I am running

  • redmine 2.4.1 (commit 092499633631416782454cbe405f75399d87d2a9)
  • redmine_hipchat (commit 2246343)

Plugin migration worked OK

Migrating redmine_hipchat (HipChat)...
==  AddHipChatTokenAndRoomIdToProject: migrating ==============================
-- add_column(:projects, :hipchat_auth_token, :string, {:default=>"", :null=>false})
   -> 0.0861s
-- add_column(:projects, :hipchat_room_name, :string, {:default=>"", :null=>false})
   -> 0.0158s
-- add_column(:projects, :hipchat_notify, :boolean, {:default=>false, :null=>false})
   -> 0.0218s
==  AddHipChatTokenAndRoomIdToProject: migrated (0.1243s) =====================

Redmine is restarted and this error is in the log

Started GET "/settings/plugin/redmine_hipchat" for 84.128.170.240 at 2014-11-24 08:36:44 +0000
Processing by SettingsController#plugin as HTML
  Parameters: {"id"=>"redmine_hipchat"}
  Current user: drose (id=92)
Completed 500 Internal Server Error in 4.0ms

Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant