zyxware / redmine-schedules-plugin

This is a fork of the standard schedules plugin in redmine with an added feature that allows users to select either a monthly view or a weekly view in the forms and reports
Other
7 stars 3 forks source link

Message error #6

Closed sebfie closed 13 years ago

sebfie commented 13 years ago

Hello, when i try to use your plugin, i got this error message :

NameError (uninitialized constant SchedulesController::ScheduleEntry): vendor/plugins/scheduling/app/controllers/schedules_controller.rb:390:in get_entries' vendor/plugins/scheduling/app/controllers/schedules_controller.rb:51:inindex' vendor/plugins/scheduling/app/controllers/schedules_controller.rb:74:in `my_index'

I use redmine Redmine 1.1.2.stable (MySQL)

Thank you

sebfie commented 13 years ago

I also have that when i try to see a schedule project view :

ActionView::TemplateError (No plugin called 'redmine_schedules' - please use the full name of a loaded plugin.) on line #53 of vendor/plugins/scheduling/app/views/schedules/index.html.erb: 50: <% html_title(l(:label_schedules_index)) -%> 51: 52: <% content_for :header_tags do %> 53: <%= stylesheet_link_tag 'schedules', :plugin => 'redmine_schedules' %> 54: <% end %> 55: 56: <% content_for :sidebar do %>

vendor/plugins/scheduling/app/views/schedules/index.html.erb:53
app/helpers/application_helper.rb:856:in `content_for'
vendor/plugins/scheduling/app/views/schedules/index.html.erb:52
sebfie commented 13 years ago

It's ok, i didn't restart redmine.