Hi,
I am trying to install Magento 2.0 on my local Wampserver.
The readiness check tells me that the PHP extension intl. is missing but when I look at the installed extensions than intl is installed.
Solved! Go to Solution.
Maybe it is installed but not enabled? Check it by running the phpinfo() function in the Magento 2 root folder.
Go to your php root folder,
Simply copy all icu* * * *.dll files:
from
C:\xampp\php
to
C:\xampp\apache\bin
intl extension will start working!!!
Cheers
thanks it work's
I use WAMP..
So please help me with this
Thanks
Rakesh
Hello Rakesh,
I have same issues,
Please copy the all files name like icu.*.*.dll from C:\wamp\bin\php\php5.5.12 to C:\wamp\bin\apache\apache2.4.9\bin.
Hope this will resolve your issue.
Hi AmitCCOM thanks for nice and clear explanation. it really works. but i still have error on php setting chk can you help me with this
i.e
Your current setting of xdebug.max_nesting_level=100. Magento 2 requires it to be set to 200 or more. Edit your config, restart web server, and try again.
Solution works also for me in wamp, but is strange, extension appears disabled even when is enabled.
Thanks Dear, I have checked many forum but didn't get the correct solution for this error, now i applied your above given steps and amazingly the problem get resolved.
Thanks you so much