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
  • #5237

Closed
Open
Created Oct 01, 2013 by Administrator@rootOwner

[6.1] 500 When viewing Merge Requests

Created by: johnjelinek

This was in the production.log

ActionView::Template::Error (undefined method `path_with_namespace' for nil:NilClass):
10: %span.pull-right
11: - if merge_request.for_fork?
12: %span.light
13: = "#{merge_request.source_project.path_with_namespace}"
14: = "#{merge_request.source_branch}"
15: %i.icon-angle-right.light
16: = "#{merge_request.target_branch}"
app/views/projects/merge_requests/_merge_request.html.haml:13:in `_app_views_projects_merge_requests__merge_request_html_haml___4014214469974506592_69933447691840'
app/views/shared/_merge_requests.html.haml:9:in `block (2 levels) in _app_views_shared__merge_requests_html_haml___2033719479243339027_69933447471860'
app/views/shared/_merge_requests.html.haml:8:in `each'
app/views/shared/_merge_requests.html.haml:8:in `block in _app_views_shared__merge_requests_html_haml___2033719479243339027_69933447471860'
app/views/shared/_merge_requests.html.haml:2:in `each'
app/views/shared/_merge_requests.html.haml:2:in `_app_views_shared__merge_requests_html_haml___2033719479243339027_69933447471860'
app/views/dashboard/merge_requests.html.haml:13:in `_app_views_dashboard_merge_requests_html_haml___2916843947263582779_69933418644880'
Started GET "/dashboard/merge_requests" for 127.0.0.1 at 2013-10-01 17:07:38 +0000
Processing by DashboardController#merge_requests as HTML
Rendered shared/_filter.html.haml (17.1ms)
Rendered projects/merge_requests/_merge_request.html.haml (34.5ms)
Rendered projects/merge_requests/_merge_request.html.haml (2.2ms)
Rendered shared/_merge_requests.html.haml (62.9ms)
Rendered dashboard/merge_requests.html.haml within layouts/application (85.5ms)
Completed 500 Internal Server Error in 94ms
Assignee
Assign to
Time tracking