且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Symfony2中的系统(SonataAdminBundle)中缺少所需的PHP扩展名intl

更新时间:2023-02-23 18:11:01

在安装新的Magento 2.0时,我遇到了同样的问题,经过多次尝试和尝试,我设法按照以下步骤解决它:

I had the same problem while I was installing new Magento 2.0, after different hit and trials, I manged to solve it by following these steps:

我将所有 icu * 文件从php目录复制到了Appache目录,并且可以正常工作.

I copied all icu* files from php directory to Appache directory, and it worked.

Php目录:

WAMP \ bin \ php \ php5.5.12

WAMP\bin\php\php5.5.12

设备目录:

WAMP \ bin \ apache \ apache2.4.9

WAMP\bin\apache\apache2.4.9

确保取消注释php.ini文件中的以下行:

Make sure to un-comment following line in php.ini file:

extension = ext/php_intl.dll

extension=ext/php_intl.dll