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
serendipity_event_xmlrpc faultCode 105 faultString XML error
-
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
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
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/
# 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/
Re: serendipity_event_xmlrpc faultCode 105 faultString XML e
Thanks, you're right. Damn this was a stupid questions. Sorry.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
Cheers,
Thomas