This is an annoying error that you can get in MODx when uploading new files via the FCK Image Browser, and I've only ever seen it in the Internet Explorer browser. The fix for it is quite simple though...
header ("content-type: text/xml");
echo "< ?xml version=\"1.0\" encoding=\"utf-8\" ?>\n";
If that doesn't work then here is the MODx forum post that goes into more detail. A variety of problems can cause this issue (like the file being larger than the allowed max size). ![]()
Comments (1)
Dec 22, 2008 at 06:08 AM
Andros:
Thanks!!