Hi
I updated my RC instance and I got a look in the /logs directory. I enabled the log to see what happens behind the scenes and I found some curious errors.
[24-Aug-2012 14:27:14 -0300]: PHP Error: Failed to load plugin file /var/www/webmail/plugins/globaladdressbook/globaladdressbook.php in /var/www/webmail/program/include/rcube_plugin_api.php on line 202 (GET /webmail/?_task=mail) [24-Aug-2012 14:27:14 -0300]: PHP Error: Failed to load plugin file /var/www/webmail/plugins/tinymce/tinymce.php in /var/www/webmail/program/include/rcube_plugin_api.php on line 202 (GET /webmail/?_task=mail) [24-Aug-2012 14:27:14 -0300]: PHP Error: Failed to load plugin file /var/www/webmail/plugins/piwik_analytics/piwik_analytics.php in /var/www/webmail/program/include/rcube_plugin_api.php on line 202 (GET /webmail/?_task=mail)
The strange is that i have piwik_analytics, but i haven't tinymce or globaladdressbook, in main.php.inc or /plugins directory.
Some suggestion or explanation of what are happing?
Best, Claudio
On 08/24/2012 07:31 PM, Claudio Filho wrote:
The strange is that i have piwik_analytics, but i haven't tinymce or globaladdressbook, in main.php.inc or /plugins directory.
Some suggestion or explanation of what are happing?
They can be required by other plugins. Grep the files of all your plugins and you'll find them.