Hi,
When loading a node with a chat room i get a Permission denied to call XMLHttpRequest.open vie firebug.
I cannot type anything into the chat.
What goes wrong here?
Thanks in advance
Hi,
When loading a node with a chat room i get a Permission denied to call XMLHttpRequest.open vie firebug.
I cannot type anything into the chat.
What goes wrong here?
Thanks in advance
Comments
Comment #1
dman commentedThat error usually triggers when trying to load via XMLHTTP from a domain different to the current one.
That's prohibited ... unless you do a lot of messing around.
That error is usually triggered accidentally because you or your site is using a site.name and www.site.name interchangably, and doesn't really know what its domain is. They are different hostnames, and not allowed to swap data with each other.
See th readme (or the .htaccess I think) for the fix to this.
Comment #2
Anonymous (not verified) commented