
10-19-2006, 02:34 PM
|
 |
|
|
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by nix
Installed it last night and get this error going to a group that I created.
PHP Code:
Database error in vBulletin 3.6.1:
Invalid SQL:
SELECT user.userid, user.avatarid, user.avatarrevision, avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight
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 IN();
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
Error Number : 1064
Date : Wednesday, October 18th 2006 @ 11:51:58 PM
Script : /groups/groups.php?g=1
Referrer : /groups/browse.php?c=5
IP Address :
Username :
Classname : vb_database
|
can you confirm that this fixes your problem
|