New WLW Wave4 screenshots
February 21, 2010 – 5:05 pm | One Comment

Something is happening in Redmond. New screenshots of the Windows Live Messenger Wave4 are leaking every day and yesterday the Windows Live Writer team asks their followers which plug-in they want to see as a …

Read the full story »
News

PlugIns

Tips & Tricks

Windows Live Spaces

Wordpress

Home » Blog, Wordpress

Windows Live Writer Wordpress and the XMLRPC Issue

Submitted by Stephan Walcher on August 2, 2008 – 4:21 pm6 Comments

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:

clip_image002

Invalid Server Response – The response to the blogger.getUsersBlogs method received from the weblog server was invalid: Invalid response document returned from XmlRpc server.

Unfortunately there is more than one reason for this error message and maybe you have to try them all.

Php problem

There is an error in the php modul. Open the xmlrpc.php in your wordpress root directory and enter this code on the first line:

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

 

Htaccess problem

There is a conflict in the htaccess file, enter the following code somewhere in the htaccess file:

<Files xmlrpc.php>
SecFilterInheritance Off
</Files>

 

PlugIn conflict

A plugin is causing a conflict. Try to deactivate all plugins and repeat the setup.

 

Lowercase vs. capital letters

Wordpress runs on Apache and on apache lowercase matters. Login with your FTP program and check if the xmlrpc.php is written in lowercase if not upload again all files in the right format.

Note: It happens often after a Wordpress update

 

XMLRPC activated?

With Wordpress 2.6 there is the a new option (wordpress >> write) to deactivate the xmlprc api (standard: deactivated) Box must be checked

Popularity: 20% [?]

  • Wordpress: Invalid response from blogger.getUsersBlog
    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. / ......

  • 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 loves the Windows Live Writer
    Matt from Wordpress.com about the Windows Live Writer: It’s a little known fact, but deep within the labyrinths of Microsoft there is a team of rogue ninjas making a fantastic Windows blogging client. If you compare the ......

6 Comments »

Leave a comment!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.