Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Andrew Ozz

    (@azaozz)

    Do you see the “normal” editor with all buttons, etc. but no text in it?

    – If not — sounds like a JS error. See if you can trace where it comes from (look at what file is causing it): http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors. If not, paste it here and I’ll have a look.

    – If yes — does the Text editor work or is it blank too? If yes, this may be caused by encoding problems with the database. Did you import the content from another site? Or perhaps this is an old WP installation, started more than 5-6 years ago?

    Hello, I am also having the same problem.
    See the error that the browser console reported:

    Consider using 'dppx' units, as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)
    jquery-migrate.js?ver=1.2.1:21 JQMIGRATE: Logging is active
    post-new.php:451 Consider using 'dppx' units, as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)
    post-new.php:2595 GET http://www.sitraemg.org.br/wp-includes/js/tinymce/plugins/compat3x/plugin.js?ver=4107-20141130
    post-new.php:2600 GET http://www.sitraemg.org.br/wp-includes/js/tinymce/langs/wp-langs-en.js?ver=4107-20141130
    post-new.php:2594 GET http://www.sitraemg.org.br/wp-includes/js/tinymce/tinymce.min.js?ver=4107-20141130
    post-new.php:2597 Uncaught ReferenceError: tinymce is not defined
    post-new.php:2603 Uncaught ReferenceError: tinyMCE is not defined
    editor-expand.js?ver=4.1:353 Uncaught TypeError: Cannot read property 'top' of undefined
    10wp-auth-check.js?ver=4.1:96 Uncaught TypeError: Cannot read property 'hasClass' of undefined

    – all browsers with the same problem
    – SCRIPT_DEBUG not fixed the error

    Please help me

    Plugin Author Andrew Ozz

    (@azaozz)

    As far as I see this is the error:
    post-new.php:2595 GET http://www.sitraemg.org.br/wp-includes/js/tinymce/plugins/compat3x/plugin.js?ver=4107-20141130. That means the file doesn’t exist on the server (404). Same for the other two files: wp-langs-en.js and tinymce.min.js.

    This usually means the WordPress update didn’t work properly. Re-installing with FTP should fix it.

    Mr. Andrew: My plugin stopped working after the 4.2.2 update. 🙁 I am not savvy enough to figure out why. I have FTP a new version, and I have tried it on both chrome and firefox. Any idea to help me?

    I do not have editor nor can i input texts.

    Plugin Author Andrew Ozz

    (@azaozz)

    Is the editor working if you disable the plugin? If yes, re-install the plugin, if no, re-install WordPress.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Blank editor… again’ is closed to new replies.