Blog clients and WordPress
-
I am trying to use MS Live Writer to post articles to my blog.
When I add my self-hosted WP site to accounts, I receive “Invalid response document returned from XmlRpc server” error as in image below (80K):
error image
And I cannot figure out what is the reason.What I have already done:
- removed trailing spaces and blank lines wherever I could find them;
- added
<Files xmlrpc.php> SecFilterInheritance Off </Files>
to my .htaccess, that lead to 500 internal server error;
- added
‘
$HTTP_RAW_POST_DATA = file_get_contents(“php://input”);
‘
to my xmlrpc.php file; - checked if wp-includes/class-IXR.php is named correctly (it was);
I have also looked into logs, but I do not really understand anything, so I will just paste parts I consider relevant here:
- xmlrpc.log,
- Writer’s own log,
- Fiddler’s log (also see the error image: “Content-Length mismatch”):
Oh, php version on my server is 5.2.0-8+etch11 and Live Writer works fine with testing account I set up on wordpress.com.
Could someone help me, please? I would like to avoid blindly turning everything off or, even worse, reinstalling WP.
- The topic ‘Blog clients and WordPress’ is closed to new replies.