cancel
Showing results for 
Search instead for 
Did you mean: 

Missing PHP extension intl

SOLVED

Re: Missing PHP extension intl

THanks it worked

Re: Missing PHP extension intl

Hi,

 

I have had the same problem, and it is solved by adding this line into you php.ini at the bottom (under xdebug).

 

xdebug.max_nesting_level=200

 

and then restart your services

 

Best regards

Jimmy Dan Mortensen

Re: Missing PHP extension intl

Thank you so much @AmitCCOM. Now this error are fixed here.

Re: Missing PHP extension intl

Thanks, That it´s

Re: Missing PHP extension intl

Robot Happy It seems it does the trick.

 

Re: Missing PHP extension intl

Thank you for this solution. After a few hours of searching you had the easiest and best solution. Well done.

Re: Missing PHP extension intl

  1. open your php.ini file
  2. find for ;extension=php_intl.dll
  3. remove the comment ;

Re: Missing PHP extension intl

Thanks u saved me Thanks very much

Re: Missing PHP extension intl

its not working

Re: Missing PHP extension intl

thanks... working...