vBulletin Database Error!

ryu

New Member
Lately, I been receiving emails with the Subject: vBulletin Database Error!
Body: 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
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 = 67;

MySQL Error : Lost connection to MySQL server during query
Error Number : 2013
Date : Saturday, October 20th 2007 @ 12:27:36 AM
Script : http://www.mysite.com/forum/index.php
Classname : vB_Database

Any ideas?
 

plot

New Member
is this an error with createing custom avatars? unsure, you only get these emails if there is a problem if your board, whats happening with it?
 

ryu

New Member
SasukeX said:
Do avatars work? Or when you try to change your avatar, does it display any error?

Avatar works, I just keep getting that email, here's another email:

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
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 = 1;

MySQL Error : Lost connection to MySQL server during query
Error Number : 2013
Date : Sunday, October 21st 2007 @ 04:36:54 AM
Script : http://www.website.com/forum/index.php?
Referrer : http://www.website.com/forum/login.php?do=login
IP Address : IP Address
Username : Username
Classname : vB_Database
 

SasukeX

New Member
Since when have you been receiving this errors. When did you install vBulletin? Did you make any change before the errors came?
 

c4gamerz

New Member
well sometimes when a hacker try to do a sql injection attack and if it goes nsuccessfull than you will get the email about that invalid sql. I faced the situation once ;)
 
Top