- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Fatal Error using AIM SDK
I've been using the AIM coffee shop SDK code for a couple weeks on my site and now all of a sudden I'm getting this error -
Fatal Error: Call to undefined function curl_init() in D:\hshome\vuilgat\limelightrestoration.com\anet_php_sdk\lib\shared\AuthorizeNetRequest.php on line 87
The code from line 87 is -
$curl_request = curl_init($post_url);
But I don't know what this function is or how to fix it. Any suggestions?
Thank you
โ05-05-2011 08:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This error most likely indicates a change int he PHP configuration on your web server. The curl_init() function is a part of the PHP Curl Library and needs to be enabled within the php.ini file. It is quite possible that an upgrade or re-installation of PHP on your server may have caused this error.
โ05-09-2011 02:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, i also have the same error. Please help, how do we fix this? Thanks.
โ07-11-2012 01:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
same error can you check this https://www.homegrounds.co/
โ07-29-2022 04:36 PM