Tagged: x
-
AuthorPosts
-
July 14, 2016 at 1:04 am #1086273
FrankParticipantHi,
I am using the mail-chimp Plugin from a subdomain (as development platform) http://dominique.qompass.de and I cannot save the Mail-Chimp API-Key. When clicking on Update I get an empty page back, nothing happens.
I put in the line of code as above in here:
$this->ch = curl_init();if (isset($opts[‘CURLOPT_FOLLOWLOCATION’]) && $opts[‘CURLOPT_FOLLOWLOCATION’] === true) {
curl_setopt($this->ch, CURLOPT_FOLLOWLOCATION, true);
}curl_setopt($this->ch, CURLOPT_USERAGENT, ‘MailChimp-PHP/2.0.5’);
curl_setopt($this->ch, CURLOPT_POST, true);
curl_setopt($this->ch, CURLOPT_HEADER, false);
curl_setopt($this->ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($this->ch, CURLOPT_CONNECTTIMEOUT, 30);
curl_setopt($this->ch, CURLOPT_TIMEOUT, $opts[‘timeout’]);
curl_setopt($this->ch, CURLOPT_SSL_VERIFYPEER, false);In Apache Log I found:
[Wed Jul 13 10:03:28.789374 2016] [:error] [pid 2808] [client x.x.x.x:63332] PHP Fatal error: Call to undefined function curl_init() in /var/www/dominique/wp-content/plugins/x-email-mailchimp/email-mailchimp/functions/vendor/mcapi/Mailchimp.php on line 156, referer: http://dominique.qompass.de/wp-admin/admin.php?page=x-extensions-email-forms&tab=mailchimpPlease let me know, what else is todo to get it up and running 🙂
Thanks in advance for your help!
FrankJuly 14, 2016 at 1:13 am #1086279
FrankParticipantThis reply has been marked as private.July 14, 2016 at 4:17 am #1086465
DarshanaModeratorThis reply has been marked as private.July 14, 2016 at 7:10 am #1086683
FrankParticipantThis reply has been marked as private.July 14, 2016 at 9:09 am #1086834
DarshanaModeratorThis reply has been marked as private.July 14, 2016 at 2:55 pm #1087379
FrankParticipantHey there,
Thank you very much. Installing Curl helped 🙂
Best wishes,
Frank.July 14, 2016 at 5:48 pm #1087551
Nabeel AModeratorGlad we could help 🙂
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1086273 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
