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?
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
sudo apt-get install php5-curl
sudo /etc/init.d/apache2 restart
For RedHat/CentOS based systems you can type (as root)
yum install php5-curl
/etc/init.d/httpd restart
This should install curl and have it start to work for you.
remove ';' from extension=php_curl.dll in php.ini , maybe you don't have active de mod.
Do and look if you have it active.
Before installing Magento or any other system take a look at the system requirements:
For Magento:
Supported Operating Systems:
Supported Web Servers:
Supported Browsers:
PHP Compatibility:
Required extensions:
MySQL:
InnoDB storage engine SSL:
If HTTPS is used to work in the admin, SSL certificate should be valid. Self-signed SSL certificates are not supported Server - hosting - setup:
Ability to run scheduled jobs (crontab) with PHP 5
To install CURL check this page depending on your platform
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With