Actions
Defect #14845
closedError in user controller
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
Started GET "/users/1" for 10.10.50.70 at Wed Sep 04 10:38:49 +0000 2013 Processing by UsersController#show as HTML Parameters: {"id"=>"1"} Current user: admin (id=1) Completed 500 Internal Server Error in 49ms NoMethodError (undefined method `<=>' for nil:NilClass): lib/redmine/activity/fetcher.rb:80:in `events' lib/redmine/activity/fetcher.rb:80:in `sort!' lib/redmine/activity/fetcher.rb:80:in `events' app/controllers/users_controller.rb:68:in `show'
This could be a regression from running migrate_from_trac.
Related issues
Updated by Marc Schlaich about 11 years ago
This is definitely a regression from running migrate_from_trac. Just confirmed with a clean environment.
Updated by Etienne Massip about 11 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Updated by Etienne Massip about 11 years ago
- Related to Patch #14567: migrate_from_trac.rake does not convert timestamps in Trac database version 23 added
Updated by Etienne Massip about 11 years ago
- Related to deleted (Patch #14567: migrate_from_trac.rake does not convert timestamps in Trac database version 23)
Updated by Etienne Massip about 11 years ago
- Is duplicate of Patch #14567: migrate_from_trac.rake does not convert timestamps in Trac database version 23 added
Updated by Craig Rodrigues about 11 years ago
Marc,
Can you replace your copy of migrate_from_trac.rake with this file:
https://raw.github.com/rodrigc/redmine/master/lib/tasks/migrate_from_trac.rake
and re-do your trac to redmine migration? I would like feedback.
This has fixes for #14567 and some other fixes
that I did.
Actions