Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
agdm619 (Guest)
agdm619 (Guest)
I get this error when checking out.
 
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
Vito
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)
agdm619 (Guest)
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!!