• Resolved Erin Salmon

    (@freshfromthesoil)


    As far as I can tell, I have entered the MailChimp API key, selected the list, and merged the tags, however, I still get a “getLastResponse” error when I try to enter an email address. Can you help me correct this issue?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author MyThemeShop

    (@mythemeshop)

    Hello,

    May I get the complete error message that appears? Kindly refreshing your MailChimp lists by clicking on “Get list” and reselecting your preferred list.

    Thank you

    Thread Starter Erin Salmon

    (@freshfromthesoil)

    The entire error message is:

    Unknown error, call getLastResponse() to find out what happened.

    I have selected the correct list — it hasn’t seemed to help. ??

    Plugin Author MyThemeShop

    (@mythemeshop)

    Hello,

    Can you try editing wp-subscribe/includes/subscription/class-wps-mailchimp.php and replacing

    
    throw new Exception( $mailchimp->getLastError() );
    

    with

    
    throw new Exception( print_r( $mailchimp->getLastResponse(), true ) );
    

    Try resubmitting the subscription form and let us know what the output was.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘getLastResponse Error’ is closed to new replies.