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

Closed
Open
Created Sep 03, 2013 by Administrator@rootOwner

[6.0 stable] 500 error displayed when opening project from admin page

Created by: simkin

Public project page --> project name = OK Admin page -> User Page --> Project name = NOK (500 error)

Started GET "/admin/projects/bveeden/rightnow_preview" for 127.0.0.1 at 2013-09-03 15:12:40 +0200
Processing by Admin::ProjectsController#show as HTML
  Parameters: {"id"=>"bveeden/rightnow_preview"}
  Rendered admin/projects/show.html.haml within layouts/admin (244.3ms)
Completed 500 Internal Server Error in 466ms

ActionView::Template::Error (undefined method `admin_project_member_path' for #<#<Class:0x007f94f9da88e8>:0x007f94f9db1998>):
    106:                 %span.light Owner
    107:               - else
    108:                 %span.light= users_project.human_access
    109:                 = link_to admin_project_member_path(@project, user), confirm: remove_from_project_team_message(@project, user), method: :delete, class: "btn btn-small btn-remove" do
    110:                   %i.icon-remove
  app/views/admin/projects/show.html.haml:109:in `block in _app_views_admin_projects_show_html_haml__4426008192156168396_70138912085940'
  app/views/admin/projects/show.html.haml:99:in `_app_views_admin_projects_show_html_haml__4426008192156168396_70138912085940'


Started GET "/static.css" for 127.0.0.1 at 2013-09-03 15:12:41 +0200
Processing by ProjectsController#show as HTML
  Parameters: {"id"=>"static.css"}
  Rendered public/404.html (0.5ms)
Filter chain halted as :project rendered or redirected
Completed 404 Not Found in 15ms (Views: 9.6ms | ActiveRecord: 0.5ms)
Assignee
Assign to
Time tracking