Opencart /Paynow error


#1

Trying to integrate paynow with opencart, but im getting the error : curl has been disabled for security reasons

Please i need help


#2

You will need to enable curl in your php.ini file

Uncomment the following line in your php.ini file by removing the semicolon (;).
;extension=php_curl.dll


#3

Hie Lucia

Thanks for you response
my store is on a subdomain with the php.ini file. i even added the line
extension=php_curl.dll
in my php.ini file but the error still persists
Are you not able to enable this on the server level

In fact, if i install this on a Windows machine, I wont find this problem. I’m sure its a restriction on the server somewhere


#4


#5

Please contact your server administrator to find out if curl has been properly enabled for use.