Smarty Errors related to CSS problem?

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
alby

Re: Smarty Errors related to CSS problem?

Post by alby »

Try to comment in stylesheet.php:
if( isset($config['output_compression']) && $config['debug'] != true )
  {
#    @ob_start('ob_gzhandler');
  }
Alby
caldazar

Re: Smarty Errors related to CSS problem?

Post by caldazar »

Thanks Alby, commenting that line out seems to have done the trick.
DavidRad
Forum Members
Forum Members
Posts: 14
Joined: Fri Sep 19, 2008 7:09 pm

Re: Smarty Errors related to CSS problem?

Post by DavidRad »

That did it! Thank you. Thank you!!!
ahadimul

Re: Smarty Errors related to CSS problem?

Post 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
alby

Re: Smarty Errors related to CSS problem?

Post 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
Locked

Return to “[locked] Installation, Setup and Upgrade”