So I was installing Magento locally under WAMP configuration when I ran into a problem. The error during isntallation said “PHP extension “curl” must be loaded.”
If you are trying to install Magento on your localhost with wamp and also have this problem, here is the solution.
- Left-Click on the wamp icon in your taskbar
- Navigate to PHP
- Left-Click php.ini
- Next press “Ctrl + F” to search the document and look for “curl” in this document.
Find the line saying “;extension=php_curl.dll” - Uncomment this line of code by removing the semicolon ;
- Save/close the file.
- Restart all WAMP services.
- Refresh Magento installation page and viola.
Let me know if this helps anyone.
I ran into this little problem after watching Easy E-Commerce With Magento tut over at NetTuts.
I received this error during the installation process: PHP Extension “mcrypt” must be loaded & PHP Extension “curl” must be loaded.
{ 15 comments… read them below or add one }
Thank you so much.
Greates
It’s really appreciated.
again thanks
Thanks man I am just starting with WAMP and Magento this helped with my issue immediately.
Thank’s for your help my problem has been cleared during installation of magneto.
this one helped me very clearly.
thanks for ur help .
Awesome dude….
In configuration page i got a error like this
“Please enter a valid URL. Protocol is required (http://, https:// or ftp://)”
plz help me !!
thanx
Hi Kailash, sorry to see this so late but I will reply for others. Your error is because Magento doesn’t consider the local server url as a valid url. You must remove the validation for the section.
First, Open app\design\install\default\default\template\install\config.phtml
Second, find the textbox where the base url is entered. (around line 85 with name ‘config[unsecure_base_url]‘)
Third, remove ‘validate-url’ from its class and save file
You should now be able to continue the installation.
Thanks, that really helped. Appreciate your input on Magento installation.
Thanks…it works..appreciated!!
Thnx, it works
Thanx so muxh for this worked for me really nice..
Thanks Kevin. This worked immediately.
Thanks for posting!
Glad you had success, love the Room 316 website btw.
Thank you so much…..
Thanks, that really helped. Appreciate your input on Magento installation.
Thanks