I get none
Trustmaster |
|
---|---|
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');*/ May the Source be with you!
|