Hello.
I was just deleting a few pending members from my EE 2.4 site and got the following error screen:
A Database Error Occurred
Error Number: 1140
Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
SELECT count(*) as count, `recipient_id` FROM (`exp_message_copies`) WHERE `message_read` = 'n' AND `sender_id` IN ('106', '107', '108', '109', '110', '111', '112', '113', '114', '115', '116')
Filename: models/member_model.php
Line Number: 595
« BackThe members no longer appear in the control panel so the action seems to have worked. Just curious about the error screen and what steps I should take.
Thanks.