Cannot view 'admin' page for a project
Created by: jasperla
I have several projects configured in gitlab and I'm the admin for all of them. However for one particular project I cannot view it's admin page.
I get the following in production.log:
Started GET "/admin/projects/projectname" for 127.0.0.1 at 2012-11-07 14:55:41 +0100 Processing by Admin::ProjectsController#show as HTML Parameters: {"id"=>"projectname"} Rendered admin/shared/_projects_head.html.haml (1.1ms) Rendered admin/projects/show.html.haml within layouts/admin (3.9ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined method `name' for nil:NilClass): 43: %b 44: Owner: 45: %td 46: = @admin_project.owner.name 47: %tr 48: %td 49: %b app/views/admin/projects/show.html.haml:46:in `_app_views_admin_projects_show_html_haml___4531250390733879548_47957220'
When I swap the repository name of this project with another in my gitolite.conf and try again it works for the other project (now with the same config) and the other still fails.