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

i have the same error, but i solved it by the below steps

 

  1. open your php.ini file    c:/xampp/php/php.ini
  2. find for ;extension=php_intl.dll
  3. remove the comment ;
  4. restart the apache
  5. then it's working Smiley Happy 

i used the same when i have problem in any extensions, open php.ini then search for the extension then remove the comment.

 

Re: Missing PHP extension intl

Many thanks !!! It had troubled me really a lot and your solution worked perfectly!!!

Re: Missing PHP extension intl

;extension=php_intl.dll to extension=php_intl.dll
Only by removing semicolon ( ; ) and save the file and then restart your xamp or wamp server and refresh the installation page.this error will be gone.

 

How to open php.ini file in 

1. \wamp\bin\apache\apache2.4.9\bin
2. \wamp\bin\php\php5.5.12

Using xamp control panel

Click on config button of Apache server. -> Click on PHP (php.ini) 

Find out 

;extension=php_intl.dll

And remove ( ; )

extension=php_intl.dll

and save the file and then restart your xamp or wamp server and refresh the installation page.this error will be gone.

 

Re: Missing PHP extension intl

Thanks its working

Re: Missing PHP extension intl

Thanks It's working.

Re: Missing PHP extension intl

Thanks my friend.

 

Works!

 

 

Re: Missing PHP extension intl

Sir Thanx this worked for me after a day long struggle with other solutions.

Re: Missing PHP extension intl

I follow the same method that copy all the icu****.dll files  from C:\xampp\php to C:\xampp\apache\bin 

but still have the same extension error. 
Can anyone send me the proper solution for it ?

Thank you.

Re: Missing PHP extension intl

open your php.ini file    c:/xampp/php/php.ini or search how to find it, it's up to your server.
- find for ;extension=php_intl.dll
- remove the comment ;
- restart the apache
- then it's working Smiley Happy