Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #3494

Closed
Open
Created Apr 03, 2013 by Administrator@rootOwner

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.

Assignee
Assign to
Time tracking