js errors (visual editor, tinymce)
-
Hello,
I’m running a fresh install of WP 4.0.1 on Server 2003 x64 R2, IIS6, FastCGI, MySQL 5.5, PHP 5.3.8, (Yes I know, all dated) default theme, no plugins.I was experiencing problems with getting the visual editor to work on an existing WP install that had been upgraded from a lower version, so I tested out setting up a new install from a fresh download. Unfortunately, this instance of WP also happens to be exhibiting the same behavior.
Trying to troubleshoot this has been quite a task. I took a look in the console on the browser’s developer tools and here’s what I’m seeing:
7post-new.php:22 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:25 GET https://mydomain/wp-includes/js/?ver=2.15.0 net::ERR_TOO_MANY_REDIRECTS post-new.php:27 GET https://mydomain/wp-includes/js/?ver=0.9.8 net::ERR_TOO_MANY_REDIRECTS post-new.php:1916 GET https://mydomain/wp-includes/js/?c=1&ver=4104-20140822 net::ERR_TOO_MANY_REDIRECTS post-new.php:24 GET https://mydomain/wp-includes/js/?ver=4.0.1 net::ERR_TOO_MANY_REDIRECTS post-new.php:26 GET https://mydomain/wp-includes/js/?ver=4.0.1 net::ERR_TOO_MANY_REDIRECTS post-new.php:256 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)
Even just loading up the dashboard fires up a js error:
6index.php:22 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) index.php:24 GET https://mydomain/wp-includes/js/?ver=4.0.1 net::ERR_TOO_MANY_REDIRECTS index.php:293 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)
Any thoughts on how to troubleshoot this? The threads I did look at in search didn’t seem to match my situation.
Any help appreciated. Thanks in advance
- The topic ‘js errors (visual editor, tinymce)’ is closed to new replies.