Serendipity + Firefox ScribeFire

Found a bug? Tell us!!
Post Reply
ldm
Posts: 3
Joined: Sun Sep 28, 2008 11:06 pm

Serendipity + Firefox ScribeFire

Post 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!
Laurent
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Serendipity + Firefox ScribeFire

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
ldm
Posts: 3
Joined: Sun Sep 28, 2008 11:06 pm

Re: Serendipity + Firefox ScribeFire

Post 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
Laurent
Mekk
Regular
Posts: 54
Joined: Tue Jul 22, 2008 7:53 pm
Contact:

Post 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.
ldm
Posts: 3
Joined: Sun Sep 28, 2008 11:06 pm

Re: Serendipity + Firefox ScribeFire

Post 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!
Laurent
Post Reply