I would like to be able to use ScribeFire in conjunction with Serendipity. I found directions here http://www.s9y.org/209.html and followed to the letter. However, the connection never gets through (from scribeFire). If I copy past the xmlrpc.php url directly in a Browser window I get back:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<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><br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/ldm/public_html/serendipity/plugins/serendipity_event_xmlrpc/PEAR/XML/RPC/Server.php:401) in <b>/home/ldm/public_html/serendipity/plugins/serendipity_event_xmlrpc/serendipity_event_xmlrpc.php</b> on line <b>97</b><br />
I tried selecting "WordPress" and "Movable Type" from the ScribeFire "wizard" without much success. The dialog box that pops up has the following message:
"The server returned a malformed response. Please check that your blog and API URLs are correct."
I did check the blog and URL (Serendipity is under my control on a server where I have root access). Everything is correct. Serendipity is otherwise working.
Any pointer on how to resolve the issue would be most appreciated (users are requesting scribeFire...).
Thanks for your assistance!