Forums / Cotonti / Support / Blank page after 0.0.6 update

Trustmaster
#14399 2009-07-17 05:00
Try commenting output buffering in system/common.php to see error messages:
/*if ($cfg['gzip'])
{ @ob_start('ob_gzhandler'); }
else
{ ob_start(); }

ob_start('sed_outputfilters');*/
May the Source be with you!