Actions
Defect #921
closedNoMethodError in IssuesController on Oracle
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-03-24
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
redmine 0.6.4, ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32], Oracle 10 XE, ruby-oci8-1.0.0-mswin32.rb installed,
Clicking on Issues I get the following Error:
NoMethodError in IssuesController#index
undefined method `each_key' for "empty_clob()":String
RAILS_ROOT: ./script/../config/..
Application Trace | Framework Trace | Full Trace
C:/redmine/app/models/query.rb:118:in `validate'
C:/redmine/app/controllers/issues_controller.rb:47:in `index'
Related issues
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from New to Closed
- Resolution set to Invalid
It's due to a bug in the Rails' oracle adapter.
Apply this fix: http://dev.rubyonrails.org/ticket/7344.
Note that using Oracle with Redmine is not supported.
Actions