close
PHP Extension “mcrypt” must be loaded
PHP Extension “curl” must be loaded
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.
If you are tiring to install Magento on your localhost with wamp here is the solution.
- Left click on the wamp icon in notification area.
- Go to PHP
- Click php.ini
- Search for (Ctrl + F) “mcrypt” in this document.
- You should be looking for “;extension=php_mcrypt.dll”
- You need to uncomment that line of code, so remove the semicolon in front of it.
- Next search for (Ctrl + F) “curl” in this document.
You should be looking for “;extension=php_curl.dll” - You need to uncomment that line of code as well.
- Save and close this document.
- Restart wamp
- Refresh the Magento installation page.
全站熱搜
留言列表