発生事象
WordPressへログインしサイトを表示させたら以下のエラーが表示される。
<エラー内容>
Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /home/××/public_html/×××××××/wp-content/plugins/best-editor/includes/BestEditor/class-best-editor.php:199
・・・・
原因
「best-editor」のプラグインの199行目がエラーとなっている模様
・・・wp-content/plugins/best-editor/includes/BestEditor/class-best-editor.php:199
対策
「best-editor」のプラグインを無効化
特に「best-editor」のプラグインを利用していなかったので、以下の手順で無効化
<手順>
①管理画面からプラグインを選択
②「best-editor」を検索し、無効化を押下



コメント