alexmonteiro / Redmine-Monitoring-Controlling

Redmine Plugin that works with Highcharts to show tasks on project throught Charts.
Other
131 stars 79 forks source link

2.0.3 issues #33

Closed sizowie closed 12 years ago

sizowie commented 12 years ago

current master seems to be broken with stable 2.0.3 release of redmine (tested on a fresh installation)

tried both rake tasks: redmine:plugins:migrate and db:migrate_plugins

locales and controllers not found: translation missing: en.monitoring_controlling_title ActionController::RoutingError (uninitialized constant HomeMonitoringControllingProjectController): [...]

alexmonteiro commented 12 years ago

Hi, have you restarted your rails app server, if you are using passenger you need to restart apache server after run rake tasks. Check the folder installation too, it must be redmine_monitoring_controlling, I've tested on redmine trunk version and working fine. thanks for reporting.

sizowie commented 12 years ago

jep, already tried it, to get sure directly with webrick and thin.

sizowie commented 12 years ago

Argh#@!, sorry. found it. the directory name wasn't lower case. :-(

thank you!

alexmonteiro commented 12 years ago

no problem, I'm working on this kind of issue too. As soon as possible the plugin installation will be in any directory.