Recibo el error Fatal error: Class 'IntlDateFormatter' not found
en Magento2 después de la instalación.
magento2
installation
fatal-error
Pradeep Kumar
fuente
fuente
/etc/opt/remi/php70/php.ini' not has
; extension = php_intl.dll. I install php7 in
/ opt / remi / php70`. ¿Cualquier sugerencia?Tuve el mismo problema pero en mi caso
intl
se instaló y cargó la comprobaciónphp -m
.brew install icu4c
problema resuelto en mi Mac. Estoy usando php 5.6.30 por cierto.fuente
sudo apt-get install php7.0-intl
hizo el truco para mí en Ubuntu 18.04.(Eso es con este repositorio PPA que contiene un backport de PHP
sudo add-apt-repository ppa:ondrej/php
).fuente