[SOLVED] Content Encoding Error In Forum.php »  Show posts from    to     

Icy Phoenix


Old Support Topics - [SOLVED] Content Encoding Error In Forum.php



ssteno [ Sat 05 Sep, 2009 11:43 ]
Post subject: [SOLVED] Content Encoding Error In Forum.php
I upgraded to 1.3.0.53 and almost everything seems to work fine now, there is one major problem.

when clicking on the forum (forum.php) it gives me an content encoding error.
I can browse to topics and subforums using specific links, however forum mainpage gives me this error.
Tried it with 3 different browsers on 2 machines, so that doesn't seem to be it.

Anyone an idea?

http://shibaforum.nl


Informpro [ Sat 05 Sep, 2009 11:49 ]
Post subject: Re: Content Encoding Error In Forum.php
Two solution:
1- disable GZip compression, manually
2- -open includes/page_tail.php
--Find
Code: [Hide]
  1. if(function_exists(ob_gzhandler) && $board_config['gzip_compress'])  
  2. {  
  3. ob_end_clean(); 

--Replace With
Code: [Hide]
  1. $gzip_compression_activated = false;  
  2. if(function_exists(ob_gzhandler) && $gzip_compression_activated)  
  3. {  
  4. ob_end_clean(); 


ssteno [ Sat 05 Sep, 2009 12:03 ]
Post subject: Re: Content Encoding Error In Forum.php
Since backoffice worked I didn't have to do it "manually" (if you meant in DB)
Diabled it and voila! thanks!
Up to the next (minor) problems.




Powered by Icy Phoenix