Page 1 of 1

Serendipity + Firefox ScribeFire

Posted: Mon Sep 29, 2008 1:38 pm
by ldm
Good morning,

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 />
Which, I'm *guessing* might be related to the failures I get.

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!

Re: Serendipity + Firefox ScribeFire

Posted: Mon Sep 29, 2008 1:57 pm
by garvinhicking
Hi!

Could it be you've installed the xmlrpc plugin twice?

Actually the PEAR class should output only after the plugin performed his actions, so I wouldn't know how else the output is stacked like this.

Regards,
Garvin

Re: Serendipity + Firefox ScribeFire

Posted: Mon Sep 29, 2008 4:11 pm
by ldm
garvinhicking wrote:Hi!

Could it be you've installed the xmlrpc plugin twice?

Actually the PEAR class should output only after the plugin performed his actions, so I wouldn't know how else the output is stacked like this.

Regards,
Garvin
I'll double check. Deinstall and reinstall if necessary. (I'm doing this in a test environment first, so I can mess around as much as necessary).

--
Laurent

Posted: Thu Oct 02, 2008 7:19 pm
by Mekk
I haven't tried scribefire, but I succesfully tested serendipity with blogjet, post2blog and w.blogger, in all cases it worked without problems.

Re: Serendipity + Firefox ScribeFire

Posted: Thu Oct 02, 2008 7:56 pm
by ldm
ldm wrote:
garvinhicking wrote:Hi!

Could it be you've installed the xmlrpc plugin twice?

Actually the PEAR class should output only after the plugin performed his actions, so I wouldn't know how else the output is stacked like this.

Regards,
Garvin
I'll double check. Deinstall and reinstall if necessary. (I'm doing this in a test environment first, so I can mess around as much as necessary).

--
Laurent
You are correct. Somehow, I ended up installing it twice. It works now!

Thanks!