I've recently upgraded a website from 2.1.3 to 2.3 and Windows Live Writer will no longer work. The error message I get when I try to publish is:
The response to the metaWeblog.editPost method received from the weblog server was invalid:
Invalid response document returned from XmlRpc server
I have tried the following fixes:
- editing the .htaccess file to include:
<Files xmlrpc.php>
SecFilterInheritance Off
</Files>
- editing the xmlrpc.php file to include:
$HTTP_RAW_POST_DATA = file_get_contents(”php://input”);
- removing any trailing spaces from every file
- disabling all plugins
- reverting to the default theme
I can't seem to find any other fixes.
Help! Please!