Path

ez.no / ezpublish / documentation / configuration / troubleshooting / getting looped back when logging in


Getting looped back when logging in

These documentation pages are no longer maintained. Please visit the new documentation site.

If you are getting looped back after logging in to the admin area, you are probably running PHP as CGI. Currently there are problems with this. Please run PHP as a web server module.

Discussed e.g. in this thread. Note: there is a quasi-patch for version 3.02 in the forums to get eZ publish working with CGI (see this thread and this user doc).

Comments

Corrupted ezsession-table

I had a corrupted ezsession-table, checking and repairing with myisamchk fixed the problem (http://dev.mysql.com/doc/mysql/en/Repair.html).
:)

Other reasons for looping back after logging in

Here are at least two more causes of this behavior: you may have provided incorrect information for your database, or you may have defined a site name that includes an underscore character (understandable, since the wizard throws underscores into some names). To troublshoot the database connection, turn on debugging (search the documentation on how to do that if you don't already know). SQL errors usually show up right at the top.

The underscore problem only crops up in IE6, but odds are that's the browser you're using. If it is, and your URL has an underscore, just go through the wizard again, and also change your Apache config to use another name, without underscores.

Contents

Configuration

Configuration
Security
Optimization
Backup & Restore
Troubleshooting
    404 - Page not found
    Change the right configuration file
    Debug popup window infinite loops
    eZ publish 3 and Apache 2
    Getting looped back when logging in
    Giving you back the admin rights
    I need to reindex my site for search.
    Images do not work
    Mixing up node id and object id
    Not enough PHP memory
    Open_basedir restriction
    Permissions of cache files
    Problems with the translation function
    Process cache enabled reduces perform...
    User site instead of admin site
    Warning: Failed to write session data...
    What not to do with eZ


Created

06/05/2003
1:13:31 pm
by Karsten Jennissen

Last updated

04/07/2003
5:24:09 pm
by Bård Farstad

Authors

Karsten Jennissen
Claus Jensen
Bård Farstad



This page is part of the eZ Publish documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.