Page 1 of 1

serendipity_event_xmlrpc faultCode 105 faultString XML error

Posted: Wed Aug 30, 2006 11:23 pm
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

Re: serendipity_event_xmlrpc faultCode 105 faultString XML e

Posted: Wed Aug 30, 2006 11:31 pm
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

Re: serendipity_event_xmlrpc faultCode 105 faultString XML e

Posted: Thu Aug 31, 2006 12:24 am
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