Tagged: x
-
AuthorPosts
-
October 7, 2016 at 7:08 pm #1207405
PleecoParticipantHi,
I am trying to link my mailchimp api key with wordpress. When I enter api key and click “update” – the blank page is shown.
I tried to add:
curl_setopt($this->ch, CURLOPT_SSL_VERIFYPEER, false);
to
/wp-content/plugins/x-email-mailchimp/email-mailchimp/fuctions/vendor/mcapi/Mailchimp.php
and it didn’t help.
Please advise.
Thank you!
October 8, 2016 at 2:48 am #1207758
Rue NelModeratorHello There,
Thanks for writing in! A white/blank screen usually means there is a fatal PHP error. Can you please enable WP_DEBUG mode? You can do this by opening
wp-config.phpand adding
define( 'WP_DEBUG' , true );just above/* That's all, stop editing! Happy blogging. */For example:define('WP_DEBUG', true); /* That's all, stop editing! Happy blogging. */When you revisit the page with the white screen, you should have some error output describing the issue in more detail.
Please let us know how it goes.
October 8, 2016 at 2:24 pm #1208173
PleecoParticipantHi,
It displays the following error:
…./wordpress/wp-content/plugins/x-email-mailchimp/email-mailchimp/functions/vendor/mcapi/Mailchimp.php on line 156
Line 156:
$this->ch = curl_init();What is the fix for this?
Thank you.
October 8, 2016 at 2:37 pm #1208179
PleecoParticipantsudo apt-get install php5-curl on my server fixed the problem.
October 8, 2016 at 3:10 pm #1208195
NicoModeratorHappy to hear that.
Thanks for sharing us the solution.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1207405 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
