MyBB Community Forums

Full Version: Error 330 (net::ERR_CONTENT_DECODING_FAILED)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, When today I visited my forum, I got the next error:

Error 330 (net::ERR_CONTENT_DECODING_FAILED)

And now can´t enter to the forum...
Thanks for your help

Edit: the url of my website: http://unirpgworld.260mb.com/
Hi Web24,

It looks like your host doesn't support GZIP compression, which is possibly one of the reasons why you are getting that error.

If you can get into your forum's administration panel, go to Configuration > Server and Optimization Settings > and click "No" under Use GZIP compression?

If you can't, then you can either: through phpMyAdmin brwose the mybb_settings sql table and find gzipoutput and change the value from 1 to 0 -OR- through an FTP program edit the settings.php file (located in the inc folder) and find:

$settings['gzipoutput'] = "1";

and change it to:

$settings['gzipoutput'] = "0";

Save and reupload settings.php.

Remember, that this is only temporary. You'll have to change it in the administration panel, so that it doesn't revert the GZIP setting back to what is stored in the database and overwrite what was changed in settings.php
Yes!!! Thankyou very much!!!
You really saved me!!!
But, I can´t understand why yesterday it works and today no?
Glad it works! Smile

No idea, you'll have to get in contact with your host to see what's up with their GZIP compression.