Actions
Defect #6305
closedI have been getting an error 500 instead of context menu on 1.0.1
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-09-06
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
It used to work since recently... I have my redmine up-to-date as r4066 (today) and for a few days I have realized it was no longer working.
Here is a portion of my production.log in debug level:
Processing IssuesController#context_menu (for 1##.6#.2##.6# at 2010-09-05 23:28:39) [POST] Parameters: {"back_url"=>"/projects/ads/issues", "ids"=>["54"], "project_id"=>"ads", "action"=>"context_menu", "authenticity_token"=>"4LkGjEq8x8to/rL5b9U/VppzMcwi3xAcTF7bY5YPk0o=", "controller"=>"issues", "_"=>""} SQL (0.2ms) SELECT max(`settings`.updated_on) AS max_updated_on FROM `settings` User Load (0.2ms) SELECT * FROM `users` WHERE (`users`.`id` = 3) AND (users.status = 1) AND ( (`users`.`type` = 'User' OR `users`.`type` = 'AnonymousUser' ) ) ArgumentError (wrong number of arguments (0 for 1)): /usr/lib/ruby/1.8/mongrel.rb:159:in `process_client' /usr/lib/ruby/1.8/mongrel.rb:158:in `each' /usr/lib/ruby/1.8/mongrel.rb:158:in `process_client' /usr/lib/ruby/1.8/mongrel.rb:285:in `run' /usr/lib/ruby/1.8/mongrel.rb:285:in `initialize' /usr/lib/ruby/1.8/mongrel.rb:285:in `new' /usr/lib/ruby/1.8/mongrel.rb:285:in `run' /usr/lib/ruby/1.8/mongrel.rb:268:in `initialize' /usr/lib/ruby/1.8/mongrel.rb:268:in `new' /usr/lib/ruby/1.8/mongrel.rb:268:in `run' Rendering /home/corp/www/rails/redmine/public/500.html (500 Internal Server Error)
I am not sure where to look for a solution, or even if a plugin might disrupt the funcion,but I can help try to locate the root cause, test, try out patches and past log files along
Actions