Quantcast
Channel: Topic Tag: godaddy | WordPress.org
Viewing all articles
Browse latest Browse all 4337

nattheman on "[Plugin: Easy Forms for MailChimp] We received an unexpected error: null"

$
0
0

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://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/


Viewing all articles
Browse latest Browse all 4337

Trending Articles