> > Check what functions do. if they do the same thing - remove the one > that > > is in vacation plugin. or rename it to vacation_sqStripSlashes. > > > I'm not a programmer, so I'm not completely sure what these do... I > renamed > the function in vac_init.php to vacation_sqStripSlashes, and then changed > the call to the function also. I get the same error as if I commented the > declaration:
Took a deeper look at plugin and your config. 1. plugin is written for SquirrelMail 1.2.x. It does not work with 1.4.x. Incorrect paths, inclusion of non-existent php includes. I think SquirrelMail 1.2.11 doesn't work on RedHat9 due to changes in latest php version and you are using SquirrelMail v.1.4.x 2. plugin is not register_globals=off compatible. "use of undefined variables" warnings about $username. 3. Plugin is designed to change .forward files and you are using Cyrus. I think Cyrus provides virtual user setup and there are no system users needed for this plugin. Even if you somehow port plugin to 1.4.x, you have to port it to cyrus too. Are you sure that avelsieve plugin does not provide better functions for your system? http://www.squirrelmail.org/plugin_view.php?id=73 http://email.uoa.gr/projects/squirrelmail/avelsieve.php This plugin provides: ... ...filters... -> * Supports SIEVE Vacation. * Supports SIEVE Notification action. ...more filters... :) ... -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
