I get empty page when I want to view huge page (eg. db_structure.php with plenty of tables). ΒΆ
This was caused by a PHP bug that occur when GZIP output buffering is enabled. If you turn off it (by $cfg['OBGzip']
in config.inc.php
), it should work. This bug will has been fixed in PHP 5.0.0.