Hey, guys i'm new guy to Drupal and need some help on the Ubercart module that carries PayPal

whenever i enable PayPal it gives me this error:

PayPal WPP requires the PHP cURL library. (Currently using cURL Not found)

i have no idea... tried going to the link but it looks like greek to me. Can some one please create a video on youtube that i can follow the steps easily and create my store.

Comments

aporie’s picture

Ok the question is from a long time ago, but the answer is to install the version of php-curl related to your php version. If your server run ubuntu :

sudo apt-get install php5-curl
or
sudo apt-get install php5.6-curl
or
sudo apt-get install php7-curl