Conversation
supportAs 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?
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
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. 🙁
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
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
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. 🙁
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