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?
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?
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.
The main.inc.php is no longer used, you need to modify the the config.inc.php.
Thanks. Clearly I need to read the change log more carefully ;)