Here what i try with
Database error in vBulletin 3.8.4:
Invalid SQL:
Select user.username as nick, customavatar.dateline as avatar From vb_user
Left Join vb_customavatar
ON user.userid= customavatar.userid
Where user.userid = test;
===================================
Database error in vBulletin 3.8.4:
Invalid SQL:
Select user.username as nick, customavatar.dateline as avatar From vb_user
Left Join vb_customavatar
ON user.userid= customavatar.userid
Where user.userid = 29;
====================================
Database error in vBulletin 3.8.4:
Invalid SQL:
Select user.username as nick, customavatar.dateline as avatar From vb_user
Left Join vb_customavatar
ON user.userid= customavatar.userid
Where user.userid = id29;
and still got same error
|