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

BUG - Plugin throws error on redmine 2.5.2 #19

Open
stb opened this issue Aug 21, 2014 · 1 comment
Open

BUG - Plugin throws error on redmine 2.5.2 #19

stb opened this issue Aug 21, 2014 · 1 comment

Comments

@stb
Copy link

stb commented Aug 21, 2014

Started GET "/my/account" for 127.0.0.1 at 2014-08-21 09:52:09 +0200
Processing by MyController#account as HTML
  Current user: xxx@xxx.xxx (id=5)
  Rendered my/account.html.erb within layouts/base (13.3ms)
Completed 500 Internal Server Error in 22.4ms

ActionView::Template::Error (undefined method `plugin_redmine_reminder' for #<Class:0x007fcdbedf74e0>):
    26:   <% @user.custom_field_values.select(&:editable?).each do |value| %>
    27:     <p><%= custom_field_tag_with_label :user, value %></p>
    28:   <% end %>
    29:   <%= call_hook(:view_my_account, :user => @user, :form => f) %>
    30: </fieldset>
    31:
    32: <%= submit_tag l(:button_save) %>
  lib/redmine/hook.rb:61:in `block (2 levels) in call_hook'
  lib/redmine/hook.rb:61:in `each'
  lib/redmine/hook.rb:61:in `block in call_hook'
  lib/redmine/hook.rb:58:in `tap'
  lib/redmine/hook.rb:58:in `call_hook'
  lib/redmine/hook.rb:158:in `call_hook'
  app/views/my/account.html.erb:29:in `block in _app_views_my_account_html_erb___1115250790936681840_70260847919040'
  app/helpers/application_helper.rb:1043:in `labelled_form_for'
  app/views/my/account.html.erb:9:in `_app_views_my_account_html_erb___1115250790936681840_70260847919040'
@f0y
Copy link

f0y commented Aug 22, 2014

Are you sure that it is not related to your redmine installation?

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

2 participants