I'm not a plugin developer, but I'm using the vacation plugin, and it is giving me this error:
Vacation plugin: /var/www/html/roundcubemail-0.4-beta/plugins/vacation/extra/squirrelmail_vacation_proxy is not configured for user "". Check config.mk in plugins/vacation/extra/vacation_binary. Please read the INSTALL instructions!
The module is unmaintained as far as I can tell, so I was wondering if there was a list of changes to the API from release to release. I didn't see one in trac...
It looks to me like the variable with the username string has changed.
(I'm guessing it was rcmail::get_instance()->user
before).
Nevermind. I did a recursive chown, and the error message had something to do with it I am thinking.
On Tue, Dec 14, 2010 at 11:51 AM, Bradlee Landis bradleelandis@gmail.com wrote:
I'm not a plugin developer, but I'm using the vacation plugin, and it is giving me this error:
Vacation plugin: /var/www/html/roundcubemail-0.4-beta/plugins/vacation/extra/squirrelmail_vacation_proxy is not configured for user "". Check config.mk in plugins/vacation/extra/vacation_binary. Please read the INSTALL instructions!
The module is unmaintained as far as I can tell, so I was wondering if there was a list of changes to the API from release to release. I didn't see one in trac...
It looks to me like the variable with the username string has changed. (I'm guessing it was
rcmail::get_instance()->user
before).-- Thanks, Brad Landis