Hi - I'm getting this error from both my local WAMP (PHP 5.2.5) setup and from a similar server: Call to undefined function xmlrpc_encode_request() Code (markup): I have verified that extension is referenced from php.ini file: extension=php_xmlrpc.dll Code (markup): I figure there must be some sort of PHP configuration problem - I hope someone can help - Many Thanks
Hi - Yes indeed - I've confirmed that the dll is in the correct extension folder as referenced from the php.ini file -
Problem solved on my local WAMP install. Mybad - two php.ini files - one in the PHP BIN folder and the other in Apache. Had to make certain the extension was being loaded from the Apache file - and path was correct. Now OK.