Summary | Blank page after failed login |
Queue | IMP |
Queue Version | 4.0.2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | kotysek (at) email (dot) cz |
Created | 03/09/2005 (7395 days ago) |
Due | |
Updated | 12/20/2005 (7109 days ago) |
Assigned | 03/09/2005 (7395 days ago) |
Resolved | 04/22/2005 (7351 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
and Internet Explorer combination definately does not work in 4.0.4.
PS. Someone should change this bug to reopened as it isn't resolved.
Well, I now see the problem is only if I am not using horde
authentication through imp module, i.e. for separate horde auth (but
imp is using this anyway and does not ask for the password when I am
already in horde). The problem is msie specific, but can be resolved
by using "let a horde application handle authentication" switch.
After an unsuccessfull login atempt, msie is redirected to
/horde/login.php?nocache=i7xegfvn1mg where the value of nocache
parameter varies. I also switched to use_ssl = 3 from use_ssl = 2 in
global horde config and switched of cache completely, but it had no
effect. The problem is only in msie, not in firefox or opera.
this ? Thanks, David
State ⇒ Resolved
Replace "header" with "var_dump" and post the output.
a blank screen after a bad login). This happens only with IE6, not
with firefox. And it happens only with IMP 4.0.2 and HORDE 3.0.3, and
not with IMP 4.0.1 and HORDE 3.0.2.
State ⇒ Feedback
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Blank page after failed login
Queue ⇒ IMP
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.