i am installing th paypal sdk kit and getting an error
INSTALLATION ERROR: Missing required PHP extention(s) for WPS Toolkit: curl
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Looks like you might not have CURL. Check your php.ini file and make sure this line is present
Make sure there is no semicolon before it. Then restart Apache
EDIT
Create a new file and put it in your webroot. Put the following command in that file and load it
This will show all the modules that are loaded for your installation. Search for the section
curl. If it doesn’t show up then you’re editing the wrongphp.ini.The
php.inipath is listed at the top. Open that up and do the needful.