Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1086273
    Frank
    Participant

    Hi,

    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=mailchimp

    Please let me know, what else is todo to get it up and running 🙂

    Thanks in advance for your help!
    Frank

    #1086279
    Frank
    Participant
    This reply has been marked as private.
    #1086465
    Darshana
    Moderator
    This reply has been marked as private.
    #1086683
    Frank
    Participant
    This reply has been marked as private.
    #1086834
    Darshana
    Moderator
    This reply has been marked as private.
    #1087379
    Frank
    Participant

    Hey there,

    Thank you very much. Installing Curl helped 🙂

    Best wishes,
    Frank.

    #1087551
    Nabeel A
    Moderator

    Glad we could help 🙂

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1086273 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>