Roundcube Community Forum

Release Support => Release Discussion => Topic started by: johnnybe on January 27, 2014, 10:13:13 AM

Title: [SOLVED] Plugin Vacation 1.9.9
Post by: johnnybe on January 27, 2014, 10:13:13 AM
Hello,

I installed roundcube 0.95 with vacation plugin 1.9.9

The plugin doesn't works.

I don't understand instruction for Virtual Driver in the INSTALL.TXT i have this error
Vacation plugin: Driver virtual does not allow transport to be empty. Please edit config.ini
Please read the INSTALL instructions!


The transport is not empty, i'm looking for a simple example of Vacation plugin with MySQL driver. The INSTALL.TXT is not very useful and doesn't show all drivers example

Any idea ?

Thank you
Title: Re: Plugin Vacation 1.9.9
Post by: johnnybe on January 27, 2014, 11:09:56 AM
When i fix the parameters of config.ini i have a blank page with in my logs :

PHP Fatal error:  Class 'rcube_mdb2' not found in /var/www/rc/plugins/vacation/lib/virtual.class.php on li
ne 26


To fix the issue : http://www.negraru.com/articles/2013/10/23/vacation-plugin-issue-with-roundcube-0-95

Why this issues is not fixed by the developpers ???????????

Now i have this problem :

DB Error: Configuration error. Unsupported database driver:  in /var/www/rc/program/lib/Roundcube/rcube_db.php on lin
e 75 (GET /rc/?_task=settings&_action=plugin.vacation)



Any idea ? This plugin is very unstable with 0.9.5
Title: Re: Plugin Vacation 1.9.9
Post by: ABerglund on January 27, 2014, 11:52:00 AM
Quote from: johnnybe on January 27, 2014, 11:09:56 AMWhy this issues is not fixed by the developpers ???????????
Because the vacation plugins are not core plugins that are maintained by the Roundcube developers. They are third-party plugins that need to be maintained by whoever originally created them. The plugin you are trying to use has not been updated by its creator in several years.

Quote from: johnnybe on January 27, 2014, 11:09:56 AMAny idea ? This plugin is very unstable with 0.9.5
I am using a mildly tweaked version of that plugin in Larry only in 0.9.5, using the FTP driver. It works well. I do not know how the mysql driver works as I have never had opportunity to try it.
Title: Re: Plugin Vacation 1.9.9
Post by: johnnybe on January 27, 2014, 02:09:29 PM
Hello,

Thank you ABerglund for these informations.

I'll try with FTP driver but i don't understand why ;) . I don't understand why and how it works. I don't understand why the FTP protocol is a solution to use a vacation plugins.

Could you past your config as an example to help my brain ? ;)

Thanks !
Title: Re: Plugin Vacation 1.9.9
Post by: ABerglund on January 27, 2014, 04:20:49 PM
You can't just change drivers, you need to use whatever driver your IMAP server supports/needs. My need to use FTP is a bit unusual, in fact.

The driver is the method which the vacation plugin uses to edit and create the vacation config files inside the users' mailbox. You need to find out what method of writing these files is supported by your IMAP server.

We should also note that your IMAP server needs to have vacation support as well. Not all IMAP servers have vacation support enabled/installed by default.
Title: Re: Plugin Vacation 1.9.9
Post by: johnnybe on January 28, 2014, 05:06:31 AM
Hello,

Finally this method works fine :

http://www.titan21.co.uk/client/roundcube/adding-an-auto-responder/

I give up the vacation plugin for Sieve Filters, it's simple and it works perfectly