Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: henlon on February 26, 2010, 02:16:24 PM

Title: hmail_ plugins invisible
Post by: henlon on February 26, 2010, 02:16:24 PM
Running rc0.3.1 connected to hmailserver 5.3.2
I have installed the hmail_autoresponder and hmail_forwarding
I can't find them in the personal settings folder.

I have made the changes in main.inc.php and in the config files.
These files are renamed.

The two plugins are inserted in the end of the array in main.inc.php

rc error log tells me:

[26-Feb-2010 19:57:07 +0100]: PHP Error: Failed to load plugin file C:\Inetpub\wwwroot\roundcube/plugins/\settings\settings.php (GET /index.php?_task=logout)

Other plugins work fine.
Title: hmail_ plugins invisible
Post by: mishoddt on February 26, 2010, 02:31:05 PM
Did you add the plugin 'settings' to your plugin directory and to your plugin array settings in main.inc.php and the jquery-ui library to the plugin directory?
Title: Forgot the settings folder
Post by: henlon on February 26, 2010, 02:49:08 PM
Of course, I forgor to copy the "settings" folder to the pugin folder.

Now it works

Tanks for your fast answer