Content Encoding Error vbullletin
Question:
Hello
If I try and load a page from the my main vbullletin for example:
http://community.basenotes.net/showt…32#post1251532
I am faced with an error in firefox like this
Content Encoding Error
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
I’ve not changed any settings on vbulletin or in the cpanel, and my other vbulletin forum at http://www.planningtomarry.comloads up okay.
It was working fine this morning and about 10.00am a moderator emailed me to say she was getting errors.
Looking forward to finding out what the problem is
cheers
Solution:
First, try turning GZIP off here:
Admin CP -> vBulletin Options -> Cookies and HTTP Header Options -> GZIP HTML Output -> No
If you cannot log into your Admin CP, you can run these queries in the SQL tab in phpMyAdmin:
UPDATE setting SET value = ‘0′ WHERE varname = ‘gzipoutput’;
UPDATE datastore SET data=REPLACE(data,’s:10:”gzipoutput”;i:1;’,’s:10:” gzipoutput”;i:0;’) WHERE title=’options’;
Or you can also edit config.php and add DEFINE(’NOZIP’, 1) right under the <?php line to disable GZIP.

















Phản hồi (0)
Trackbacks - Pingbacks (0)