[Tickets #8543] Infinite loop in login

bugs at horde.org bugs at horde.org
Mon Aug 31 00:37:28 UTC 2009


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

Ticket URL: http://bugs.horde.org/ticket/8543
------------------------------------------------------------------------------
  Ticket             | 8543
  Created By         | lameventanas at yahoo.com
  Summary            | Infinite loop in login
  Queue              | Horde Base
  Version            | 3.3.4
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


lameventanas at yahoo.com (2009-08-30 20:37) wrote:

I'm trying to install horde 3.3.4 in a linux machine, distro is suse 11.

Apache and php configuration is the standard one, there are no strange  
redirects, rewrites, etc configured.
I have followed each step closely, there are no missing requirements

Whenever I try to log in for the first time, I get an infinite loop:
index.php -> login.php -> index.php ...

I think the problem is index.php thinks I'm not authenticated, while  
login.php does.

If I comment this section in login.php:

/* Try transparent authentication. */
if (Auth::isAuthenticated()) {
     require HORDE_BASE . '/index.php';
     exit;
}

The loop breaks, but of course the application doesn't work.

I have read similar reports by people installing horde in the webroot.
For me it doesn't make any difference, I get the same behavior by  
using webroot='', or webroot='horde'.

I tried using the default cookie path, as well as '/horde', I still  
get the loop.

I have installed previous versions of horde in the past, even written  
modules using the framework, and never came across this one before.








More information about the bugs mailing list