On Wed, 2004-03-03 at 23:55, [EMAIL PROTECTED] wrote:
> Hi,
>
> Squirrelmail 1.4.2 serversidefilters plugin version 1.32, apache 1.3.26 and
> php 4.3.4, qmail/vpopmail/courier-imap, maildrop on debian stable.
>
> When the serversidefilters plugin goes to en/decrypt domain passwords using
> mcrypt, I get this error message:
>
> >>>>
> Fatal error: Call to undefined function: vadmin_rc4_crypt()
> in /var/www/squirrelmail-1.4.2/plugins/serversidefilter/backend.php on line
> 420
> <<<<
Since vadmin_rc4_crypt() is not a standard predefined php function it
just means the file containing vadmin_rc4_crypt() is not available to
your script. Find where vadmin_rc4_crypt() is and make it available to
to backend.php
--
Brian GnuPG -> KeyID: 0x04A4F0DC | URL: www.gfx-design.com/keys
Key Server: pgp.mit.edu
======================================================================
gpg --keyserver pgp.mit.edu --recv-keys 04A4F0DC
GnuPG: http://gnupg.org
http://www.biglumber.com/x/web?qs=0x2C35011004A4F0DC
Linux Registered User #339825 at http://counter.li.org
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php