Project

General

Profile

Actions

Defect #8560

closed

Issue context menu error: undefined method enabled_modules

Added by Nicolas Connault almost 13 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Category:
UI
Target version:
-
Start date:
2011-06-08
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

After upgrading redmine to 1.2 (following the recommended upgrade procedure), whenever I right-click an issue I get the following output from mongrel:

Processing ContextMenusController#issues (for 114.198.96.185 at 2011-06-07 18:12:03) [GET]
Parameters: {"back_url"=>"/projects/admin-conversion/issues", "ids"=>["62"], "action"=>"issues", "authenticity_token"=>"F/nXzbhwODK+QacKtXm46GKc+Gn5CMrfm11THzh13Ic=", "controller"=>"context_menus"}

NoMethodError (undefined method `enabled_modules' for #<Array:0x2b5917f34af8>):
app/controllers/context_menus_controller.rb:21:in `issues'

Rendering /home/chinas7/apps/redmine/public/500.html (500 Internal Server Error)

I briefly see the "Loading" overlay, but it is gone before it is even fully displayed.


Files

context_menus_controller.rb (2.65 KB) context_menus_controller.rb Nicolas Connault, 2011-06-11 01:15
Actions #1

Updated by Nicolas Connault almost 13 years ago

Here is the output from script/about

About your application's environment
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.3.7
Rack version 1.1.2
Rails version 2.3.11
Active Record version 2.3.11
Active Resource version 2.3.11
Action Mailer version 2.3.11
Active Support version 2.3.11
Application root /home/chinas7/apps/redmine
Environment development
Database adapter mysql
Database schema version 20110511000000

About your Redmine plugins
Wiki sidebar toc plugin 0.0.1
Redmine Code Review plugin 0.3.1
Redmine Codebook plugin 0.3.1
Redmine Wiki Index Collapsable plugin 0.0.4
Redmine SSL auth plugin 0.0.1
Redmine Time Tracker plugin 0.3
Redmine Wiki Permissions plugin 0.0.1
Redmine Wiki Extensions plugin 0.2.3

Actions #2

Updated by Yaroslav Matsera almost 13 years ago

+1

my script/about (There are 2 identical plugins):

About your application's environment
Ruby version 1.8.7 (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 C:/Ruby/railsapps/redmine
Environment production
Database adapter postgresql
Database schema version 20101114115359

About your Redmine plugins
Single Project Forward 0.1
Redmine Wiki Permissions plugin 0.0.1
Redmine Wiki Extensions plugin 0.3.3

Actions #3

Updated by Etienne Massip almost 13 years ago

Could you please :
  • try without these plugins ?
  • post your app/controllers/context_menus_controller.rb file ?
Actions #4

Updated by Nicolas Connault almost 13 years ago

Etienne, thanks for your suggestions. I uninstalled all the plugins. The only plugin that made a difference was codebook (http://www.redmine.org/projects/redmine/wiki/PluginCodeBook). This plugin is NOT compatible with Redmine 1.2. As soon as I uninstalled it, the context menus worked again.

Actions #5

Updated by Etienne Massip almost 13 years ago

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

Ok, thanks, that must be a comparable issue for Yaroslav.

Actions #6

Updated by Etienne Massip almost 13 years ago

  • Assignee deleted (Etienne Massip)
Actions #7

Updated by Yaroslav Matsera over 12 years ago

In my case problem present with Redmine Wiki Permissions

Actions

Also available in: Atom PDF