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
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
Hi, i also have the same error. Please help, how do we fix this? Thanks.
07-11-2012 01:26 AM
same error can you check this https://www.homegrounds.co/
07-29-2022 04:36 PM