Fixed for me:
I noticed the reference to TinyMCE in the Elementor debug section
IE. ‘ReferenceError: tinymce is not defined’ to be common among those facing this error.
I also noticed the tinymce editor did not show up when trying to edit pages the old fashioned way using WP. I took this to mean that it is a problem of the built in WP editor not loading.
I did some looking and came across a thread recommending:
Try adding define(‘CONCATENATE_SCRIPTS’, false); to your wp-config.php file just below the define(‘DB_HOST’ line.
Problem solved. Both tinyMCE and Elementor editor load just fine now.
https://www.ads-software.com/support/topic/tinymce-do-not-show-up-in-wp-4-8-2/
-
This reply was modified 6 years, 8 months ago by oakshade. Reason: spelling