I am very new to magento and currently I am getting “PHP Extension curl must be loaded” error during magento installation.
Can you help me?
I am very new to magento and currently I am getting PHP Extension curl
Share
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.
If your server does not have curl installed on it you can type one of the following commands to install it:
For Debian/Ubuntu based systems you can type below command
For RedHat/CentOS based systems you can type (as root)
This should install curl and have it start to work for you.