[imp] Horde 2.2.2, Imp 3.2.1 Error

Michael Keightley Michael.Keightley at quadstone.com
Wed Apr 23 17:09:53 PDT 2003


There is a bug on line 28 of horde/lib/Cipher/BlockMode/ofb64.php

        for ($j = 0; $j < $jMax); $j++) {

should be:

        for ($j = 0; $j < $jMax; $j++) {

Fixed this problem for me.

Michael

On Wed, Apr 23, 2003 at 07:54:57AM -0500, Nate wrote:
> I upgraded to Horde 2.2.2 from 2.2.1 to fix the slow performance issue with 
> horde 2.2.1.  Here is what I got after the login screen:
> 
> Fatal error: Call to undefined function: encrypt() 
> in /home/httpd/html/horde/lib/Cipher.php on line 67
> 
> Any ideas?
> thanks,
> Nate
> 
> 
> -- 
> 
> 
> ------------------------------------------------------------------------------
> This information is strictly confidential and is intended to be viewed only by
> the designated recipient.  If you are not listed as the designated recipient,
> it has reached you in error and you may not view or share this information.  If
> this has reached you in error, please contact the sender for further action to
> be taken.
> 
> -- 
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org

-- 
Michael Keightley <Michael.Keightley at quadstone.com>    Tel: +44 131 220 4491
Systems Manager, Quadstone Limited,                    Fax: +44 131 220 4492
16 Chester Street, Edinburgh EH3 7RA, Scotland         http://www.quadstone.com


More information about the imp mailing list