dr-itz / RedminePlannerPlugin

Resource planning plugin for Redmine 2.x/3.x - UNMAINTAINED
Other
42 stars 22 forks source link

Problem for redmine planner plugin #18

Closed johnp2686 closed 10 years ago

johnp2686 commented 10 years ago

Hi

I have just installed you plugin RedminePlannerPlugin. However I experience some weird issues.In the Project, in the line listing all modules, like New Issue, Gantt, Calendar, etc. I also find the following "translation missing: en.label_planner_menu_main.when i click the menu getting error "Routing Error

uninitialized constant PlannerController" 68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f353333383334322f313034393334392f65306564353533302d313061322d313165332d386535612d3434306562643630663866302e6a7067

dr-itz commented 10 years ago

Most likely it's the name of the plugin directory: it must be named "planner", not anything else. So the fix would be: mv plugins/RedminePlannerPlugin plugins/planner

I just updated the README.md with the "mv" when using the TAR ball.

dr-itz commented 10 years ago

Assuming the problem is fixed with the directory name...closing.

johnp2686 commented 10 years ago

Yes i fixed the issue