After following the defined process for upgrading from 2.1.4-0 to 2.2.0-0, and importing the old mysql database back. I am to log into redmine and it does show the projects. But I am not able to bring up any project issues or other screens.
I tried creating a new project, added one issue to it and clicked issues and got the same error:
Here is the error I see in redmine-2.2.0-0/apps/redmine/htdocs/log/production.log:
Started GET "/redmine/projects/test_2_2_0/issues?set_filter=1&tracker_id=2" for 10.10.5.126 at 2012-12-21 16:05:31 -0800
Processing by IssuesController#index as HTML
Parameters: {"set_filter"=>"1", "tracker_id"=>"2", "project_id"=>"test_2_2_0"}
Current user: admin (id=1)
Rendered queries/_filters.html.erb (22.9ms)
Rendered queries/_columns.html.erb (6.0ms)
Rendered issues/_list.html.erb (19.8ms)
Rendered issues/index.html.erb within layouts/base (58.8ms)
Completed 500 Internal Server Error in 145ms
ActionView::Template::Error (undefined local variable or method `position_name' for #<IssuePriority:0x007fc5c8b24ec8>):
29: </td>
30: </tr>
31: <% previous_group = group %>
32: <% end %>
33: <tr id="issue-<%= issue.id %>" class="hascontextmenu <%= cycle('odd', 'even') %> <%= issue.css_classes %> <%= level > 0 ? "idnt idnt-#{level}" : nil %>">
34: <td class="checkbox hide-when-print"><%= check_box_tag("ids[]", issue.id, false, :id => nil) %></td>
35: <td class="id"><%= link_to issue.id, issue_path(issue) %></td>
app/models/issue_priority.rb:39:in `css_classes'
app/models/issue.rb:939:in `css_classes'
app/views/issues/_list.html.erb:32:in `block (2 levels) in _app_views_issues__list_html_erb__4010130246639817801_50406180'
app/helpers/issues_helper.rb:29:in `block in issue_list'
app/helpers/issues_helper.rb:25:in `each'
app/helpers/issues_helper.rb:25:in `issue_list'
app/views/issues/_list.html.erb:19:in `block in _app_views_issues__list_html_erb__4010130246639817801_50406180'
app/views/issues/_list.html.erb:1:in `_app_views_issues__list_html_erb__4010130246639817801_50406180'
app/views/issues/index.html.erb:62:in `_app_views_issues_index_html_erb__2680296029549778345_46989060'
app/controllers/issues_controller.rb:83:in `block (2 levels) in index'
app/controllers/issues_controller.rb:82:in `index'
This blocks all progress - any help would be appreciated.
Thanks