[dev] IMP authentication timeout
Luís Fernando
lemon at grad.icmc.usp.br
Tue Mar 27 06:13:01 UTC 2007
after installing Horde 3.1.4 with IMP 4.1.4 and, everytime I try to
log to it, I get stuck on /horde/imp/redirect.php with this error message (code 500)
I'm using IMP as the authentication method
--------------------------------------------------------------------------------------------------------------
Server Error
The following error occurred:
[code=SERVER_RESPONSE_CLOSE] The server closed the connection while reading the response. Contact your system administrator.
Please contact the administrator.
--------------------------------------------------------------------------------------------------------------
After debuging it, I found the problem to be on:
/horde/imp/lib/Auth/imp.php (line 121):
return parent::authenticate($userID, $credentials, $login);
I can't debug more than that, but what I noticed that:
1) changing parent:: to Auth:: didn't change anything
2) putting a `echo a >>/tmp/test` right on the start of the function
authenticate, "a" is written just once (even with this second call)
any ideas/hints?
thanks,
Luis Fernando
More information about the dev
mailing list