
06-17-2011, 11:13 PM
|
|
|
Join Date: Nov 2010
Posts: 277
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Here's the database error I keep getting. Sent you a PM also.
Database error in vBulletin 3.8.6:
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 =;
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 6
Error Number : 1064
Request Date : Saturday, June 18th 2011 @ 03:09:55 AM
Error Date : Saturday, June 18th 2011 @ 03:09:55 AM
Script : http://hmandsforums.oliwy.net/forums/
Referrer :
IP Address : 72.80.233.138
Username : Mr.Horror
Classname : vB_Database
MySQL Version : 5.1.52
|