gpt4 book ai didi

magento-1.9 - 第 556 行的 fatal error : Call to undefined function mb_convert_encoding() in/home/abcdef/public_html/folder_name/lib/Pelago/Emogrifier. php

转载 作者:行者123 更新时间:2023-12-01 14:19:53 24 4
gpt4 key购买 nike

Fatal error: Call to undefined function mb_convert_encoding() in /home/abcdef/public_html/folder_name/lib/Pelago/Emogrifier.php on line 556

解决 magento 代码中的这个错误。

这是代码,在返回行显示错误。

    private function getUnifiedHtml() { 
if (!empty($this->unprocessableHtmlTags)) { $unprocessableHtmlTags = implode('|', $this->unprocessableHtmlTags); $bodyWithoutUnprocessableTags = preg_replace('/<\\/?(' . $unprocessableHtmlTags . ')[^>]*>/i', '', $this->html); } else { $bodyWithoutUnprocessableTags = $this->html; }

return mb_convert_encoding($bodyWithoutUnprocessableTags, 'HTML-ENTITIES', self::ENCODING);

}

最佳答案

您似乎缺少 PHP 扩展 mbstring。安装它,错误将得到纠正。

Ubuntu/Debian

sudo apt-get install php-mbstring

如果您使用的是 PHP 7.x。

sudo apt-get install php7.0-mbstring

对于 Centos

sudo yum install php-mbstring

关于magento-1.9 - 第 556 行的 fatal error : Call to undefined function mb_convert_encoding() in/home/abcdef/public_html/folder_name/lib/Pelago/Emogrifier. php,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34876245/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com