我有一个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.
我做谷歌搜索但没有找到任何东西。在这个网站上,我整合了澳大利亚邮政,eWay和Paypal。
答案 0 :(得分:0)
您的服务器上是否启用了mb_string?
如果没有,您需要联系您的服务提供商并要求他们启用它。
考虑调试模式: http://doc.prestashop.com/display/PS16/Performance+Parameters 您可以禁用非Prestashop模块和覆盖。
如果您仍然收到此错误,请使用"强制编辑"在Smarty中并禁用缓存。
您最近是否更新了PrestaShop?