Hi!
I've installed the Due Date Reminder Plugin on my 2.1. Redmine. Accroding to http://www.redmine.org/plugins/due_date_reminder it should be compatible with 2.1.
But after installing, migrate and restarting I get a 500 Error after Login.
The log states :
Started GET "/redmine/my/page" for 84.00.00.172 at Wed Oct 03 13:45:01 +0200 2012
Processing by MyController#page as HTML
Current user: admin (id=1)
Rendered issues/_list_simple.html.erb (10.0ms)
Rendered my/blocks/_issuesassignedtome.html.erb (227.0ms)
Rendered issues/_list_simple.html.erb (30.0ms)
Rendered my/blocks/_issuesreportedbyme.html.erb (156.0ms)
Rendered my/page.html.erb within layouts/base (1151.1ms)
Completed 500 Internal Server Error in 1624ms
ActionView::Template::Error (undefined method association_class' for nil:NilClass):
33 <%= hidden_field_tag(controller.default_search_scope, 1, :id => nil) if controller.default_search_scope %>
34: <label for='q'>
35: <%= link_to l(:label_search), {:controller => 'search', :action => 'index', :id => @project}, :accesskey => accesskey(:search) %>:
36: </label>
37: <%= text_field_tag 'q', @question, :size => 20, :class => 'small', :accesskey => accesskey(:quick_search) %>
38: <% end %>
39: <%= render_project_jump_box %> <br>
app/helpers/application_helper.rb:268:in
render_project_jump_box'
app/views/layouts/base.html.erb:36:in `_app_views_layouts_base_html_erb___201915114_99968940'
I have also tried the solution mentioned here:
http://www.redmine.org/boards/3/topics/30930?r=30973#message-30973
Any suggestions here? Thank you!