Thanks it worked!
i have the same error, but i solved it by the below steps
i used the same when i have problem in any extensions, open php.ini then search for the extension then remove the comment.
Many thanks !!! It had troubled me really a lot and your solution worked perfectly!!!
;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\binUsing 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.
Thanks its working
Thanks It's working.
Thanks my friend.
Works!
Sir Thanx this worked for me after a day long struggle with other solutions.
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.
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