Magento error PHP extension"curl"must be loaded using XAMPP

This is the very common error occur when installing magento Content Management System, how can this problem solved?in this tutorial we use XAMPP.
Question1: I'm using XAMPP 1.7.1 version of xampp is it possible that this problem can be solve? and how?
Answer: Yes Using XAMPP 1.7.1 version is the most advisable if you want to use magento, why? because it is already tested unlike on the other versions of xampp and the advantage of XAMPP 1.7.1 is you can easily locate the php.ini file which must be edited when installing magento,you can find this file in C:\xampp\php\php.ini to solve our problem "PHP extension curl must be loaded" edit the php.ini file using different editor like notepad, press (CTRL F) to search and find the ";extension=php_curl.dll" and uncomment it by deleting the " ; "
and (CTRL S) to save the file. After saving the file restart your xampp and go to your magento installation refresh the page and that's it. You can now continue your magento installation.
Question2: Im using the version of xampp which php.ini file is not located in C:\xampp\php how can I solve the problem?
Answer: If you are using that version you can find the php.ini file in C:\xampp\apache\bin
just follow the editing process above,refresh your magento installation page and that's it you can now continue installing your magento.
Question1: I'm using XAMPP 1.7.1 version of xampp is it possible that this problem can be solve? and how?
Answer: Yes Using XAMPP 1.7.1 version is the most advisable if you want to use magento, why? because it is already tested unlike on the other versions of xampp and the advantage of XAMPP 1.7.1 is you can easily locate the php.ini file which must be edited when installing magento,you can find this file in C:\xampp\php\php.ini to solve our problem "PHP extension curl must be loaded" edit the php.ini file using different editor like notepad, press (CTRL F) to search and find the ";extension=php_curl.dll" and uncomment it by deleting the " ; "
and (CTRL S) to save the file. After saving the file restart your xampp and go to your magento installation refresh the page and that's it. You can now continue your magento installation.
Question2: Im using the version of xampp which php.ini file is not located in C:\xampp\php how can I solve the problem?
Answer: If you are using that version you can find the php.ini file in C:\xampp\apache\bin
just follow the editing process above,refresh your magento installation page and that's it you can now continue installing your magento.
No comments:
Post a Comment
Thank you for your Comment....