[Tickets #1516] NEW: Blank page after failed login

bugs at bugs.horde.org bugs at bugs.horde.org
Wed Mar 9 05:31:51 PST 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=1516
-----------------------------------------------------------------------
 Ticket             | 1516
 Created By         | kotysek at email.cz
 Summary            | Blank page after failed login
 Queue              | IMP
 Version            | 4.0.2
 State              | Unconfirmed
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


kotysek at email.cz (2005-03-09 05:31) wrote:

line (around 160) in redirect.php:

header('Refresh: 0; URL=' . $url);

should go to login.php with  ...&logout_reason=failed

but it doesn't do anything and stays on a blank page instead :(
PHP 4.3.10
Apache 1.3.29
RedHat 7.3
PEAR updated, Horde 3 test.php - all OK

I replaced it with
header('Location: ' . $url);
and it works OK.




More information about the bugs mailing list