I installed this module and get this error message at admin/user/user/suspend. I haven't suspended any users BTW.

user warning: Column 'uid' in group statement is ambiguous query: SELECT COUNT(*) FROM user_suspend_users u LEFT JOIN user_suspend r USING (uid) LEFT JOIN user_suspend_users_roles ur USING (uid) LEFT JOIN user_suspend_node n USING (uid) LEFT JOIN user_suspend_comments c USING (uid) WHERE u.uid != 0 GROUP BY uid in /home/ca/public_html/includes/database.mysql.inc on line 172.

Comments

john.money’s picture

Version: 5.x-1.1 » 5.x-1.2
Status: Active » Fixed

The pager query was fixed in release 1.2 (darn, forgot to put that in release notes). Marking as fixed.

john.money’s picture

Assigned: Unassigned » john.money
Status: Fixed » Closed (fixed)