Defect #6866
closedLog Time Links broken after upgrade from 0.8.6 -> 1.0.3
0%
Description
Database MySQL 5.1.42-community on Windows
Output ruby script/about
About your application's environment Ruby version 1.8.6 (i386-mingw32) RubyGems version 1.3.7 Rack version 1.0 Rails version 2.3.5 Active Record version 2.3.5 Active Resource version 2.3.5 Action Mailer version 2.3.5 Active Support version 2.3.5 Application root D:/wwwroot/RailsTest/MyApp Environment development Database adapter mysql Database schema version 20100819172912
Redmine Version 1.0.3 running as mongrel_serivce on Windows 2008
Problem
When viewing an issue and clicking the "Log time" one is redirected to a 404 Page (The page you were trying to access doesn't exist or has been removed).
Logfile tells me:
Processing IssuesController#show (for 192.168.200.109 at 2010-11-11 16:18:18) [GET] Parameters: {"action"=>"show", "id"=>"2493", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml Completed in 492ms (View: 437, DB: 19) | 200 OK [http://172.20.1.112/issues/2493] Processing TimelogController#edit (for 192.168.200.109 at 2010-11-11 16:18:59) [GET] Parameters: {"action"=>"edit", "id"=>"2493", "issue_id"=>"2493", "controller"=>"timelog"} Rendering template within layouts/base Rendering common/404 (404) Filter chain halted as [:find_project] rendered_or_redirected. Completed in 37ms (View: 33, DB: 0) | 404 Not Found [http://172.20.1.112/time_entries/2493/edit?issue_id=2493] http://172.20.1.112:4004/time_entries/2493/edit?issue_id=2493
This is not clean installation, I did a migration from 0.8.6 according to Redmine Upgrade guide lines. All works fine expect this feature.
When I update an issue I am able to log times within the Update Issue form.
When I compare the links generate in the redmine demo system and my installations there is a difference.
http://172.20.1.112/time_entries/2493/edit?issue_id=2493
http://demo.redmine.org/issues/37066/time_entries/new
thx in advance.