strangebox
Member
Posted 4 years ago #
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: http://xxx/post-new.php
Does anyone know the solution to insert image into post successfully?
tmaster
Member
Posted 3 years ago #
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