XML-RPC with PHP and GoDaddy? Confusion sets in.

Posted by Chris Cooper on Stack Overflow See other posts from Stack Overflow or by Chris Cooper
Published on 2009-06-16T09:23:13Z Indexed on 2010/05/16 1:10 UTC
Read the original article Hit count: 650

Filed under:
|

Hey folks,

I am attempting to work with XML-RPC via PHP on a GoDaddy server.

This same server is hosting a Wordpress Blog that makes use of XML-RPC and is functioning, though that may be unrelated...

Whenever I attempt to use any functions that are integrated into PHP for use with XML-RPC, I get an error (function list here: http://us3.php.net/manual/en/ref.xmlrpc.php) e.g.:

Fatal error: Class 'xmlrpc_client' not found

Is this because XML-RPC's PHP functions are not enabled on my server? If so, how do I go about enabling those - it would seem I would have to install the XML-RPC library to do so and of course I cannot do that on a shared server. Doesn't Wordpress use the same batch of XML-RPC functions though (it works fine)?

I think I have managed to thoroughly confuse myself. I have zero experience with XML-RPC.

© Stack Overflow or respective owner

Related posts about xml-rpc

Related posts about php