PHP Fatal error: Call to undefined function curl_init() in C:\Inetpub\wwwroot\Store\main\payments\authorize_aim.php on line 25
I read on another post that you need to have curl and openssl installed on your webserver. I don't have a clue how to get those apps installed on my windows 2003 server running IIS6. Could someone help me install this and set it up if this is my problem.
Thanks so much
Aaron
Vito
19 Oct 2007 8:02 PM
Hello Aaron,
For this you need to edit your php.ini file and uncomment the following line:
;extension=php_curl.dll
by removing semicolon at the begin of line like:
extension=php_curl.dll
Please note, that you may need restart your web server.
Thanks,
ViArt Support Team
agdm619 (Guest)
20 Oct 2007 2:11 AM
That line wasn't in my php.ini, so I just added it and it works perfectly!!!
Thanks for your help; I am very impressed with this software so far!!