Project

General

Profile

Actions

Defect #3498

closed

500 internal error when listing issues from a particular tracker within a project

Added by Davide Ferrari about 15 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
2009-06-15
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

Using r2791

All other trackers in the same project, work.
The same tracker (the default "bug" FYI) in othe rprojects, can list all opened issues without a problem.
But in one project it fails with the following output in production.log

ActionView::TemplateError (undefined method `position' for nil:NilClass) on line #25 of app/views/issues/_list.rhtml:
22:             </td>                                                                                                
23:             </tr>                                                                                                
24:   <% end %>                                                                                                      
25:     <tr id="issue-<%= issue.id %>" class="hascontextmenu <%= cycle('odd', 'even') %> <%= issue.css_classes %>">  
26:         <td class="checkbox"><%= check_box_tag("ids[]", issue.id, false, :id => nil) %></td>                     
27:             <td><%= link_to issue.id, :controller => 'issues', :action => 'show', :id => issue %></td>           
28:         <% query.columns.each do |column| %><%= content_tag 'td', column_content(column, issue), :class => column.name %><% end %>

    app/models/issue.rb:274:in `css_classes'
    app/views/issues/_list.rhtml:25         
    app/views/issues/_list.rhtml:14:in `each'
    app/views/issues/_list.rhtml:14          
    /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/helpers/capture_helper.rb:36:in `call'
    /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/helpers/capture_helper.rb:36:in `capture'
    /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/helpers/capture_helper.rb:129:in `with_output_buffer'
    /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/helpers/capture_helper.rb:36:in `capture'            
    /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/helpers/form_tag_helper.rb:460:in `form_tag_in_block'
    /var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_view/helpers/form_tag_helper.rb:39:in `form_tag'         
Actions #1

Updated by Jean-Philippe Lang about 15 years ago

One of your issue is associated to a status or a priority that no longer exists.
That's why you get this error.

Did you manually remove one of them from your database?

Actions #2

Updated by Davide Ferrari about 15 years ago

Jean-Philippe Lang wrote:

One of your issue is associated to a status or a priority that no longer exists.
That's why you get this error.

Yeah, that was I suspected too

Did you manually remove one of them from your database?

No, absolutely. I didn't touch anything manually, just gone through updates (from 0.8.4 to trunk, the updated to another revision, then boom!). What can I do to solve the problem?

Actions #3

Updated by Davide Ferrari about 15 years ago

  • Status changed from New to Resolved

Indeed it was a priority that doesn't exist anymore. We manually updated the priority for the bug causing the error and now it works. I wonder how this could have happened anyway, because I can assure we didn't touch the DB manually, so if we deleted a priority (and it could be) we did it through Redmine interface

Actions #4

Updated by Etienne Massip over 13 years ago

  • Status changed from Resolved to Closed
  • Resolution set to Invalid
Actions #5

Updated by Manuel Dunn over 12 years ago

SPAM

Actions

Also available in: Atom PDF