By DKhaandor on
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
Need to install php-curl
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-curlor
sudo apt-get install php5.6-curlor
sudo apt-get install php7-curl