Forums / Cotonti / Support / Configuration panel

I get none

Trustmaster
#15605 2009-08-07 00:55
When you need to see error messages, you can temporarily disable output buffering by commenting these lines in system/common.php:
/*if ($cfg['gzip'])
{ @ob_start('ob_gzhandler'); }
else
{ ob_start(); }

ob_start('sed_outputfilters');*/
Don't forget to uncomment them back after that.
May the Source be with you!