• In my wordpress installation, the editor is no longer showing up. I’ve not updated the WP in a while. I’m on 4.8.15. Everything been working fine.
    On a post I have the following javascript errors:

    GET https://www.myurl.net/wp-includes/js/tinymce/wp-tinymce.php?c=1&ver=4603-20170530 net::ERR_ABORTED 999 (No Hacking)
    post.php?post=4709&action=edit:2716

    GET https://www.myurl.net/wp-includes/js/tinymce/wp-tinymce.php?c=1&ver=4603-20170530 net::ERR_ABORTED 999 (No Hacking)
    post.php?post=4709&action=edit:2718

    Uncaught ReferenceError: tinymce is not defined
    at post.php?post=4709&action=edit:2718
    (anonymous) @ post.php?post=4709&action=edit:2718
    wp-langs-en.js?ver=4603-20170530:235

    Uncaught ReferenceError: tinyMCE is not defined
    at wp-langs-en.js?ver=4603-20170530:235
    at wp-langs-en.js?ver=4603-20170530:519
    (anonymous) @ wp-langs-en.js?ver=4603-20170530:235
    (anonymous) @ wp-langs-en.js?ver=4603-20170530:519
    post.php?post=4709&action=edit:2713

    Uncaught ReferenceError: tinymce is not defined
    at Object.load_ext (post.php?post=4709&action=edit:2713)
    at post.php?post=4709&action=edit:2723

Viewing 2 replies - 1 through 2 (of 2 total)
  • Something must have changed, right?
    The wp-tinymce.php file is a big If statement that checks if your browser can do gzipped files or not. But either way, a script should be loaded.
    The error messages indicate that the script was not loaded (it says aborted and then says tinymce is not defined).

    It seems like it would have to be environment, if you didn’t change the software.
    Does the wp-tinymce.php file exist?
    Did your host change something? PHP version or SSL or any security like mod_security or something in .htaccess?
    Did your browser update? (seems like it would fix things, though, not break them)
    Did you add a browser extension?

    Thread Starter idealtrucks

    (@idealtrucks)

    Yeah, something has changed since it was working. Just not aware of what. the wp-tinymce.php file is there. I will check with my host and see if anything happened there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tiny MCE Editor issue’ is closed to new replies.