- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Missing PHP extension intl
Thanks it worked!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Missing PHP extension intl
i have the same error, but i solved it by the below steps
- open your php.ini file c:/xampp/php/php.ini
- find for ;extension=php_intl.dll
- remove the comment ;
- restart the apache
- then it's working
i used the same when i have problem in any extensions, open php.ini then search for the extension then remove the comment.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Missing PHP extension intl
Many thanks !!! It had troubled me really a lot and your solution worked perfectly!!!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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\bin2. \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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Missing PHP extension intl
Thanks its working
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Missing PHP extension intl
Thanks It's working.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Missing PHP extension intl
Thanks my friend.
Works!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Missing PHP extension intl
Sir Thanx this worked for me after a day long struggle with other solutions.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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