[horde] Re: CVS HEAD: call to undefined function: authenticate()
Argimiro
argimiro at realdepiasca.com
Tue Jul 22 00:25:10 PDT 2003
Rob wrote:
> Hello,
Hola ;-)
>
> I'm using the latest head from cvs, and I get the following message on my
> main "Horde" page after I login:
>
> Fatal error: Call to undefined function: authenticate() in
> /home/www/horde/imp/lib/Block/summary.php on line 40
I have the same problem.
Change the line 40 the:
if (IMP::authenticate(OP_HALFOPEN, true) === true) {
to
if (IMP::checkAuthentication(OP_HALFOPEN, true) === true) {
this run for me.
> Rob.
Saludos
Argimiro
More information about the horde
mailing list