简体   繁体   English

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

[英]Composer Fatal error: Call to undefined function Symfony\Polyfill\Mbstring\iconv() in phar

I'm using WHM/Cpanel with PHP 7.0 with all extensions like iconv, mbstring installed via easyapache 4. But when i am trying to install a magento plugin by caling composer require firebear/importexportfree 我正在将WHM / Cpanel与PHP 7.0一起使用,并通过easyapache 4安装了所有扩展,例如iconv,mbstring。但是,当我尝试通过校准作曲家安装magento插件时,需要firebear / importexportfree

I am getting this message on 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

I had checked on the server for the status of both the extensions iconv and mbstring using php --ri iconv and php --ri mbstring 我已经使用php --ri iconv和php --ri mbstring在服务器上检查了扩展iconv和mbstring的状态

Symfony有iconv-polyfill,您需要在作曲家中添加

composer require symfony/polyfill-iconv

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 致命错误:未捕获错误:在phar中调用未定义的函数Symfony \\ Polyfill \\ Mbstring \\ iconv(): - Fatal error: Uncaught Error: Call to undefined function Symfony\Polyfill\Mbstring\iconv() in phar: 调用未定义的函数Symfony \\ Polyfill \\ Mbstring \\ iconv_strlen() - Call to undefined function Symfony\Polyfill\Mbstring\iconv_strlen() Laravel 8 错误供应商/symfony/polyfill-mbstring/Mbstring.php - Laravel 8 error vendor/symfony/polyfill-mbstring/Mbstring.php mod_fcgid:stderr:PHP致命错误:调用未定义函数mbstring_binary_safe_encoding() - mod_fcgid: stderr: PHP Fatal error: Call to undefined function mbstring_binary_safe_encoding() 致命错误:调用未定义的函数mb_strtolower():在linux EC2上启用mbstring - Fatal error: Call to undefined function mb_strtolower(): enable mbstring on linux EC2 作曲家:致命错误:未捕获的错误:调用未定义的 function - Composer: Fatal error: Uncaught Error: Call to undefined function 致命错误:使用Google App引擎和ZendGdata时,调用未定义函数iconv_get_encoding()PHP - Fatal error: Call to undefined function iconv_get_encoding() PHP while working with Google App engine and ZendGdata Composer.phar安装错误Symfony - Composer.phar Install error Symfony 无法打开流 /vendor/phpoffice/phppresenation/vendor/composer/../symfony/polyfill-mbstring/bootstrap.php - Failed to Open Stream /vendor/phpoffice/phppresenation/vendor/composer/../symfony/polyfill-mbstring/bootstrap.php Symfony中的Composer.phar - Composer.phar in Symfony
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM