Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: theancientone on July 08, 2012, 09:43:09 AM

Title: [solved] how to install plugin mananger?
Post by: theancientone on July 08, 2012, 09:43:09 AM
Hi all,

I have some problems installing the plugin manager into roundcube. I have followed some instructions on the net which should helped, however, it didn't.

According to the error log i'm getting this: (due to privacy some info is removed)

[08-Jul-2012 15:31:05 +0200]: PHP Error: Failed to load plugin file roundcubemail-0.7.2/plugins/plugin_manager/plugin_manager.php in roundcubemail-0.7.2/program/include/rcube_plugin_api.php on line 196 (GET /roundcube/roundcubemail-0.7.2/?_task=mail&_action=preview&_uid=280&_mbox=INBOX&_framed=1)

I have no clue to what is causing this. I have the following related config:

- in config/main.inc.php:
// List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array('new_user_identity','plugin_manager');

- in plugins/plugin_manager/config.inc.php:
/* Admin Account */
$rcmail_config['plugin_manager_admins'] = array('user@gmail.com'); // lowercase !!!

The update setting is set to true.

It is still failing to load. I can use some help please.

Title: Re: how to install plugin mananger?
Post by: maffmommie on July 08, 2012, 10:04:20 AM
You just need 'plugin_manager' in the plugin field
Title: Re: how to install plugin mananger?
Post by: theancientone on July 08, 2012, 10:11:49 AM
@maffmommie: thank you for your answer :-)

I did find the problem and hopefully i can solve this very soon. It was a permission problem. After i set the right permissions i got the plugin manager to work. So I probably need to do this with every plugin I want to use.