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 .
 
完成之後使用了該函式的主題已經可以正常使用.