Caboose
Wed 16th Aug '06, 11:02pm
Here is the scenario. Our host used MySQL version 4.1 . This was the version that was loaded when we used VB3.5.4 . Last night our host upgraded to 5.0. Now most of our current members cant log in. Only admins can get in and when we go to view various threads we get this error.
Database error in vBulletin 3.5.2:
Invalid SQL:
SELECT forum.forumid
FROM forum AS forum
LEFT JOIN forumread AS forumread ON (forum.forumid = forumread.forumid AND forumread.userid = 1)
WHERE forum.forumid IN (62,60,-1)
AND forum.forumid NOT IN (62, -1)
AND (forum.lastpost = 0 OR
IF(forumread.readtime IS NULL, 1154915814, forumread.readtime) > forum.lastpost
);
MySQL Error : Lost connection to MySQL server during query
Error Number : 2013
Date : Wednesday, August 16th 2006 @ 07:56:54 PM
Script : http://www.gwservicesonline.com/121forum/forums/forumdisplay.php?f=62
Referrer :
IP Address : ********
Username : *******
Classname : vB_Database
and
Invalid SQL:
UPDATE session
SET lastactivity = 1155779814, location = '/121forum/forums/forumdisplay.php?f=62', inforum = 62, inthread = 0, incalendar = 0, badlocation = 0
WHERE sessionhash = 'f4dbc4e3d5044cab2d212a0e6d8f9ccd';
MySQL Error : MySQL server has gone away
Error Number : 2006
Date : Wednesday, August 16th 2006 @ 07:56:54 PM
Script : http://www.gwservicesonline.com/121forum/forums/forumdisplay.php?f=62
Referrer :
IP Address : *********
Username : *********
Classname : vB_Database
Figuring it was a SQL problem I then upgraded Vbulliten from 3.5.2 to 3.6.0. I ran the upgrade scripts and upon logging in to the AdminCp I get this error.
Warning: Unknown: failed to open stream: No such file or directory in /global.php(357) : eval()'d code on line 1
Fatal error: Unknown: Failed opening required './../global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gwservic/public_html/test/forums/global.php(357) : eval()'d code on line 1
Any ideas?
Database error in vBulletin 3.5.2:
Invalid SQL:
SELECT forum.forumid
FROM forum AS forum
LEFT JOIN forumread AS forumread ON (forum.forumid = forumread.forumid AND forumread.userid = 1)
WHERE forum.forumid IN (62,60,-1)
AND forum.forumid NOT IN (62, -1)
AND (forum.lastpost = 0 OR
IF(forumread.readtime IS NULL, 1154915814, forumread.readtime) > forum.lastpost
);
MySQL Error : Lost connection to MySQL server during query
Error Number : 2013
Date : Wednesday, August 16th 2006 @ 07:56:54 PM
Script : http://www.gwservicesonline.com/121forum/forums/forumdisplay.php?f=62
Referrer :
IP Address : ********
Username : *******
Classname : vB_Database
and
Invalid SQL:
UPDATE session
SET lastactivity = 1155779814, location = '/121forum/forums/forumdisplay.php?f=62', inforum = 62, inthread = 0, incalendar = 0, badlocation = 0
WHERE sessionhash = 'f4dbc4e3d5044cab2d212a0e6d8f9ccd';
MySQL Error : MySQL server has gone away
Error Number : 2006
Date : Wednesday, August 16th 2006 @ 07:56:54 PM
Script : http://www.gwservicesonline.com/121forum/forums/forumdisplay.php?f=62
Referrer :
IP Address : *********
Username : *********
Classname : vB_Database
Figuring it was a SQL problem I then upgraded Vbulliten from 3.5.2 to 3.6.0. I ran the upgrade scripts and upon logging in to the AdminCp I get this error.
Warning: Unknown: failed to open stream: No such file or directory in /global.php(357) : eval()'d code on line 1
Fatal error: Unknown: Failed opening required './../global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gwservic/public_html/test/forums/global.php(357) : eval()'d code on line 1
Any ideas?