Author Topic: upgrade to 1.0.3: plugins stopped working  (Read 2717 times)

Offline cbrace

  • Full Member
  • ***
  • Posts: 75
upgrade to 1.0.3: plugins stopped working
« 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?


Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: upgrade to 1.0.3: plugins stopped working
« Reply #1 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?

Offline cbrace

  • Full Member
  • ***
  • Posts: 75
Re: upgrade to 1.0.3: plugins stopped working
« Reply #2 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:

Code: [Select]
$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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: upgrade to 1.0.3: plugins stopped working
« Reply #3 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.

Offline cbrace

  • Full Member
  • ***
  • Posts: 75
Re: upgrade to 1.0.3: plugins stopped working
« Reply #4 on: November 23, 2014, 05:49:03 AM »
Thanks. Clearly I need to read the change log more carefully ;)