Skip to content

500 Internal Error when accessing user profile view [Redmine 4.2.2] #52

Description

@chrislockwood

When accessing user user profiles the following exception is thrown.

Started GET "/users/5" for 10.144.32.236 at 2021-09-14 20:02:34 +0100
Processing by UsersController#show as HTML
  Parameters: {"id"=>"5"}
  Current user: chris_lockwood (id=5)
Completed 500 Internal Server Error in 544ms (ActiveRecord: 386.4ms)
  
NoMethodError (undefined method `where' for #<Proc:0x000000000cb27828>
Did you mean?  when):
  
plugins/redmine_multiprojects_issue/lib/redmine_multiprojects_issue/acts_as_activity_provider.rb:32:in `find_events'
lib/redmine/activity/fetcher.rb:93:in `block (2 levels) in events'
lib/redmine/activity/fetcher.rb:92:in `each'
lib/redmine/activity/fetcher.rb:92:in `block in events'
lib/redmine/activity/fetcher.rb:91:in `each'
lib/redmine/activity/fetcher.rb:91:in `events'
plugins/redmine_multiprojects_issue/lib/redmine_multiprojects_issue/activity_fetcher_patch.rb:6:in `events'
app/controllers/users_controller.rb:95:in `block (2 levels) in show'
app/controllers/users_controller.rb:93:in `show'
lib/redmine/sudo_mode.rb:61:in `sudo_mode'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions