007
Thu 6th Mar '08, 2:36pm
I have been getting this error lately. It says a column does not exist but that actually is in the database. I just checked..
I don't think this is due to any plugins or custom code as it appears to have some new fields in it that are used for the new avatar thumnails.
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline,
customavatar.width, customavatar.height, customavatar.width_thumb, customavatar.height_thumb
FROM user AS user
LEFT JOIN avatar AS avatar ON avatar.avatarid = user.avatarid
LEFT JOIN customavatar AS customavatar ON customavatar.userid = user.userid
WHERE user.userid = 0;
MySQL Error : Unknown column 'customavatar.width_thumb' in 'field list'
Error Number : 1054
I've had this error a few times and it's been a different userid each time. Any ideas?
I don't think this is due to any plugins or custom code as it appears to have some new fields in it that are used for the new avatar thumnails.
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline,
customavatar.width, customavatar.height, customavatar.width_thumb, customavatar.height_thumb
FROM user AS user
LEFT JOIN avatar AS avatar ON avatar.avatarid = user.avatarid
LEFT JOIN customavatar AS customavatar ON customavatar.userid = user.userid
WHERE user.userid = 0;
MySQL Error : Unknown column 'customavatar.width_thumb' in 'field list'
Error Number : 1054
I've had this error a few times and it's been a different userid each time. Any ideas?