EgbertW / redmine_planning

Redmine plugin that makes it easier to create a project planning
GNU General Public License v3.0
43 stars 29 forks source link

Project specific planning not work #26

Closed man2004 closed 9 years ago

man2004 commented 9 years ago

I installed redmine_planning in Redmine 2.6.0. All projects planning is fine but project specific planning does not work (error 404 reported). The log is:

Started GET "/redmine/projects/project1/plan" for 192.168.0.105 at 2015-01-02 00 :47:59 +0800

AbstractController::ActionNotFound (The action 'project1' could not be found for ProjectsController):

It seems it does not route to correct controller. Any idea?

man2004 commented 9 years ago

Hi all,

This is due to a bad match all routing in other plugin. It works after I removed the error routing.