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