Project

General

Profile

Error 500 when accessing an edited issue

Added by Cedric Tawil over 9 years ago

Hi everyone,

I looked in the forum trying to find an answer to my problem, but nothing seemed to work.
I followed other posts suggestions, i removed the pluigins i was using (CKEditor) and removed the customised theme, I still get the error.
I generated a generate a secret token and it didn't fix the issue

When accessing an edited issue, I get an error 500.

Thank you I really appreciate it

This is the log:

Started GET "/issues/65" for 76.65.61.245 at 2014-09-12 09:24:30 -0400
Processing by IssuesController#show as HTML
Parameters: {"id"=>"65"}
Current user: cedric (id=3)
Rendered issues/_action_menu.html.erb (3.1ms)
Rendered issue_relations/_form.html.erb (1.6ms)
Rendered issues/_relations.html.erb (2.8ms)
Rendered issues/_history.html.erb (11.5ms)
Rendered issues/show.html.erb within layouts/base (35.9ms)
Completed 500 Internal Server Error in 82.5ms

ActionView::Template::Error (incompatible character encodings: UTF-8 and ASCII-8BIT):
117: <% if @journals.present? >
118: <div id="history">
119: <h3><
=l(:label_history)%></h3>
120: <%= render :partial => 'history', :locals => { :issue => @issue, :journals => @journals } >
121: </div>
122: <
end %>
123:
app/views/issues/show.html.erb:120:in `_app_views_issues_show_html_erb___4330870010849998706_67089780'
app/controllers/issues_controller.rb:128:in `block (2 levels) in show'
app/controllers/issues_controller.rb:125:in `show'


Replies (1)

RE: Error 500 when accessing an edited issue - Added by li an over 9 years ago

Try to uninstall all plug-ins and restart redmine, for to check default setting without any plug-in redmine is all right.Then to find if there is any plug-in has problem.

    (1-1/1)