Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I finally took a few minutes to look closer and solved the problem. While rss-functions.php checks to see if xml_parser_create() exists, class-IXR.php does not. I didn’t pay attention at the time, but the system I installed WP on happened to have an older php install that also didn’t have the xml libs compiled in. What was occuring was that class-IXR.php was simply quietly dying without handling the error. Since xmlrpc.php already has flags to turn on debug logging, perhaps these should be used throughout.

    After an upgrade, xmlrpc.php functionality works great.

    Done. No change.

    I turned on the xmlrpc logging, but it’s not all that detailed. When I submit either with Zempt or Flickr, it logs the following. With Zempt, s/NO-APP-KEY/appKey/.

    2005-05-20 09:33:32 Input: <?xml version=”1.0″ encoding=”utf-8″?>
    <methodCall>
    <methodName>metaWeblog.getUsersBlogs</methodName>
    <params>
    <param><value><string>NO-APP-KEY</string></value></param>
    <param><value><string>user</string></value></param>
    <param><value><string>pass</string></value></param>
    </params>
    </methodCall>

    I am seeing the same error on flickr. I downloaded rev 2606 and there has been no change. I also went and tried to install Zempt to see if it would provide a bit more detail. Zempt throws an error:

    “Error! Invalid XML (<methodResponse> not found)”

Viewing 3 replies - 1 through 3 (of 3 total)