[imp] Horde 2.2.2, Imp 3.2.1 Error

Michael Keightley Michael.Keightley at quadstone.com
Thu Apr 24 10:45:22 PDT 2003


On Thu, Apr 24, 2003 at 09:33:59AM +0200, Jochen Roderburg wrote:
> Michael Keightley wrote:
> >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
> 
> Hi Michael,
> 
> Is this a fix for the problem that Nate reported or is it one more new 
> problem?
> 
> Regards,
I was getting 2 errors, so don't know if it was the same problem.  Definitely a
syntax error though.

Parse error: parse error, unexpected ')', expecting ';' in /home/www_webmail/sdocs/horde-2.2.2/lib/Cipher/BlockMode/ofb64.php on line 28

Fatal error: Call to undefined function: encrypt() in /home/www_webmail/sdocs/horde-2.2.2/lib/Cipher.php on line 67

Michael

-- 
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