I am receiving this XML error:
Only one top level element is allowed in an XML document. Error processing resource...
Accompanied with this PHP error:
Warning: file_get_contents(...)
It seems straight forward, except it's not reproducible in any way and it's happens 100% on our clients computers (more than 6). Initially I though this was only IE6, but when they upgraded to IE7, it still happened.
While it seems the XML error is triggered by the PHP error, it only happens on IE and never on any other browser. Has anybody run into this and how'd you find it?