Error 500 on Groups overview (Admin area)
Created by: TD092854
When i'm trying to view the groups in the admin area i get an internal server error.
Started GET "/admin/groups" for 127.0.0.1 at 2015-01-18 20:57:49 +0100
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__753687198376570285_70042414265620'
app/views/admin/groups/index.html.haml:18:in `_app_views_admin_groups_index_html_haml__753687198376570285_70042414265620'
I have Gitlab running on Ubuntu 14.04 with 2GB of ram. Gitlab: 7.7.0.rc4 Gitlab shell: 2.4.1 Ruby: 2.2.0p0