• Hi,
    I’ve had the problem, that existing members get no updates on their name or lists subscription.

    The problem was the language of the error message. In my installation the messages are in german.

    I solved the problem with a minor code update:

    class-mailpoet-cf7-submit-form.php
    Row 245:
    if ( 'This subscriber already exists.' == $exception->getMessage() ) {
    changed to:
    if ( 12 == $exception->getCode() ) {
    

    Feel free to change the code and publish it to all users.

    Best Regards T?m

  • The topic ‘No Update on existing members – Problem solved’ is closed to new replies.