Csv export after upgrade failed
Added by Auer Markus over 10 years ago
Hi,
i have upgraded from 2.6 to 3.0.3. After the upgrade the csv issue export does not work anymore.
The error:
I, [2015-06-02T16:22:03.481959 #13107] INFO -- : Processing by IssuesController#index as CSV
I, [2015-06-02T16:22:03.482135 #13107] INFO -- : Parameters: {"utf8"=>"â", "columns"=>"all", "description"=>"1", "project_id"=>"etasoftware"}
I, [2015-06-02T16:22:03.489260 #13107] INFO -- : Current user: mauer(id=49)
I, [2015-06-02T16:22:03.739341 #13107] INFO -- : Completed 500 Internal Server Error in 257ms (ActiveRecord: 9.5ms)
F, [2015-06-02T16:22:03.742677 #13107] FATAL -- :
NameError (uninitialized constant QueriesHelper::HTML):
app/helpers/queries_helper.rb:141:in `csv_content'
app/helpers/queries_helper.rb:178:in `block (3 levels) in query_to_csv'
app/helpers/queries_helper.rb:178:in `collect'
app/helpers/queries_helper.rb:178:in `block (2 levels) in query_to_csv'
app/helpers/queries_helper.rb:177:in `each'
app/helpers/queries_helper.rb:177:in `block in query_to_csv'
app/helpers/queries_helper.rb:173:in `query_to_csv'
app/controllers/issues_controller.rb:82:in `block (2 levels) in index'
app/controllers/issues_controller.rb:76:in `index'
My redmine environment:
Environment: Redmine version 3.0.3.stable.14294 Ruby version 2.1.5-p273 (2014-11-13) [x86_64-linux] Rails version 4.2.1 Environment production Database adapter Mysql2
Can anybody please help.
Regards Markus
Replies (2)
Csv export after upgrade failed
-
Added by Auer Markus over 10 years ago
Hi,
the problem is the ckeditor plugin. If I deinstall it, everything works fine!
Regards Markus
RE: Csv export after upgrade failed
-
Added by Eric Lemanissier over 10 years ago
I'm having the exact same problem, but I need to use the ckeditor plugin. Is there another workaround ?