XMLRPC problems

A

Anonymous

Guest
Hi,

I have problems with XMLRPC. I want to install it, but my PHP and Apache don't agree with me...

I did exactly as I should, I remove the ; from extension=php_xmlrpc.dll in my php.ini, and restated my apache. Nope, dont work...
I reinstalled apache and PHP but it still doesn't work. I edited the extension_dir path and even that doesn't work. PHP comes at first with the error that php_xmlrpc.dll can't be found... afterward that problem is solved, it still doesn't work, but my script returns:
Code:
Warning: main(xmlrpc.inc): failed to open stream: No such file or directory in D:\Webserver\Webfiles\client.php on line 9

Warning: main(): Failed opening 'xmlrpc.inc' for inclusion (include_path='.;C:\PHP\pear') in D:\Webserver\Webfiles\client.php on line 9

Fatal error: Cannot instantiate non-existent class: xmlrpc_client in D:\Webserver\Webfiles\client.php on line 12

What should I do?

Running:
Windows XP
Apache 2.0.55
PHP 4.4.2

Please help!

Best regards,
Paul Peelen
 
Back
Top