undefined method `wall_project_path'
Created by: dmk23
I upgraded from 4.2 to 5.0 and was able to Gitlab up and running. However once I try to click on a project or issue I get 500 error in the browser with the following message in the production log:
Completed 500 Internal Server Error in 4933ms
ActionView::Template::Error (undefined method `wall_project_path' for #<#<Class:0x0000001c18fe68>:0x0000001c042948>):
39:
40: - if @project.wall_enabled
41: = nav_link(path: 'projects#wall') do
42: = link_to 'Wall', wall_project_path(@project)
43:
44: - if @project.wiki_enabled
45: = nav_link(controller: :wikis) do
app/views/layouts/project_resource.html.haml:42:in `block in _app_views_layouts_project_resource_html_haml___1109179720522899681_234015440'
app/helpers/tab_helper.rb:69:in `nav_link'
app/views/layouts/project_resource.html.haml:41:in `_app_views_layouts_project_resource_html_haml___1109179720522899681_234015440'
app/controllers/issues_controller.rb:41:in `show'
Not quite sure where to look for possible causes... gitlab:check is all green except the message about "Install Init Script" which does not look relevant.