• Resolved No_Style

    (@no_style)


    Received the following error when trying to test unsubscribes:

    Unsubscribe error – subscription not found!

    The e-mail/user exists in the list of subscriptions.

    Any idea what could be causing it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author maxidevs

    (@maxidevs)

    Thanks for reporting this! This bug occurs when the generated unsubscribe token contains the ^ character, which is removed from the url by the esc _url() function before sending the email to the subscriber. This will be fixed in the next update, which will be uploaded in a few days. As a temporary fix, you can replace line 271 in wp-content/plugins/mdwcpt/inc/class-mdwcpt-admin.php with this line: $pass = wp_generate_password( 12, false ); and line 239 in wp-content/plugins/mdwcpt/inc/class-mdwcpt-background-emailer.php with this line: $data['pass'] = wp_generate_password( 12, false );

    Thread Starter No_Style

    (@no_style)

    Thanks. Will wait for the next version before committing more resources to evaluating the plugin.

    Much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unsubscribe error’ is closed to new replies.