作曲家致命错误:呼叫不确定的函数Symfony Polyfill MbString iconv()



我正在使用WHM/CPANEL与PHP 7.0一起使用,所有扩展名,例如ICONV,MBSTRING,MBSTRING通过EasyApache 4安装,但是当我试图通过平静安装Magento插件时 作曲家需要Firebear/importexportfree

我在Putty上收到此消息,

Fatal error: Call to undefined function SymfonyPolyfillMbstringiconv() in 
phar:///opt/cpanel/composer/bin/composer/vendor/symfony/polyfill-
mbstring/Mbstring.php on line 513

我已经在服务器上检查了使用PHP -RI ICONV和PHP -RI MBSTRING的扩展ICONV和MBSTRING的状态

Symfony具有iCONV-POLYFILL,您需要在作曲家中添加

composer require symfony/polyfill-iconv

最新更新