RoutingError after upgrading redmine 1.4.1 from 1.3.0
Added by Clavor Chen over 12 years ago
Enviroment:
Ubuntu 10.04, ruby 1.8.7, rubygems 1.7.2
- actionmailer (2.3.14)
- actionpack (2.3.14)
- activerecord (2.3.14)
- activeresource (2.3.14)
- activesupport (2.3.14)
- bundler (1.1.3)
- coderay (1.0.6)
- fastercsv (1.5.4)
- i18n (0.4.2)
- mysql (2.8.1)
- net-ldap (0.3.1)
- pg (0.13.2)
- rack (1.1.3)
- rails (2.3.14)
- rake (0.9.2.2)
- ruby-openid (2.1.8)
- sqlite3 (1.3.6)
- tzinfo (0.3.33)
After I upgrade 1.4.1 from 1.3.0, access the redmine login page, the brower(firefox) return RoutingError such as:
No route matches {:controller=>"info", :id=>:version, :action=>"show"}
Later, I instead of config/route.rb by redmine-1.3.0/config/route.rb, I can login successfully. Can any one help me how to use redmine-1.4.1/config/route.rb successfully?
Replies (3)
RE: RoutingError after upgrading redmine 1.4.1 from 1.3.0 - Added by Steven Wong over 12 years ago
do you have used any plugins? maybe it caused the error.please check it /
RE: RoutingError after upgrading redmine 1.4.1 from 1.3.0 - Added by Clavor Chen over 12 years ago
Thanks very much! There are something wrong with old version plugins.
RE: RoutingError after upgrading redmine 1.4.1 from 1.3.0 - Added by Scott Corscadden over 12 years ago
You can usually fix this yourself without too much fuss by adding the right routes in config/routes.rb yourself. I just had to do this with the "redmine_time_tracker" plugin when going to 1.4.1.