vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Whole forum down? (https://vborg.vbsupport.ru/showthread.php?t=240897)

rockinaway 04-20-2010 07:09 PM

Whole forum down?
 
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

Quote:

Originally Posted by rockinaway (Post 2024491)
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 [DATE]1271794682[/DATE] at [TIME]1271794682[/TIME] ---------------

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 [DATE]1271796244[/DATE] at [TIME]1271796244[/TIME] ---------------

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:

Code:

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.

PHP Code:

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.


All times are GMT. The time now is 10:41 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01047 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete