serendipity_event_xmlrpc faultCode 105 faultString XML error

Found a bug? Tell us!!
Post Reply
turbo23
Regular
Posts: 11
Joined: Wed Aug 30, 2006 11:13 pm

serendipity_event_xmlrpc faultCode 105 faultString XML error

Post by turbo23 »

Hello

I use s9y 1.1beta4 (cvs version from 2006.08.28) and the latest cvs version from the serendipity_event_xmlrpc plugin.

When I open:
http://www.bsdunix.ch/serendipity/seren ... xmlrpc.php
I receive an error:
faultCode 105 faultString XML error: Invalid document end at line 1

Does anybody know how I can fix this. I have no clue. My system ist FreeBSD, php 5.1.6 and pear is also installed in /usr/local/share/pear and the path in php.ini is set to this path too.

Cheers,
Thomas
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: serendipity_event_xmlrpc faultCode 105 faultString XML e

Post by garvinhicking »

Hi!

The serendipity_xmlrpc.php file is not meant to be opened in your browser. :)

XML-RPC is meant for remote posting with clients like MarsEdit, Ecto etc.

Best 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/
turbo23
Regular
Posts: 11
Joined: Wed Aug 30, 2006 11:13 pm

Re: serendipity_event_xmlrpc faultCode 105 faultString XML e

Post by turbo23 »

garvinhicking wrote:Hi!

The serendipity_xmlrpc.php file is not meant to be opened in your browser. :)

XML-RPC is meant for remote posting with clients like MarsEdit, Ecto etc.

Best regards,
Garvin
Thanks, you're right. Damn this was a stupid questions. Sorry.

Cheers,
Thomas
Post Reply