
02-11-2009, 11:52 AM
|
|
|
Join Date: Jul 2008
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Hey guys I just installed, I get a database error of:
Quote:
Database error in vBulletin 3.8.1:
Invalid SQL:
SELECT
u.userid,
u.username,
u.xperience_awards
,u.avatarrevision, avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight
FROM user AS u
LEFT JOIN avatar AS avatar ON(avatar.avatarid = u.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = u.userid)
WHERE u.xperience_awards LIKE '%13|referrer|Deebee's Recruiter%';
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 's Recruiter%'' at line 8
Error Number : 1064
Request Date : Wednesday, February 11th 2009 @ 01:51:29 PM
Error Date : Wednesday, February 11th 2009 @ 01:51:29 PM
Script : http://www.deltabrotherhood.net/foru....php?go=awards
Referrer : http://www.deltabrotherhood.net/foru...e.php?go=stats
IP Address : 124.169.94.210
Username : xxa
Classname : vb_database
MySQL Version : 4.1.22
|
Any idea?
|