Installed on 4.1.1 and seem to be going fine. Just noticed though that my stats summary page (up off the top nav) is not working at all. (this page
http://www.xxxxxx.com/thanks.php?do=statistics )
This is the error
PHP Code:
Database error in vBulletin 4.1.1:
Invalid SQL:
SELECT
thanks_given AS value,
userid,
username,
user.usergroupid,
infractiongroupid,
displaygroupid
FROM dbtech_thanks_statistics AS dbtech_thanks_statistics
LEFT JOIN user AS user USING(userid)
LEFT JOIN usergroup AS usergroup ON (usergroup.usergroupid = user.usergroupid)
WHERE (usergroup.genericoptions & 32)
GROUP BY userid
ORDER BY value DESC, username ASC
LIMIT 5;