Log in

View Full Version : Whole forum down?


rockinaway
04-20-2010, 07:09 PM
All of a sudden my entire forum is down at http://www.adminfuel.com

I get Content Encoding Error: The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

I haven't edited anything, it just happened itself. I can't access ANY page of the site.

What could have happened? I haven't edited anything since the forum was last working.

EDIT: It is just happening in Firefox; I can access the site fine with IE

borbole
04-20-2010, 07:13 PM
All of a sudden my entire forum is down at http://www.adminfuel.com

I get Content Encoding Error: The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

I haven't edited anything, it just happened itself. I can't access ANY page of the site.

What could have happened? I haven't edited anything since the forum was last working.

Your forum loads fine to me now.

rockinaway
04-20-2010, 07:14 PM
Are you accessing via Firefox or IE?

--------------- Added 1271794682 at 1271794682 ---------------

Wow, that was strange. I cleared all my history, cache, cookies and saved form data and now it seems to work :|.. any one know why it could have happened?

borbole
04-20-2010, 07:31 PM
Is your GZIP HTML Output set to Yes? Because from the error you described above it looks like a double compressing case. As your server server is also using GZIP.

rockinaway
04-20-2010, 07:43 PM
This hasn't happened to me before, ever; and it's just happened again. I will try accessing via IE and resetting that.

--------------- Added 1271796244 at 1271796244 ---------------

I can't even access it via IE anymore, will have to see if I can edit via the database.

borbole
04-20-2010, 07:51 PM
I still load it fine. Can you access your acp at all?

If you can''t, then try to run this query at the phpmyadmin in the cp of your host:

UPDATE datastore SET data=REPLACE(data,'s:10:"gzipoutput";i:1;','s:10:" gzipoutput";i:0;') WHERE title='options';

And if your db tables have a prefix, don''t forget to include it in the query.

Or you can try to disable from the config.php file by adding the following code somewhere below the starting php tag.

DEFINE('NOZIP', 1);

rockinaway
04-21-2010, 04:59 PM
I found the problem. It was because the database table 'session' had got too full and had 12000+ rows (im not sure how that actually happened. Any help?

borbole
04-21-2010, 05:31 PM
Truncate it and see if that would make any difference.