cancel
Showing results for 
Search instead for 
Did you mean: 

Missing PHP extension intl

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Missing PHP extension intl

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.

 

PHP extension intl missing

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Missing PHP extension intl

Maybe it is installed but not enabled? Check it by running the phpinfo() function in the Magento 2 root folder.

View solution in original post

71 REPLIES 71

Re: Missing PHP extension intl

Maybe it is installed but not enabled? Check it by running the phpinfo() function in the Magento 2 root folder.

Re: Missing PHP extension intl

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

Re: Missing PHP extension intl

thanks it work's

Re: Missing PHP extension intl

Had the same problem, was solved with the solution sharadsriv offered!

 

Thanks

Re: Missing PHP extension intl

I use WAMP..

So please help me with this

 

Thanks

Rakesh

Re: Missing PHP extension intl

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.

Re: Missing PHP extension intl

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

PHP Settings Check
 

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.

Re: Missing PHP extension intl

Solution works also for me in wamp, but is strange, extension appears disabled even when is enabled.

Re: Missing PHP extension intl

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