WordPress 排除 Fatal error: undefined method _WP_Editors 問題
先前在更換新版的WordPress之後,又有好一陣子忽略了Blog,最近在後台東更新套件西調整css的,結果發現有Error啦
這錯誤訊息如下:
Fatal error: Call to undefined method _WP_Editors::enqueue_default_editor() in
查了一下,原來是CKeditor套件的問題,要排除不難,請照著以下步驟進行
- 請在你的wordpress 目錄中 找尋 wp-content/plugins/ckeditor-for-wordpress 目錄
- 該目錄中有隻ckeditor_class.php 請編輯它
-
在程式最後加上以下片斷
public static function enqueue_default_editor() {}
就像下圖的位置
- 存檔後,再重新去reload剛剛的動作,就可以排除這問題啦!
不過很怪,為啥會少了這method,可能是wordpress改版後但ckeditor 沒配合實作這個method,看來之後的ckeditor plugin 應該會排除該問題才對。
參考資料:
近期留言