Home » Blog

WordPress: Invalid response from blogger.getUsersBlog

Submitted by Stephan Walcher on June 21, 2007 – 7:46 pmOne Comment

Description: On blogs running PHP 5.2.2, trying to configure the blog in Writer gives the following error: Invalid Server Response – The response to the blogger.getUsersBlog method received from the weblog server was invalid. / Invalid response document returned from XmlRpc server (Also affects Writer Beta 1.)

Reason and Solution: A bug in PHP 5.2.2 causes POST data to be dropped. See http://bugs.php.net/bug.php?id=41293 for more details. As a workaround, add the following line to the top of your xmlrpc.php file:

$HTTP_RAW_POST_DATA = file_get_contents(“php://input”);

  • Windows Live Writer WordPress and the XMLRPC Issue
    Sometimes when you try to set up a new blog account with the Windows Live Writer the installation process might be interrupted by an error message: Invalid Server Response – The response to the blogger.getUsersBlogs method ......

  • Windows Live Writer vs. WordPress
    If you are using WordPress and Windows Live Writer together and you are having problems, maybe these solutions from WordPress.org can help you. Image uploading fails Posting fails for some blogs that don’t use UTF-8, ISO-8859-1, or ......

  • WordPress: ArgumentOutOfRangeException while attempting to open posts from WordPress blogs
    Description: Attempting to open posts in Writer results in ArgumentOutOfRangeException. Reason and Solution: A bug in Writer causes blog post parsing to fail when the post contains pre, script, and/or style tags. This will be fixed ......