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

Closed
Open
Created Apr 12, 2013 by Administrator@rootOwner

404 error for /admin/groups with gitlab 5.0

Created by: ph03

Hi! I have gitlab 5.0 running and everything is fine except when I try to access /admin/groups:

Started GET "/admin/groups" for 127.0.0.1 at 2013-04-13 01:25:56 +0200
Processing by Admin::GroupsController#index as HTML
  Rendered admin/groups/index.html.haml within layouts/admin (16.3ms)
Completed 500 Internal Server Error in 24ms

ActionController::RoutingError (No route matches {:action=>"show", :controller=>"admin/users", :id=>nil}):
  app/views/admin/groups/index.html.haml:33:in `block in _app_views_admin_groups_index_html_haml__1270575898731690568_39241620'
  app/views/admin/groups/index.html.haml:25:in `_app_views_admin_groups_index_html_haml__1270575898731690568_39241620'

I get a 404 error by nginx here.

Is this a known problem / how can I fix it? The id=>nil is suspicious to me...

Assignee
Assign to
Time tracking