well, i study the error that firebug gives me:
Code:
uncaught exception: [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMHTMLTableSectionElement.appendChild]" nsresult: "0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: http://yui.yahooapis.com/combo?2.6.0...ntainer-min.js :: anonymous :: line 50" data: no]
the error: NS_ERROR_INVALID_POINTER mean that there is something( "nsIDOMHTMLTableSectionElement") that the script can't append (the comand is: nsIDOMHTMLTableSectionElement.appendChild)
this create an infinite loop when the chatbox try to connect with ajax to the mysql database
(i have this problem with firefox and chrome, not with internet explorer)
i tried to empty cache and other things..nothing
can you fix it?
i would be very gratefully
EDIT: i also tried disabling all the other products, and it doesn't work