Project

General

Profile

Actions

Defect #4721

closed

Subprojects list error after redmine update(0.8.7-->0.9.1)

Added by Ilya Kolosov over 15 years ago. Updated over 15 years ago.

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

Has duplicate Redmine - Defect #4735: Update from 0.8.7 to 0.9.1Closed2010-02-04

Actions
Actions #1

Updated by Jean-Philippe Lang over 15 years ago

Please try to run:

ruby script/runner -e production 'Project.rebuild!'

from your Redmine directory.

Actions #2

Updated by Ilya Kolosov over 15 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

thanks!

Actions #3

Updated by Eric Davis over 15 years ago

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

Also available in: Atom PDF