Problem with Livewriter
Posted: Wed Apr 16, 2008 1:15 pm
Hi all,
I like Serendipity and want to use it with Windows Live Writer. Unfortunately I always get this error message when I want to publish a new post:
Die vom Weblogserver erhaltene Antwort auf die Methode metaWeblog.newPost ist ungültig: Invalid response document returned from XmlRpc server

The posting is not added to my blog (I saw some postings here which say that it's published nevertheless, but in my case it is not).
It also says during configuration that WLW could not download the template (which is not a problem for me but it might be helpful for bug searching).
In configuration I selected myDomain/serendipity_xmlrpc.php (by the way, when I open this manually it says:
Screenshot here: 
I then selected "Movable Type API" as proposed here.

XML-RPC Plugin is active.

Any ideas? 
I like Serendipity and want to use it with Windows Live Writer. Unfortunately I always get this error message when I want to publish a new post:
Die vom Weblogserver erhaltene Antwort auf die Methode metaWeblog.newPost ist ungültig: Invalid response document returned from XmlRpc server

The posting is not added to my blog (I saw some postings here which say that it's published nevertheless, but in my case it is not).
It also says during configuration that WLW could not download the template (which is not a problem for me but it might be helpful for bug searching).
In configuration I selected myDomain/serendipity_xmlrpc.php (by the way, when I open this manually it says:
Code: Select all
methodResponse>
−
<fault>
−
<value>
−
<struct>
−
<member>
<name>faultCode</name>
−
<value>
<int>103</int>
</value>
</member>
−
<member>
<name>faultString</name>
−
<value>
<string>XML error: no element found at line 1</string>
</value>
</member>
</struct>
</value>
</fault>
</methodResponse>
I then selected "Movable Type API" as proposed here.

XML-RPC Plugin is active.

Code: Select all
<?php # $Id: serendipity_xmlrpc.php 1055 2006-04-06 09:14:11Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
if (!defined('S9Y_FRAMEWORK')) {
require 'serendipity_config.inc.php';
}
$data = array();
serendipity_plugin_api::hook_event('frontend_xmlrpc', $data);
if (count($data) == 0) {
die(XMLRPC_NO_LONGER_BUNDLED);
}