Path

ez.no / ezpublish / documentation / configuration / troubleshooting / debug popup window infinite loops


Debug popup window infinite loops

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

If you setup a VHost eZ publish 3.1 using the apache vhost configuration modified from the samples in doc/INSTALL, enable DebugOutput in section [DebugSettings] and specify the popup debug mode, then the "eZ debug" window will infinitely load itself, and you just can see nothing useful.

Solution:
change the line like this:

RewriteRule !\.(gif|css|jpg|png|jar|js)$ /your/ez/path/ezpublish/index.php

to

RewriteRule !\.(gif|css|jpg|png|jar|js|html)$ /index.php

This just means to disable rewrite when clients request a *.html file.

Since eZ do not have any other *.html files, so there should be no potential security leaks.

Comments

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

23/07/2003
7:26:10 pm
by liu spider

Last updated

26/07/2003
2:53:38 pm
by Jan Borsodi

Authors

liu spider
Jan Borsodi



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.