View Full Version : Content Encoding Error
kabir
06-20-2010, 02:38 PM
Dear, few days my forum not open & I dont understand what's the problem.:confused:
im contact to my hosting supporter, his telling me hosting 100% ok
Content Encoding Error
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
* Please contact the website owners to inform them of this problem.
please tell me how to solve this problem
ChopSuey
06-20-2010, 03:59 PM
One of your directories on your server may have incorrect permissions set.
Make sure folders are 755 and files are 644. (atleast for default vB files)
kabir
06-20-2010, 06:26 PM
I Check That. All Folder 755 but same
snakes1100
06-20-2010, 07:28 PM
Disable gzip compression in your admincp.
Check your php info after disabling the above, check to see if your host is running mod_gzip
Speysider
06-21-2010, 05:29 PM
Yeah, if mod_gzip or mod_deflate already run on your server, then you go and enable GZIP compression in the vB acp, you get "Content Encoding Errors" everywhere.
ChopSuey
06-21-2010, 07:27 PM
I have mod_deflate enabled on my server, with GZIP enabled. I don't get content encoding error.
Even for all other sites hosted on the server. GZIP is enabled too.
kabir
06-22-2010, 04:27 AM
Other Site Work Properly This Hosting But This Site Not Work.
Im Re-Install vBulletin board But Same Problem
--------------- Added 1277208216 at 1277208216 ---------------
Database error in vBulletin 3.8.4:
Invalid SQL:
INSERT IGNORE INTO session
(sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate)
VALUES
('3128936d4f9b10e2e5fa80d6417deb9e', 11, '119.30.38.33', 'c481d6884aa00e100e29109a5a7ab760', 1277183702, '/admincp/plugin.php?do=productdelete&productid=crawlability _vbseo&s=', 0, 0, 1, 0, 0, 0, 0, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', 0, 0);
MySQL Error : The table 'session' is full
Error Number : 1114
Request Date : Tuesday, June 22nd 2010 @ 06:15:02 AM
Error Date : Tuesday, June 22nd 2010 @ 06:15:03 AM
Script : http://www.forum.gsmrapid.com/admincp/plugin.php?do=productdelete&productid=crawlability_vbseo&s=
Referrer : http://www.forum.gsmrapid.com/admincp/plugin.php?do=product
IP Address : 119.30.38.33
Username : Inspire Mobile™
Classname : vB_Database
MySQL Version : 5.0.81-community
Marco van Herwaarden
06-22-2010, 11:51 AM
Please start by doing what was suggested in post #4.
To solve the database error, either restart MySQL (or server) or empty the session table.
ChopSuey
06-24-2010, 11:37 AM
Optimize your session table.
Marco van Herwaarden
06-25-2010, 04:51 AM
The session table is a HEAP (in memory) table and can not be optimized. ;) Restarting MySQL will clear it.
ChopSuey
06-26-2010, 02:54 AM
The session table is a HEAP (in memory) table and can not be optimized. ;) Restarting MySQL will clear it.
Oh i forgot about that lol. Thanks for the correction.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.