I'm working on a site and it is constantly failing with the following in IE8:
Message: HTML Parsing Error: Unable to modify the parent container
element before the child element is closed (KB927917)
Line: 0
Char: 0
Code: 0
What is the best way to troubleshoot this for IE8? IE7 compatibility mode does not solve the problem. Firefox gives no complaints.
Also, when I View Source
from IE, it appears to be truncated.
This is a Joomla! site.
Thanks!
Edit
I was able to solve the problem by selectively turning on and off different components. My overall question is - how do i effectively hunt-down these errors especially since it does not provide any location of the error?