<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I've got a multisite installation of drupal 5.10. In the main domain,
when adding content the upload module give me back an error keeping the
animation running.<br>
<br>
The #redirect-target has inside the json data but trought firebug I get
a "data is null" referred to line 131 of drupal.js<br>
This is caused I think by this line (about 56)<br>
<br>
<i>response = (iframe.contentWindow || iframe.contentDocument ||
iframe).document.body.innerHTML;<br>
<br>
</i>If I try to see content with the console.log() command I get
something like <br>
"Permission denied to obtain the property Window.document"<br>
<br>
This happens on various browsers and only in the main site (other
upload in subdomains works well). (maybe a theme related error?)<br>
<br>
Did somebody ever had a similar problem ?<br>
<br>
Cheers,<br>
 Lu<br>
</body>
</html>