So I've received a couple of errors in email after upgrading. I fixed a few things, but maybe not all. I followed the upgrade process step by step, no errors or anything. I'm stating that because one of my errors is a 3.5.5 error.
This has popped up a couple of times:
Database error in vBulletin :
I think that's a server disconnect of some sort, but I am getting it more frequently now.
Also:
And this:
Any and all help is greatly appreciated.
Thanks.
This has popped up a couple of times:
Database error in vBulletin :
PHP Code:
mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
/home/dseries2/public_html/forums/includes/class_core.php on line 271
MySQL Error :
Error Number :
Date : Saturday, October 14th 2006 @ 09:19:13 PM
Also:
PHP Code:
Database error in vBulletin 3.6.2:
Invalid SQL:
SELECT *
FROM user AS user
LEFT JOIN customfile AS customfile ON (customfile.userid = user.userid)
LEFT JOIN userfield AS userfield ON (userfield.userid = user.userid)
WHERE user.userid = userfield.userid
AND userfield.field55>0
ORDER BY userfield.field55 ASC
LIMIT 0,25;
MySQL Error : Table 'dseries2_database.customfile' doesn't exist
Error Number : 1146
Date : Saturday, October 14th 2006 @ 12:42:26 AM
Script : http://www.d-series.org/forums/timeslips.php?
Referrer : http://www.d-series.org/forums//showthread.php?t=53202
PHP Code:
Database error in vBulletin 3.5.5:
Invalid SQL:
SELECT moderator.*, user.username,
IF(user.displaygroupid = 0, user.usergroupid, user.displaygroupid) AS displaygroupid, infractiongroupid
FROM moderator AS moderator
INNER JOIN user AS user USING(userid);
MySQL Error : Unknown column 'infractiongroupid' in 'field list'
Error Number : 1054
Date : Friday, October 13th 2006 @ 08:47:04 AM
Script : http://d-series.org/
Referrer :
IP Address : 205.188.116.72
Username : Unregistered
Classname : vb_database
Thanks.
Comment