Control Web Panel

WebPanel => PHP Selector => Topic started by: Nagataka on December 05, 2016, 05:37:58 PM

Title: PHP 7 & IntlDateFormatter
Post by: Nagataka on December 05, 2016, 05:37:58 PM
Hello All,

Having a fight with this for the last few days.
Cannot get my magento 2 site to work.
I did recompile the latest version of php 7.
Just having the following issue.
[error] [client 192.168.146.1] PHP Fatal error:  Class 'IntlDateFormatter' not found in /home/<site>/public_html/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php on line 93

Have tried to recompile it with several different strings (seems for php 7 the intl has to be compiled on a different way).
Anyone can help me with this?
Title: Re: PHP 7 & IntlDateFormatter
Post by: Sandeep on December 05, 2016, 09:13:48 PM
check if php INTL is installed or not
Title: Re: PHP 7 & IntlDateFormatter
Post by: Nagataka on December 07, 2016, 07:11:20 PM
check if php INTL is installed or not

php-intl.x86_64 is installed.
{edit}
same for:
intltool.noarch perl-libintl.x86_64
Title: Re: PHP 7 & IntlDateFormatter
Post by: Sandeep on December 08, 2016, 04:37:05 PM
check if php INTL is installed or not

php-intl.x86_64 is installed.
{edit}
same for:
intltool.noarch perl-libintl.x86_64
how did you installed php 7 ?