PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Aweber Add On Error

  1. I'm busy creating a new site http://www.destinationdirectory.co.za and I'm using GF on this page http://destinationdirectory.co.za/register-agents

    I'm using both a GF Form and the GF User Registration Add-On to also register the user on WP (latest versions)

    The problem is I receive this error when I submit the form
    Call to undefined function curl_init() in /home/destinat/public_html/wp-content/plugins/gravityformsaweber/api/oauth_application.php on line 220

    I have no other plugins activated and notice that if I go to wp-admin>admin>forms>aweber this message also appear at the top

    When I de-activate the GF Aweber Add-On the form and Registration Add On works 100%

    I have de-activated, deleted, downloaded and installed all the latest versions of GF and the Add-on's but still receive this error

    Please assist

    Posted 12 years ago on Tuesday November 1, 2011 | Permalink
  2. Found the problem!!

    I had to install curl / php on the server

    Fixed

    Posted 12 years ago on Tuesday November 1, 2011 | Permalink
  3. It sounds like your server does not have PHP compiled with cURL. Can you get the phpinfo() for the server, either from your hosting company, or by putting this into a file on your server, then bringing it up in a browser?

    [php]
    <?php
    phpinfo();
    ?>

    Save that as info.php and put it on your server, then access it in a browser like this:
    http://www.destinationdirectory.co.za/info.php

    We're looking to make sure cURL support is provided by your installed PHP version. It's required for the Aweber add-on (and the PayPal add-on too.)

    Thank you.

    Posted 12 years ago on Tuesday November 1, 2011 | Permalink
  4. Crossed messages. Glad you got that resolved.

    Posted 12 years ago on Tuesday November 1, 2011 | Permalink