I'm trying to upgrade a version of Community Engine in a project I'm
doing some work on to try and resolve some issues.

I've gone for 1.0.3 (70) as trying it all in one big step caused me
more headache than is necessary. However I'm still getting issues:

/vendor/plugins/community_engine/app/controllers/users_controller.rb:
17: You have a nil object when you didn't expect it! (NoMethodError)
The error occurred while evaluating nil.merge

I see that it is trying to merge to AppConfig.default_mce_options
which don't get initialized until the call to require "#{RAILS_ROOT}/
vendor/plugins/community_engine/config/boot.rb" (which is after the
Initialize block in environment.rb) I've tried moving that up before
the initialize block but that doesn't help (gives me other errors).
It's included as per the upgrade/install instructions say so is there
any way to resolve this error?

-- 
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en.

Reply via email to