[SOLVED] Content Encoding Error In Forum.php


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

Last edited by ssteno on Sat 05 Sep, 2009 12:04; edited 1 time in total
Profile PM  
Subject: Re: Content Encoding Error In Forum.php
Two solution:
1- disable GZip compression, manually
2- -open includes/page_tail.php
--Find
Code: [Download] [Hide]
  1. if(function_exists(ob_gzhandler) && $board_config['gzip_compress'])  
  2. {  
  3. ob_end_clean(); 

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

Profile PM  
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.

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.5179s (PHP: 3% SQL: 97%)
SQL queries: 30 - Debug Off - GZIP Enabled