Actions
Defect #4721
closedSubprojects list error after redmine update(0.8.7-->0.9.1)
Status:
Closed
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-02-03
Due date:
% Done:
100%
Estimated time:
Resolution:
Invalid
Affected version:
Description
After upgrade(0.8.7-->0.9.1), the tab "Projects" produces an error:
NoMethodError in Projects#index
Showing app/views/projects/index.rhtml where line #9 raised:
undefined method `<' for nil:NilClass
Extracted source (around line #9):
6:
7: <h2><%=l(:label_project_plural)%></h2>
8:
9: <%= render_project_hierarchy(Projects Projects)%>
10:
11: <% if User.current.logged? %>
12: <p style="text-align:right;">
Previously, we had a subprojects.
Related issues
Updated by Jean-Philippe Lang over 15 years ago
Please try to run:
ruby script/runner -e production 'Project.rebuild!'
from your Redmine directory.
Updated by Ilya Kolosov over 15 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
thanks!
Updated by Eric Davis over 15 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid
Actions