jrupesh / event_notifications

Redmine event notifications : Add event notification options to the each event at the redmine project. For EX: notifications can be enabled / disabled on each document added or news added. Further the tracking can be done at the issue tracker level.
BSD 3-Clause "New" or "Revised" License
28 stars 26 forks source link

Doesn't work with redmine 2.5.2.stable.13333 #7

Closed Aleksyy closed 10 years ago

Aleksyy commented 10 years ago

Completed 500 Internal Server Error in 34.3ms

ActionView::Template::Error (undefined method `events' for #Member:0x0000000817cde0): 27: bool_val, 28: html_opts 29: ) + ' ' + h(project.name) 30: ) + render_project_events_lists(project, bool_val)

jrupesh commented 10 years ago

Hi, Did you run the migration.?

rake redmine:plugins:migrate RAILS_ENV=production

Aleksyy commented 10 years ago

No, my mistake, Thank You migration resolved problem.