Call to undefined function xmlrpc_encode_request()
Posted by: dream-
Posted on: 2008-12-29 12:10:00
I am writing PHP script to post to my Wordpress blog through my UI. I am using XMLRPC.
I get:
Call to undefined function xmlrpc_encode_request()
I am using Wordpress 2.7 and my xmlrpc.php file has the $HTTP_RAW_POST_DATA = file_get_contents("php://input"); fix.
Additionally, I can post to the wordpress blog via Windows Live Writer without problem.
Any ideas on what could be the problem?
Edited by dream- on 12/29/08 01:01 PM (server time).