Installed on a 4.1.10 test forum (default) and seems to work fine with only one issue seen so far (other than some dead stations).
In the ACP under "Clean Ratings" I am getting SQL errors.
Warning: mysqli_query() [function.mysqli-query]: (42000/1064): 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 ') GROUP BY r.ratingid HAVING candomagic > 0' at line 6 in [path]/includes/class_core.php on line 1396
PHP Code:
Database error in vBulletin 4.1.10:
Invalid SQL:
SELECT *, s.name, u.username, !(BIT_OR(ug.radiotvpermissions) & 64) as candomagic
FROM radiostation_rating AS r
LEFT JOIN user AS u ON (u.userid = r.userid)
LEFT JOIN usergroup AS ug ON (find_in_set(ug.usergroupid, u.membergroupids) OR (ug.usergroupid = u.usergroupid))
LEFT JOIN radiostation AS s ON (s.stationid = r.stationid)
WHERE r.userid IN ()
GROUP BY r.ratingid
HAVING candomagic > 0;
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 ')
GROUP BY r.ratingid
HAVING candomagic > 0' at line 6
Error Number : 1064
Request Date : Thursday, January 19th 2012 @ 01:15:22 PM
Error Date : Thursday, January 19th 2012 @ 01:15:22 PM
Script : [url]http://www.xxxxxxx.com/test/admincp/radioandtv_cleanup.php?do=cleanratings[/url]
Referrer : [url]http://www.xxxxxxx.com/test/admincp/radioandtv_cleanup.php?do=cleanup[/url]
IP Address : 127.0.0.1
Username : USERNAME
Classname : vB_Database_MySQLi
MySQL Version : 5.1.56