Forums / Cotonti / Support / Blank page after 0.0.6 update

Trustmaster
#15966 2009-08-14 21:15
How about letting us take a look at that phpinfo page?

The page gets blank when there are some PHP errors but output buffer prevents them from popping up. You can temporarily disable it by commenting these lines in system/common.php:
/* ======== Gzip and output filtering ======== */
/*
if ($cfg['gzip'])
{ @ob_start('ob_gzhandler'); }
else
{ ob_start(); }

ob_start('sed_outputfilters');
*/

Then you should see the error messages.
May the Source be with you!