i get this error when i enable it
in my usercp change avata
PHP Code:
Database error in vBulletin 3.6.7:
Invalid SQL:
SELECT avatar.avatarid, avatar.title, avatar.minimumposts, avatar.avatarpath, avatar.imagecategoryid, avatar.displayorder, count(1)
FROM user , avatar
WHERE user.avatarid = avatar.avatarid
AND avatar.imagecategoryid = 3
AND minimumposts <= 1167
GROUP by avatar.avatarid
UNION
SELECT avatarid, title, minimumposts, avatarpath, imagecategoryid, displayorder, 0
FROM avatar
WHERE avatarid not in (select distinct avatarid from user)
AND imagecategoryid = 3
AND minimumposts <= 1167
ORDER by displayorder, title
LIMIT 0,10;
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 'select distinct avatarid from user)
AND imagecateg
Error Number : 1064
Date : Sunday, June 3rd 2007 @ 02:53:25 PM
Script : http://www.ucsclan.co.uk/forum/profile.php?do=editavatar
Referrer : http://www.ucsclan.co.uk/forum/profile.php?do=editoptions
IP Address : 83.100.253.11
Username : FlatLiner
Classname : vb_database