• After the uploaded image is selected and the button “Insert into post” is pressed, the page becomes blank and the browser (IE) displays error as below:

    row: 12
    character: 3
    error: Object doesn’t support this property or method
    url: https://xxx/post-new.php

    Does anyone know the solution to insert image into post successfully?

Viewing 1 replies (of 1 total)
  • I get the same page on all my admin screens.

    The pages load but they have a IE script error in line 7 char 0

    line 7 has this in it,

    //<![CDATA[
    addLoadEvent = function(func) {if (typeof jQuery != "undefined") jQuery(document).ready(func); else if (typeof wpOnload!='function'){wpOnload=func;} else {var oldonload=wpOnload; wpOnload=function(){oldonload();func();}}};
    //]]>

    This is a syntax error

Viewing 1 replies (of 1 total)
  • The topic ‘Object doesn’t support this property or method’ is closed to new replies.