• Resolved jlock602

    (@jlock602)


    After much debugging I finally tracked down another source of the infamous “http error” while uploading images to the Media Library. This applies to either the Flash or Browser upload method.

    If your image contains IPTC data, this is usually embedded within the file in XML format. You must have an “XML Parser” module installed in PHP at your host in order for WordPress to handle the embedded data correctly.

    If your PHP installation does not include some kind of XML parsing support, WordPress will fail when trying to read the embedded IPTC data. It will leave the file in the upload folder, but not create any of the other sizes or a database entry.

    Contact your web host to be sure an XML parser is available in your PHP installation. Since IPTC data is becoming more and more common in image files this should really be part of the WordPress minimum requirements for installation.

    John Lock
    Technology Director
    Relevant Arts
    http://www.relevantarts.com

Viewing 1 replies (of 1 total)
  • Hi,

    I am very happy i came across this as i’ve been trying to find a way of uploading images onto this blog (http://www.bomon.me) with IPTC tags but have failed to do so, so far.

    Would you be kind enough to help me figure this out with the xml parser solution?

    Many thanks
    Alex.

Viewing 1 replies (of 1 total)
  • The topic ‘Another (new) solution to Media Upload problems’ is closed to new replies.