Project

General

Profile

Actions

Defect #20468

closed

Clicking on username results in 500 internal error after upgrade

Added by angie brandt almost 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

I just made the switch to redmine 3.1.0 and everything works great except for clicking on the username link.

example: http://redmine.dummysite.com/users/90 results in 500 internal error.

Log below:

Started GET "/users/1" for 104.5.4.92 at 2015-08-04 00:46:11 +0000
Processing by UsersController#show as HTML
  Parameters: {"id"=>"1"}
  Current user: admin (id=1)
Completed 500 Internal Server Error in 31ms (ActiveRecord: 7.4ms)

NoMethodError (undefined method `find_events' for #<Class:0x0000000c0197b0>):
  lib/redmine/activity/fetcher.rb:91:in `block (2 levels) in events'
  lib/redmine/activity/fetcher.rb:90:in `each'
  lib/redmine/activity/fetcher.rb:90:in `block in events'
  lib/redmine/activity/fetcher.rb:89:in `each'
  lib/redmine/activity/fetcher.rb:89:in `events'
  app/controllers/users_controller.rb:75:in `block (2 levels) in show'
  app/controllers/users_controller.rb:73:in `show'
  lib/redmine/sudo_mode.rb:63:in `sudo_mode'

Actions #1

Updated by angie brandt almost 10 years ago

To be more specific I upgraded from redmine 1.2.x .

Actions #2

Updated by angie brandt almost 10 years ago

  • Status changed from New to Resolved

Problem ended up being related to the redmine_pastebin plugin, resolved by uninstalling the other version and using this fork instead: https://github.com/florentsolt/redmine_pastebin

Actions #3

Updated by Toshi MARUYAMA over 9 years ago

  • Status changed from Resolved to Closed
  • Resolution set to Invalid

Thank you for your feedback.

Actions

Also available in: Atom PDF