Vote #66872
完了NoMethodError when no issue params are submitted (undefined method `[]' for nil:NilClass)
100%
説明
This error occurs randomly when managing issues.
Error log is here:
http://pastie.org/876525
Environment:
Ruby version 1.8.7 (i686-linux)
RubyGems version 1.3.6
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
Edge Rails revision unknown
Application root /SVNBIN/redmine
Environment production
Database adapter postgresql
Database schema version 20100221100219
I'm using Redmine 0.9.3
journals
There is no @issues@ parameter in your POST request.
How does it occur?
--------------------------------------------------------------------------------
It occurs randomly when saving new issues...
--------------------------------------------------------------------------------
This bug is only present in the 0.9.x branch, the code in trunk has been refactored so it's not an issue there. I've fixed this in 0.9-stable in r3796 so it shouldn't happen in 0.9.5.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------