Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: cbrace on November 22, 2014, 04:49:56 PM

Title: upgrade to 1.0.3: plugins stopped working
Post by: cbrace on November 22, 2014, 04:49:56 PM
Hello,

This evening I upgraded my RC installation from v0.9.5 to v1.0.3.

I had previously installed Plugin Manager under v0.9 and it worked fine. I downloaded the v1.0 version and installed that just now as well. For some reason, it no longer works.

I also tried configuring several plugins the old way with no luck. Under About: no plugins listed.

Any thoughts on what might be going wrong here?

Title: Re: upgrade to 1.0.3: plugins stopped working
Post by: SKaero on November 22, 2014, 06:07:16 PM
You'll need to ask the My Roundcube project for support with the Plugin Manager since it isn't part of the Roundcube project. As for configuring plugins the standard way what is in your error log?
Title: Re: upgrade to 1.0.3: plugins stopped working
Post by: cbrace on November 23, 2014, 05:29:41 AM
Hi,

OK, forgetting Plugin Manager for the time being, I've restored this line to config/main.inc.php:

$rcmail_config['plugins'] = array('markasjunk2', 'carddav', 'managesieve');

This was working several weeks ago under v0.9.5

Now, under v.1.0.3:, no plugins listed under "About"

Nothing at all indicated in logs/error

Any ideas?

Thanks.
Title: Re: upgrade to 1.0.3: plugins stopped working
Post by: SKaero on November 23, 2014, 05:36:35 AM
The main.inc.php is no longer used, you need to modify the the config.inc.php.
Title: Re: upgrade to 1.0.3: plugins stopped working
Post by: cbrace on November 23, 2014, 05:49:03 AM
Thanks. Clearly I need to read the change log more carefully ;)