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('
[email protected]'); // lowercase !!!
The update setting is set to true.
It is still failing to load. I can use some help please.