Visual Editor not loading. Text and Visual buttons not toggling.
-
The visual editor won’t load when editing a page. You also cannot change it to the Text editor using the Visual/Text buttons at the top right.
If you go into the user profile and disable the visual editor you can edit in plain text.
When you first load the page you get this error in firebug:
TypeError: c is undefined
https://site.com/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js?ver=4109-20150505
Line 1If you click on text you get this error:
TypeError: this.getDoc(…) is undefined
https://site.com/wp-includes/js/tinymce/tinymce.min.js?ver=4109-20150505
Line 9I have tried all the standard things. Disabled all plugins, reset plugins folder, changed to default template. I also have a page-rule with cloudflare to disable any minification for the wp-admin area.
I’ve tried setting define(‘SCRIPT_DEBUG’, true);. This changed the error you get when loading. Now when you load the page you get:
TypeError: settings is undefined
https://wyattlaw.com/wp-includes/js/tinymce/plugins/compat3x/plugin.js?ver=4109-20150505
Line 18and when you click Text (same error as before without script_debug):
TypeError: this.getDoc(…) is undefined
https://wyattlaw.com/wp-includes/js/tinymce/tinymce.min.js?ver=4109-20150505
Line 9Does anyone have any suggestions on what else to try?
The site is https://www.wyattlaw.com/
- The topic ‘Visual Editor not loading. Text and Visual buttons not toggling.’ is closed to new replies.