Viewing 3 replies - 1 through 3 (of 3 total)
  • Same here…
    Please could somebody help?

    Is this happening when someone new registers, when you manually sync your list, or both?

    Most probably you have buddypress installed?

    The plugin tries to update Mailchimp subscriber data when Buddypress user data is updated. There is a bug in the code which runs MMU_ADD instead of MMU_UPDATE.

    To fix, replace
    MMU_ADD
    with
    MMU_UPDATE
    in autochimp.php on line 1172

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Double opt-in receive mails several times’ is closed to new replies.