[horde] Re: CVS HEAD: call to undefined function: authenticate()

Michael M Slusarz slusarz at bigworm.colorado.edu
Tue Jul 22 10:39:44 PDT 2003


Quoting Argimiro <argimiro at realdepiasca.com>:

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

Incorrect.  This will cause an unwanted redirect if the user is not
authenticated to IMP properly instead of simply creating a link to the
login page.

Better solution - update from CVS where the correct fix was made.

michael

______________________________________________
Michael Slusarz [slusarz at bigworm.colorado.edu]
The University of Colorado at Boulder



More information about the horde mailing list