cancel
Showing results for 
Search instead for 
Did you mean: 

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

mbrazier
Member
3 REPLIES 3

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.

Trevor
Administrator Administrator
Administrator

Hi, i also have the same error. Please help, how do we fix this? Thanks.

same error can you check this   https://www.homegrounds.co/

knk
Member