WPIntell

Source evidence

getLastResponse Error

WP Subscribe · support · 2017-07-01T03:46:00+00:00

neutralsentiment
mediumseverity
0.6relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 36 rows with source links

16.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

30 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Erin Salmon resolved
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? 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

Comments

3 shown
MyThemeShop 2017-07-04T00:41:00+00:00

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

Erin Salmon 2017-07-04T02:25:00+00:00

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. 🙁

MyThemeShop 2017-07-05T05:26:00+00:00

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