We received an unexpected error: null
-
We are having a problem with the plugin not being able to connect to the Mailchimp API
We received an unexpected error: null
The plugin has been working without any issues for over 5 months now and broke sometime on the 31st December 2015.
We are running the latest version of wordpress and your plugin on Godaddy managed wordpress.
I have tried inserting the following code from your KB into the functions.php file with no success.
define( 'YIKES_MAILCHIMP_NULL_DEBUG', 1 ); function yikes_mailchimp_disable_ssl_verfiy_host_and_peer( $ch ) { curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); } add_action( 'yikes-mailchimp-api-curl-request', 'yikes_mailchimp_disable_ssl_verfiy_host_and_peer' );
Even with the NULL_DEBUG setting, we don’t appear to be getting a more detailed error.
Any help would be appreciated.
Thanks!https://www.ads-software.com/plugins/yikes-inc-easy-mailchimp-extender/
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘We received an unexpected error: null’ is closed to new replies.