- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2016
12:01 AM
01-15-2016
12:01 AM
Re: Missing PHP extension intl
THanks it worked
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2016
03:37 AM
01-19-2016
03:37 AM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2016
08:37 AM
01-25-2016
08:37 AM
Re: Missing PHP extension intl
Thank you so much @AmitCCOM. Now this error are fixed here.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2016
10:16 AM
01-31-2016
10:16 AM
Re: Missing PHP extension intl
Thanks, That it´s
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2016
12:54 PM
02-07-2016
12:54 PM
Re: Missing PHP extension intl
It seems it does the trick.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2016
06:54 AM
02-08-2016
06:54 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2016
01:17 PM
02-16-2016
01:17 PM
Re: Missing PHP extension intl
- open your php.ini file
- find for ;extension=php_intl.dll
- remove the comment ;
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2016
08:35 AM
02-23-2016
08:35 AM
Re: Missing PHP extension intl
Thanks u saved me Thanks very much
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2016
09:38 PM
02-23-2016
09:38 PM
Re: Missing PHP extension intl
its not working
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2016
01:47 PM
03-08-2016
01:47 PM
Re: Missing PHP extension intl
thanks... working...