Status
Not open for further replies.
12 comments
its Double compressing server and vbulletin
Turn off GZIP in vBulletin under vBulletin Options -> Cookie and HTTP Header Optimizations...
 
disabling hooks gives us:
Fatal error: Call to undefined function print_portal_output() in /home/errorzon/public_html/index.php on line 46


Database error in vBulletin 3.8.2:

Invalid SQL:

INSERT IGNORE INTO session
(sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate)
VALUES
('d549966285c686662627c39547ceb8ad', 783, '65.96.237.59', 'd7a6401c03c1375fa442a6352faf470e', 1266814797, '/admincp/options.php?do=options&dogroup=plugin&advanced=0', 25, 0, 1, 0, 0, 0, 0, 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8', 0, 0);

MySQL Error : The table 'session' is full
Error Number : 1114
Request Date : Sunday, February 21st 2010 @ 11:59:57 PM
Error Date : Sunday, February 21st 2010 @ 11:59:57 PM
Script : http://www.error-zone.com/
Referrer : http://www.error-zone.com/
IP Address : 65.96.237.59
Username : Raven Faust
Classname : vB_Database
MySQL Version : 5.0.89-community

:|
 
or run sql queries
UPDATE setting SET value = '0' WHERE varname = 'gzipoutput';

UPDATE datastore SET data=REPLACE(data,'s:10:"gzipoutput";i:1;','s:10:" gzipoutput";i:0;') WHERE title='options';
 
Status
Not open for further replies.
Back
Top