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

Closed
Open
Created Jan 16, 2015 by Administrator@rootOwner

Server error (500) when accessing admin/groups in 7-7-stable

Created by: pduersteler

Visiting /admin/groups in 7-7-stable (recently upgraded from 6.9.2), I get a server error.

Log

Started GET "/admin/groups" for 127.0.0.1 at 2015-01-16 10:07:37 +0100
Processing by Admin::GroupsController#index as HTML
Completed 500 Internal Server Error in 96ms

ActionView::Template::Error (undefined method `name' for nil:NilClass):
    35:           = truncate group.description, length: 150
    36:       .clearfix
    37:         %p.light
    38:           #{pluralize(group.members.size, 'member')}, #{pluralize(group.projects.count, 'project')}
    39: 
    40: 
    41: = paginate @groups, theme: "gitlab"
  app/views/admin/groups/index.html.haml:38:in `block in _app_views_admin_groups_index_html_haml___66148943948900042_70333098814760'
  app/views/admin/groups/index.html.haml:18:in `_app_views_admin_groups_index_html_haml___66148943948900042_70333098814760'
Assignee
Assign to
Time tracking