Defect #15385
closedInternal server error on Issues page
0%
Description
While Adding a new issue and click submit button I got Internal server error.
Processing by IssuesController#index as HTML
Parameters: {"project_id"=>"arcadia-rct-2013-5"}
Current user: jayachandiran (id=1)
Rendered queries/_filters.html.erb (13.8ms)
Rendered queries/_columns.html.erb (2.9ms)
Rendered issues/_list.html.erb (154.0ms)
Rendered issues/index.html.erb within layouts/base (178.4ms)
Completed 500 Internal Server Error in 355ms
ActionView::Template::Error (incompatible character encodings: ASCII-8BIT and UTF-8):
60: <p class="nodata"><%= l(:label_no_data) ></p>
61: < else >
62: <= render :partial => 'issues/list', :locals => {:issues => @issues, :query => @query} >
63: <p class="pagination"><= pagination_links_full @issue_pages, @issue_count ></p>
64: < end >
65:
66: < other_formats_links do |f| %>
app/views/issues/index.html.erb:63:in `_app_views_issues_index_html_erb__1881326429770211639_41791240'
app/controllers/issues_controller.rb:83:in `block (2 levels) in index'
app/controllers/issues_controller.rb:82:in `index'
Files