Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 14 Years, 4 Months ago [Error Message] Error 330 (net::ERR_CONTENT_DECODING_FAILED)
#1
Solved: 14 Years, 4 Months ago
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/
The friend that left you, wasn't your friend
#2
Solved: 14 Years, 4 Months ago
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
#3
Solved: 14 Years, 4 Months ago
Yes!!! Thankyou very much!!!
You really saved me!!!
But, I can´t understand why yesterday it works and today no?
The friend that left you, wasn't your friend
#4
Solved: 14 Years, 4 Months ago
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.


Forum Jump:


Users browsing this thread: 1 Guest(s)