Project

General

Profile

Revision trunk:8162 breaks routes -> 500 internal server error

Added by Ivan Cenov over 12 years ago

There are problems with displaying several pages from revision 8162 on when the following plugins are installed:

projects_tree_view
redmine_project_filtering
redmine_information

These paths return "500 internal server error":
/issues
/projects
/issues/nnn, where nnn is an issue number.


Replies (6)

RE: Revision trunk:8162 breaks routes -> 500 internal server error - Added by Ivan Cenov over 12 years ago

Another broken plugin:

redmine_local_avatars

RE: Revision trunk:8162 breaks routes -> 500 internal server error - Added by Ivan Cenov over 12 years ago

Another broken plugin:

redmine_code_review

RE: Revision trunk:8162 breaks routes -> 500 internal server error - Added by Etienne Massip over 12 years ago

Yes, we knew this would break plugins for 1.4.0.

Plugins will now have to declare their own routes as described in chapter 8 of http://guides.rubyonrails.org/v2.3.11/plugins.html.

Documentation and Redmine plugin generators will have to be updated too.

Edit: bad link, these plugins are engines, their authors just need to add a routes.rb in config dir.

RE: Revision trunk:8162 breaks routes -> 500 internal server error - Added by Tom Freudenberg about 12 years ago

Hi all,

the sample_plugin in extras ist also not working anymore.

I think it would be great if this could be fixed to work again.
So other plugin developers can have a look to see what and how it should be changed.

Thanx

RE: Revision trunk:8162 breaks routes -> 500 internal server error - Added by Harry Garrood about 12 years ago

[...]
So other plugin developers can have a look to see what and how it should be changed.

Have a look at http://guides.rubyonrails.org/routing.html
If you see any other plugin developers who don't know, send them there as well.

RE: Revision trunk:8162 breaks routes -> 500 internal server error - Added by Anonymous almost 12 years ago

redmine_join_project seems to be broken too. At least I get a 500 when accessing the "My account" page. Removing the plugin fixes it.

    (1-6/6)