I am running the latest EE 2.3.1 codebase
and using this code. user 961 maybe or may not have people marked ignore but i imagine thats irrelevant
{exp:member:ignore_list member_id="961"}
{ignore_screen_name}
{/exp:member:ignore_list}I GET THIS ERROR
Error Number: 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 'g.site_id = '1' AND m.member_id IN ('')' at line 4
SELECT m.member_id, m.group_id, m.username, m.screen_name, m.email, m.ip_address, m.location, m.total_entries, m.total_comments, m.private_messages, m.total_forum_topics, m.total_forum_posts AS total_forum_replies, m.total_forum_topics + m.total_forum_posts AS total_forum_posts, g.group_title AS group_description FROM exp_members AS m, exp_member_groups AS g WHERE g.group_id = m.group_id g.site_id = '1' AND m.member_id IN ('')
Filename: modules/member/mod.member.php
Line Number: 3012
??? anybody?