JavaScript errors on New Post screen
-
Hey there,
Thanks for the great plugin. Really, really awesome.
I’m hitting an issue with the New Post screen. 6 JavaScript errors are being thrown, and they look like this:
Uncaught TypeError: Cannot read property 'model' of undefined model.js?ver=1.2.0:20
Uncaught TypeError: Cannot read property 'model' of undefined collection.js?ver=1.2.0:19
Uncaught TypeError: Cannot read property 'controller' of undefined controller.js?ver=1.2.0:4
Uncaught TypeError: Cannot read property 'view' of undefined view.js?ver=1.2.0:4
Uncaught TypeError: Cannot read property 'view' of undefined toolbar.js?ver=1.2.0:36
Uncaught TypeError: Cannot read property 'view' of undefined media.js?ver=1.2.0:58
It appears that wp.media isn’t defined in the JS. Can you think of any reason why that might be? I’m not familiar with the internals of the media editor. Thanks!
The topic ‘JavaScript errors on New Post screen’ is closed to new replies.