Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #26886, comment 22


Ignore:
Timestamp:
02/24/2015 03:53:34 AM (10 years ago)
Author:
alturic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26886, comment 22

    v1 v2  
    55EDIT: Ok, let me ask this @dd32: On a "working" WP 4.1 install, should any JS errors throw in a browser console?
    66
    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){...
     7Uncaught 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}}}
    811
    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
     13Uncaught 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{{{
     15c.queue=new wp.media.model.Attachments([],{query:!1})
     16}}}
     17) is the property it looks like.