On Mon, Oct 22, 2012 at 11:25:07PM -0700, Goulou wrote:
> Hi All,
>
> Whenever I try to create a new group (or team), be it as a normal user or
> as an administrator, after a pretty long load time, I get the page "Sorry,
> something went wrong".
> In details, the error is :
> A ActionView::TemplateError occurred in groups#create :
>
>   undefined method "nil_class_path" for #<ActionView::Base:0x........>
>   On line #23 of app/views/groups/new.html.erb
>
> The line in question is the following :
> <% form_for @group, :html => {:multipart => true} do |f| -%>
>
> If necessary I may provide a backtrace, but the server is not directly
> available at the moment.
>
> This problem is really a blocker for me, and I'll be very thankful if you
> can provide me of some help!

Looks like creating the group failed, causing the controller to throw
either an ActiveRecord::RecordInvalid or ActiveRecord::RecordNotFound
error. This will cause the form to be re-rendered. In this case,
@group should be the group you just tried to create, but it seems to
be nil.

Are you running with LDAP integration? Any other special settings?

Cheers,
- Marius

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to