Hi, I am installing Magento 1.0 on a local server using XAMPP. I have put the downloaded files into the correct place, and can get to the localisation setting when I’m setting up Magento. However, when I click continue after that, it says “"PHP Extension “curl” must be loaded” - please set all required settings before clicking continue.”
How can I solve this? I am running windows vista.
Enable it by removing the semi-colon before it in php.info. There are several copies of the file in different directories so make sure you adjust the correct file (apache/bin directory I think). Do the same for mcrypt.
Also in apache/conf directory httpd.conf you can enable url rewrite module in a similar way if you like.
I found the ‘curl’ line in the php file in the apache/bin and removed the ‘ ; ‘ and then found the ‘rewrite’module line in the apache/conf/httd.conf file and removed the ‘ # ‘.
Almost got this setup now lol only taken a few days!!!
I am getting the same error like
PHP Extension “curl” must be loaded
I have enabled and followed and copied the dll to the system32 folder in XP and i have come down to this single error in loading curl.
Please anyone help me in this. Is there a need to keep up with the .htaccess for the this curl?? to work??
Do help me at the earliest. I am waiting to test with magento rather than virtue mart?
If it’s any help
I had the same problem, i am using Xampp, i enabled the curl extensions in the folowing --
php-pear.ini, php.ini, and php5.ini in the php directory,
and the php.ini in the apache/bin directory
If it’s any help
I had the same problem, i am using Xampp, i enabled the curl extensions in the folowing --
php-pear.ini, php.ini, and php5.ini in the php directory,
and the php.ini in the apache/bin directory
I had the same problem in XAMPP then i removed `;` before the line extension=php_curl.dll from php.ini in php directory and restarted the xampp now it works fine
1. Search all php.ini file in xampp directory
2. Removed `;` before the line extension=php_curl.dll from php.ini
3. Restarted the xampp now it works fine