WordPress 在使用 PCDotFan 的付费主题 PCkr 的时候,遇到了一个棘手的问题,首先是提示
如下错误:
Fatal error: Call to undefined function mb_strimwidth() in /home/username/public_html/wp-content/themes/***/index.php on line 53
解决方法:使用 Cpanel 正确安装 Mbstring
具体操作:
首先当然是登入WHM,然后到Soft >> EasyApache (Apache Update) ,
在 php 扩充套件中,选中 MbString..
然后储存并且重新编译 apache .
完成之后使用了该函式的主题已经可以正常使用.