ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Upgrade problem (gravatar plugin)

Added by Nicolas Paez at 2012-10-19 09:26 pm

Hi,

I followed the procedure to updated my chili instance (2.7.6) to the latest stable one, and I got the following error when trying to run the application:

uninitialized constant Rails::Plugin::GravatarHelper (NameError)

I deleted the plugin folder (vendor/plugins/gravatar) and the application run fine, but of course I don't have gravatar.

Any idea?


Replies (4)

RE: Upgrade problem (gravatar plugin) - Added by Felix Schäfer at 2012-10-20 11:14 am

There's been a change in how the gravatars are handled, do you have a plugin installed that tries to use or patch them?

RE: Upgrade problem (gravatar plugin) - Added by Nicolas Paez at 2012-10-22 12:08 am

I don't think so, the gravatar plugin is not part of my instance.

RE: Upgrade problem (gravatar plugin) - Added by Felix Schäfer at 2012-10-22 07:52 am

Well, we've phased out the plugin from vendor/plugins/gravatar in favor of a gem, so vendor/plugins/gravatar should have been removed while you upgraded and a bundle install after the update should have installed the gem for you. Make sure you have upgraded properly.

(1-4/4)