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

Closed
Open
Created Jan 29, 2015 by Administrator@rootOwner

500 when accessing admin/groups

Created by: derekstavis

After I've upgraded from 6.9 while trying to access groups as admin user I'm getting a HTTP 500 with the following error in production.log:

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___64884481403691023_70287359074520'
  app/views/admin/groups/index.html.haml:18:in `_app_views_admin_groups_index_html_haml___64884481403691023_70287359074520'

EDIT: I'm on GitLab 7.7

System information
System:     Debian 6.0.10
Current User:   git
Using RVM:  no
Ruby Version:   2.2.0p0
Gem Version:    2.4.5
Bundler Version:1.7.12
Rake Version:   10.3.2
Sidekiq Version:2.17.8

GitLab information
Version:    7.7.1
Revision:   7e2b71e
Directory:  /home/git/gitlab
DB Adapter: mysql2
URL:        git.my.network
HTTP Clone URL: http://my.network/some-project.git
SSH Clone URL:  [email protected]:some-project.git
Using LDAP: no
Using Omniauth: no

GitLab Shell
Version:    2.4.1
Repositories:   /home/git/repositories/
Hooks:      /home/git/gitlab-shell/hooks/
Git:        /usr/bin/git
Assignee
Assign to
Time tracking