Prestashop 网站错误。网站显示致命错误 mb_convert_encoding
Prestashop website error. Website showing fatal error mb_convert_encoding
我有一个 prestashop 网站 http://www.mumsnbabysupermart.com.au/。该网站功能齐全,但突然网站停止工作并显示致命错误。错误是-
Fatal error : call to undefined function mb_convert_encoding() in home/xxx/xxx/public_html/cache/smarty/comile/94/23/30/942330f3aff64545a59bff57a8a2078fb44cd308.file.heeader.tpl.php on line 78.
我用谷歌搜索但一无所获。在此网站中,我整合了澳大利亚 Post、eWay 和 Paypal。
您的服务器上是否启用了 mb_string?
如果没有,您需要联系您的服务提供商并要求他们启用它。
也要考虑调试模式:
http://doc.prestashop.com/display/PS16/Performance+Parameters
您可以禁用非 Prestashop 模块和覆盖。
如果您仍然收到此错误,请在 Smarty 中使用 "Force compilation" 并禁用缓存。
您最近更新 PrestaShop 了吗?
我有一个 prestashop 网站 http://www.mumsnbabysupermart.com.au/。该网站功能齐全,但突然网站停止工作并显示致命错误。错误是-
Fatal error : call to undefined function mb_convert_encoding() in home/xxx/xxx/public_html/cache/smarty/comile/94/23/30/942330f3aff64545a59bff57a8a2078fb44cd308.file.heeader.tpl.php on line 78.
我用谷歌搜索但一无所获。在此网站中,我整合了澳大利亚 Post、eWay 和 Paypal。
您的服务器上是否启用了 mb_string?
如果没有,您需要联系您的服务提供商并要求他们启用它。
也要考虑调试模式: http://doc.prestashop.com/display/PS16/Performance+Parameters 您可以禁用非 Prestashop 模块和覆盖。
如果您仍然收到此错误,请在 Smarty 中使用 "Force compilation" 并禁用缓存。
您最近更新 PrestaShop 了吗?