Open cforce opened 12 years ago
Hi Terence,
Did it work on 1.2.*?
This plugin highly depends on Redmine internals - there were no simple way for overriding the calendar module. And due to this dependency it is compatible only with 1.2.*, crashing on other Redmine versions. Eventually we will update it to a decent version, but this is not going to happen soon.
We use redmine 1.3.3 eventually soon 1.4.
Hopefully wou will upgrade, cause 1.2 is getting old now.
smartsystems4u has fixed compatibility issue with Redmine 1.4.1. perhaps this fix will work for 1.3.* as well
i get this same problem in 1.4.1.
Me too - 1.4.2.
We have that on redmine 1.3.3. Any updates? Its unsuable now.
put require_dependency 'multi_calendar_application_helper' before require_dependency 'calendars_controller' in the init.rb it might solve your problem and put helper :all in your controller after unloadable
related issues #2, #5, #13
it solves this problem under redmine 2.0 but it should be the same on redmine 1.2 or 1.4
On redmine 1.3.3 i get following error after clicking calendar tab.
ActionView::TemplateError (undefined method `m_calendar_link_to_previous_month1' for #ActionView::Base:0x7f918980a058) on line #13 of vendor/plugins/redmine_multi_calendar/app/views/calendars/show.html.erb: 10: 11: 12:
13: <%= m_calendar_link_to_previous_month1(@year, @month, @one_calendar, @project.id) %> | <%= m_calendar_link_to_next_month1(@year, @month, @one_calendar, @project.id) %> 14:
15: 16:I, [2012-05-15T08:53:10.439632 #1927] INFO -- : Rendering /opt/infomine-1.3.x/public/500.html (500 Internal Server Error)