From: Scott R. <sr...@ge...> - 2013-01-01 17:12:57
|
Yo. This is what you said earlier: Scott Ruckh > > Yo. This is what you said earlier: Peter Senft >> Hi, >> >> I had the same issue and created a patch for avelsieve to run on PHP >> 5.3. and higher: >> >> http://www.rfc3092.net/projects/avelsieve/ >> >> That should take care of the warnings for split() and other deprecated >> functions. Not sure if that also fixes the other problem. Maybe give it >> a shot and let me know. >> >> FYI, that is just a patch and not the official version or a branch. >> AFAIK that patch was incorporated into the official version but so far >> there no new version including the patch was released. >> >> Peter > > I downloaded avelsieve-1.9.9-hps.tar.gz from the link you provided above. > I renamed my current avelsieve directory, and unpacked your tarball > archive into the squirrelmail plugin directory. I copied my existing > config.php to the newly unpacked avelsieve/config directory (I believe > this is the default config.php file). > > I did not have debugging turned on nor did I enable displaying PHP errors, > but the avelsieve rules are now displayed upon clicking the "Filters" > link. > > I will have to test further, but your patches are definitely better than > before. Thank you for your work, being part of the community and taking > the time to respond the my note. Your time and work is much appreciated. > > Thank You. Just an FYI -- Although it does not seem to be an issue, the following error is displayed from the main screen after a successful login when display_errors is enabled. Strict Standards: Non-static method DO_Sieve::decode_script() should not be called statically in /usr/local/squirrelmail/www/plugins/avelsieve/include/sieve_getrule.inc.php on line 67 Select Range Thank You. |