Albyif( isset($config['output_compression']) && $config['debug'] != true )
{
# @ob_start('ob_gzhandler');
}
Smarty Errors related to CSS problem?
Re: Smarty Errors related to CSS problem?
Try to comment in stylesheet.php:
Re: Smarty Errors related to CSS problem?
Thanks Alby, commenting that line out seems to have done the trick.
Re: Smarty Errors related to CSS problem?
That did it! Thank you. Thank you!!!
Re: Smarty Errors related to CSS problem?
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.... 

Re: Smarty Errors related to CSS problem?
Someone can have problem with gzip-encoded to browsersahadimul 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....![]()
Alby