ActionView::Template::Error (undefined method `name' for nil:NilClass):
while trying to view admin/groups page after upgrading to gitlab 7.7.1 . i am getting the following error.
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__1983900416000694023_86558300'
app/views/admin/groups/index.html.haml:18:in `_app_views_admin_groups_index_html_haml__1983900416000694023_86558300'
Started GET "/admin/groups" for 76.183.187.80 at 2015-01-26 17:28:00 -0600
Processing by Admin::GroupsController#index as HTML
Completed 500 Internal Server Error in 17ms
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__1983900416000694023_101673340'
app/views/admin/groups/index.html.haml:18:in `_app_views_admin_groups_index_html_haml__1983900416000694023_101673340'
Below is my environment:
GitLab 7.7.1
GitLab Shell 2.4.1
GitLab API v3
Ruby 2.2.0p0
Rails 4.1.1