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 .
完成之后使用了该函数的主题已经可以正常使用.