Error "Response received from your server is malformed"

You may see this error in places where Chimpy is loading data (account status, lists, groups etc) from MailChimp. When it does so, your server connects to MailChimp servers and then relays that information to your browser as Ajax response. If your server adds some more content to this response, Chimpy is no longer able to parse the response correctly.

This is usually caused by PHP errors, warnings and notices output to the Ajax response.

If you are familiar with web debugging, you can use your browser’s Developer Tools to investigate – open Network tab, find the Ajax request sent to admin-ajax.php and view its response.

Have more questions? Submit a request