Changed Text-Editor from Textile to None - Server Error 500
Added by dave uhlmann about 14 years ago
Hello
I changed the text-editor of my Redmine from textile to none, now I get a 500 Error. I searched for some hints, but I didn't find anything.
It would be very nice to become some help!
About your application's environment
Ruby version 1.8.7 (i686-linux)
RubyGems version 1.3.5
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 /opt/bitnami/apps/redmine
Environment production
Database adapter mysql
Database schema version 20091227112908
Replies (8)
RE: Changed Text-Editor from Textile to None - Server Error 500 - Added by Felix Schäfer about 14 years ago
dave uhlmann wrote:
It would be very nice to become some help!
You might want to get rather than to become help ;-)
Anyway, have a look at log/production.log
to see the error trace and post it here so that we can have a look at that.
RE: Changed Text-Editor from Textile to None - Server Error 500 - Added by dave uhlmann almost 14 years ago
Processing SettingsController#edit (for 81.62.103.65 at 2010-11-24 19:07:23) [POST]
Parameters: {"commit"=>"Speichern", "action"=>"edit", "authenticity_token"=>"q6W4xGamy2xqHPCrQeaM
6XI0JAYj8NWTUQIOvx+8rII=", "settings"=>{"wiki_compression"=>"", "text_formatting"=>"", "host_name"=
"domain:8888/redmine", "diff_max_lines_displayed"=>"1500", "protocol"=>"http", "fil
e_max_size_displayed"=>"512", "per_page_options"=>"25,50,100", "feeds_limit"=>"15", "attachment_max
_size"=>"5120", "app_title"=>"Redmine", "activity_days_default"=>"30", "welcome_text"=>""}, "c
ontroller"=>"settings"}
Redirected to http://domain:8888/redmine/settings/edit
Completed in 68ms (DB: 13) | 302 Found [http://domain/redmine/settings/edit]
Processing SettingsController#edit (for 81.62.103.65 at 2010-11-24 19:07:23) [GET]
Parameters: {"action"=>"edit", "controller"=>"settings"}
Settings cache cleared.
Rendering template within layouts/admin
Rendering settings/edit
ActionView::TemplateError (interning empty string) on line #7 of app/views/settings/_general.rhtml:
4: <p><%= setting_text_field :app_title, :size => 30 ></p>
5:
6: <p><= setting_text_area :welcome_text, :cols => 60, :rows => 5, :class => 'wiki-edit' ></p>
7: <= wikitoolbar_for 'settings_welcome_text' >
8:
9: <p><= setting_text_field :attachment_max_size, :size => 6 %> KB</p>
10:
lib/redmine/wiki_formatting.rb:38:in `to_sym'
lib/redmine/wiki_formatting.rb:38:in `helper_for'
app/helpers/application_helper.rb:717:in `wiki_helper'
app/views/settings/_general.rhtml:7
app/views/settings/_general.rhtml:1:in `_run_rhtml_app47views47settings47_general46rhtml_locals
_general_object_tab'
app/views/common/_tabs.rhtml:24:in `_run_rhtml_app47views47common47_tabs46rhtml_locals_object_t
abs'
app/views/common/_tabs.rhtml:23:in `each'
app/views/common/_tabs.rhtml:23:in `_run_rhtml_app47views47common47_tabs46rhtml_locals_object_t
abs'
app/helpers/application_helper.rb:182:in `render_tabs'
app/views/settings/edit.rhtml:3:in `_run_rhtml_app47views47settings47edit46rhtml'
Rendering /opt/bitnami/apps/redmine/public/500.html (500 Internal Server Error)
RE: Changed Text-Editor from Textile to None - Server Error 500 - Added by dave uhlmann almost 14 years ago
Sorry, here again the log for better viewing...
See attached file.
Log_Redmine.txt (2.13 KB) Log_Redmine.txt |
RE: Changed Text-Editor from Textile to None - Server Error 500 - Added by Felix Schäfer almost 14 years ago
That seems like a bug to me. Could you please open an issue with the log attached? Thanks.
RE: Changed Text-Editor from Textile to None - Server Error 500 - Added by dave uhlmann almost 14 years ago
Yes, this is a bug, it was solved in Version 0.9.3
But I run an older version of redmine...
RE: Changed Text-Editor from Textile to None - Server Error 500 - Added by Felix Schäfer almost 14 years ago
Ah, then you're on your own I'm afraid, so much has happened even since and in 1.0 that we (or at least I) won't provide support so far back, sorry.
RE: Changed Text-Editor from Textile to None - Server Error 500 - Added by dave uhlmann almost 14 years ago
Ok. So is it a possible way to upgrade the Redmine to the current Version to solve this problem?