• I’m trying to edit pages but cannot see the content in the editing box. These are the javascript errors that I have found.

    Uncaught SyntaxError: Unexpected end of input load-scripts.php:8
    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.php?post=24&action=edit:252
    Uncaught SyntaxError: Unexpected end of input load-scripts.php:2
    Uncaught SyntaxError: Unexpected end of input wp-tinymce.php:4
    Uncaught ReferenceError: tinymce is not defined post.php?post=24&action=edit:1949

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    – re-uploading all files & folders – except the wp-content folder and wp-config.php & root .htaccess files – from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones.

    Thread Starter Tiffany7

    (@tiffany7)

    Thank you. I tried the first two and it didn’t make a difference. however after posting this on the forum, it started working so maybe something did get reset. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Javascript errors preventing page editing visibility’ is closed to new replies.