Changes between Version 1 and Version 2 of Ticket #26886, comment 22
- Timestamp:
- 02/24/2015 03:53:34 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26886, comment 22
v1 v2 5 5 EDIT: Ok, let me ask this @dd32: On a "working" WP 4.1 install, should any JS errors throw in a browser console? 6 6 7 Uncaught TypeError: Cannot read property 'each' of undefined - no plugin/2015 theme "edit page" page? Line 1 of !function(a,b){if("function"==typeof define&&define.amd)define(["underscore","jquery","exports"],function(c,d,e){... 7 Uncaught TypeError: Cannot read property 'each' of undefined - no plugin/2015 theme "edit page" page? Line 1 of 8 {{{ 9 !function(a,b){if("function"==typeof define&&define.amd)define(["underscore","jquery","exports"],function(c,d,e){... 10 }}} 8 11 9 Uncaught TypeError: Cannot read property 'model' of undefined - no plugin/2015 theme "add new page" page? Perhaps due to it being a new page and no media being attached? c.queue=new wp.media.model.Attachments([],{query:!1}) is the property it looks like. 12 13 Uncaught TypeError: Cannot read property 'model' of undefined - no plugin/2015 theme "add new page" page? Perhaps due to it being a new page and no media being attached? 14 {{{ 15 c.queue=new wp.media.model.Attachments([],{query:!1}) 16 }}} 17 ) is the property it looks like.