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

Closed
Open
Created Feb 04, 2014 by Administrator@rootOwner

"Projects" page throws 500 in admin panel

Created by: morsik

GitLab version: 6.5.1 GitLab Shell version: 1.8.0

Processing by Admin::ProjectsController#index as HTML
  Rendered admin/projects/index.html.haml within layouts/admin (92.3ms)
Completed 500 Internal Server Error in 98ms

ActionView::Template::Error (undefined method `path' for nil:NilClass):
    46:           %li
    47:             %span{ class: visibility_level_color(project.visibility_level) }
    48:               = visibility_level_icon(project.visibility_level)
    49:             = link_to project.name_with_namespace, [:admin, project]
    50:             .pull-right
    51:               %span.label.label-gray
    52:                 = repository_size(project)
  app/models/project.rb:201:in `to_param'
  app/views/admin/projects/index.html.haml:49:in `block in _app_views_admin_projects_index_html_haml___2724482771881653132_76005500'
  app/views/admin/projects/index.html.haml:45:in `_app_views_admin_projects_index_html_haml___2724482771881653132_76005500'
  app/controllers/application_controller.rb:57:in `set_current_user_for_thread'
Assignee
Assign to
Time tracking