Page 2 of 2

Re: Smarty Errors related to CSS problem?

Posted: Wed Oct 15, 2008 9:48 pm
by alby
Try to comment in stylesheet.php:
if( isset($config['output_compression']) && $config['debug'] != true )
  {
#    @ob_start('ob_gzhandler');
  }
Alby

Re: Smarty Errors related to CSS problem?

Posted: Wed Oct 15, 2008 9:52 pm
by caldazar
Thanks Alby, commenting that line out seems to have done the trick.

Re: Smarty Errors related to CSS problem?

Posted: Thu Oct 16, 2008 3:06 am
by DavidRad
That did it! Thank you. Thank you!!!

Re: Smarty Errors related to CSS problem?

Posted: Tue Nov 18, 2008 10:54 pm
by ahadimul
I just had the same problem too and now it's working. What seemed to be the problem? Why do we have to comment that code out? Im very very curious.... :o

Re: Smarty Errors related to CSS problem?

Posted: Wed Nov 19, 2008 8:06 am
by alby
ahadimul wrote: I just had the same problem too and now it's working. What seemed to be the problem? Why do we have to comment that code out? Im very very curious.... :o
Someone can have problem with gzip-encoded to browsers

Alby