By ThaForce on
Hi everyone, I have installed Drupal and Ubercart, but for some reason when I try to enable the Authorize.net checkout payment on my localhost server I get this error message:
Authorize.net requires the PHP cURL library. (Currently using cURL Not found)
This is the first time I get this message after installing drupal + ubercart as I have successfully installed ubercart on the same localhost sever that I'm using in the past, so I have no clue as to what went wrong, any help is appreciated.
Comments
CURL is a PHP extension, it
CURL is a PHP extension, it is used for doing requests to other websites in the background. The Authorize.net will be using it to send off payment details to Authorize.net. Install instruction depend on your OS. Ask google for help. There are plenty of instructions out there.
for windows you can uncomment curl.dll under the [extensions] in your php ini and then restart apache
on ubuntu you can usually do an apt-get install php-curl
But the thing is I have 2
But the thing is I have 2 other drupal sites with ubercart and I don't get any errors with those when I enable the payment modules, however with my 3rd installed site I do.
There are different ways of
There are different ways of implementing payment modules. Are you using the same payment module on your other sites?
On ubuntu 12.xapt-get install
On ubuntu 12.x
apt-get install php5-curlI had the same problem when
I had the same problem when trying to use paypal. same message appeared. i enabled php curl on my wamp server. restarted all services. refreshed the modules page. tried to enable paypal. same message appeared. am i doing something wrong? did i miss something here?
solution
yeaah go to wamp php.ini settings and search the file curl.dll and uncoment it and then save that file again and restart all services.
Same here; Curl has been
I have problems with Authorize.net in a VMware LAMPP.
Curl has been built into PHP 4.0.2 I am using 5.2.1
Are these problems on true on local sites?