• Resolved CreaFlow

    (@jansesberger)


    Hi,

    i’ve just updated to WordPress 4.9.6 and TinyMCE Advanced 4.7.11 – now the editor doesnt show any buttons except visual and text mode and furthermore the content doesnt show up in the editor.

    I’m not sure if the error was present before the update but i found one error message in the console:

    404 error on /wp/wp-includes/js/tinymce/themes/advanced/theme.min.js?wp-mce-4711-20180425-tadv-4.7.11

    there’s no advanced folder in themes, but i cannot find it on other wp installations. so i don’t know how to get it…

    I also tried to deactive tmce advanced but theres the same 404 error with the editor.

    How can i fix this? Do you have any idea???

    Thanks a million for helping out ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User 9105421

    (@anonymized-9105421)

    Just updated to WordPress 4.9.6 and TinyMCE Advanced 4.7.11 and all is working fine on my end (knock on wood).

    Somehow your TinyMCE Advanced is looking for /wp/wp-includes/js/tinymce/themes/advanced/theme.min.js

    Had a look and i also do not have a “advanced” theme folder but found two othere theme folders in my /wp/wp-includes/js/tinymce/themes/ folder: “inlite” and “modern”, both have “theme.js” and the minified “theme.min.js”.
    What you could do is copy the “inlite” or “modern” folder with its contents, rename the copy to “advanced” and upload it to your servers /wp/wp-includes/js/tinymce/themes/

    That could work as crude fix.

    You can also try to reset TinyMCE Advanced via WP Admin > Settings > TinyMCE Advanced > press the “Restore Default Settings”.

    Plugin Author Andrew Ozz

    (@azaozz)

    Yeah, the /wp-includes/js/tinymce/themes/advanced/theme.min.js file doesn’t exist any more. This is the old TinyMCE theme, from 4 years ago…

    Not sure why TinyMCE is trying to load it. Most likely you have a plugin (not TinyMCE Advanced) that is loading some really really old TinyMCE code. I’d start looking at all active plugins one by one.

    Thread Starter CreaFlow

    (@jansesberger)

    Hi,

    thanks for your ideas!

    Now i found out, that i got really old tinymce advanced code in my functions.php – i deleted it and now the editor works again! ??

    Problem solved ??

    Best regards, Martin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Editor not showing up / stopped working’ is closed to new replies.