I am getting this:
Code:
Database error in vBulletin 3.0.7:
Invalid SQL:
SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(avatardata) AS
hascustom, customavatar.dateline
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 =
mysql error: You have an error in your SQL syntax. Check the manual that
corresponds to your MySQL server version for the right syntax to use near '' at line
5
mysql error number: 1064
Date: Wednesday 08th of June 2005 11:33:59 PM
Script: http://xxx/forum/arcade.php?do=stats&userid=7482
Referer:
I have no idea whats wrong?