- This topic has 3 replies, 2 voices, and was last updated 12 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › eStore – New Aweber Integration Option not working
I’ve not been happy with how the email parser in Aweber functions so I want to use the new Integration option available in the latest version of eStore. However, I can’t get it to set up properly.
I got the authorization code from aweber and copied it into the settings page as instructed. But when I click the “make connection” button, all I get is a blank screen with the eStore menu.
After disabling all of the plugins installed (thankfully, there are not many), I was able to obtain a fatal error (which is an improvement, actually):
/public_html/wp-content/plugins/wp-cart-for-digital-products/lib/auto-responder/aweber_api/oauth_application.php on line 495
This is a client site that I did not set up. There’s an extra layer of security that I have never encountered before — it requires the ftp password to be entered before any upgrades are done (plugins/themes/wp).
Any idea what the problem might be?
Some plugins turn off the error output totally. I have no idea why but in my opinion this is a bad practice.
Can you share the full error that you get so I have a bit more insight as to what could be triggering this?
To me it looks like this server does not have the “CURL” library installed (AWeber API requires the CURL library to be installed on the server).
This is the full error:
Fatal error: Call to undefined function curl_init() in /home/wellness/public_html/wp-content/plugins/wp-cart-for-digital-products/lib/auto-responder/aweber_api/oauth_application.php on line 495
Yep, that confirms my suspicion. This server doesn’t have the PHP CURL library installed. AWeber API requires that PHP library to work. The PHP CURL library is usually installed on most servers by default. Contact the hosting provider and request them to install it.