Project

General

Profile

Actions

Defect #139

closed

Error when requesting Issue

Added by Max Teuf almost 17 years ago. Updated almost 17 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

Error when request url like this: http://mysite/projects/list_issues/9

ActionView::TemplateError (undefined local variable or method `column_names' for #<Query:0xb707a924>) on line
#10 of app/views/issues/_list.rhtml:
7: {:title => l(:label_bulk_edit_selected_issues)}) if Herve Harster &&
User.current.allowed_to?(:edit_issues, Herve Harster) >
8: </th>
9: <
= sort_header_tag("#{Issue.table_name}.id", :caption => '#') >
10: <
query.columns.each do |column| >
11: <
= column_header(column) >
12: <
end %>
13: </tr></thead>

Actions #1

Updated by Jean-Philippe Lang almost 17 years ago

Have you upgraded recently ?
If so, restart the app and clear the existing sessions.

Actions #2

Updated by Max Teuf almost 17 years ago

svn update
and restarting the web server solved the probleme

Thx

Actions

Also available in: Atom PDF