alexmonteiro / Redmine-Monitoring-Controlling

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

404 on the M%C tab #93

Closed matrixbegins closed 10 years ago

matrixbegins commented 10 years ago

HI I have installed this plugin. I really wanted it. But I have two issues.

  1. I can see there is an error in translation for the Tab Name. Plz see screenshot
  2. When I click on this tab application lands on URL http://redmine.ambab.com/home_monitoring_controlling_project/index/redmine-learning-and-config-project Which is a 404. screenshot from 2014-01-18 11 58 50

Here is something What I did for Installation:

  1. Redmine 2.4.2
  2. Git clone to plugins directory (cloned dir is plugin/Redmine-Monitoring-Controlling )
  3. and then migration
rake redmine:plugins:migrate RAILS_ENV=production

I have no experience either in Ruby or rails. Pretty much new to Redmine also. Can you please help me out what where it went wrong.

CodeInsider commented 10 years ago

What's your plugin folders name under /plugins? It should be redmine_monitoring_controlling.

Am 18.01.2014 um 07:35 schrieb matrixbegins notifications@github.com:

HI I have installed this plugin. I really wanted it. But I have two issues.

  1. I can see there is an error in translation for the Tab Name. Plz see screenshot
  2. When I click on this tab application lands on URL http://redmine.ambab.com/home_monitoring_controlling_project/index/redmine-learning-and-config-project Which is a 404.

Here is something What I did for Installation:

  1. Redmine 2.4.2
  2. Git clone to plugins directory (cloned dir is plugin/Redmine-Monitoring-Controlling )
  3. and then migration

rake redmine:plugins:migrate RAILS_ENV=production I have no experience either in Ruby or rails. Pretty much new to Redmine also. Can you please help me out what where it went wrong.

— Reply to this email directly or view it on GitHub.

matrixbegins commented 10 years ago

Thanks man you were right the folder name was wrong. it was camel case. it should be lowercase

Thanks a lot!!