Composer致命错误:在phar中调用未定义的函数Symfony \ Polyfill \ Mbstring \ iconv()

时间:2017-11-30 08:37:52

标签: php symfony composer-php

我正在使用带有PHP 7.0的WHM / Cpanel以及像iconv这样的扩展,通过easyapache 4安装mbstring但是当我尝试通过caling安装magento插件时     composer需要firebear / importexportfree

我在putty上收到此消息,

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

我在服务器上检查了扩展iconv和mbstring的状态,使用php --ri iconv和php --ri mbstring

1 个答案:

答案 0 :(得分:0)

Symfony有你需要在作曲家中添加的iconv-polyfill

composer require symfony/polyfill-iconv