letrunghieu / wordpress-xmlrpc-client

A PHP XML-RPC client for Wordpress websites
MIT License
117 stars 42 forks source link

$wpClient->newTerm(); add new term in taxonomy use file WordpressClient.php show error #30

Closed thanhlvkc closed 8 years ago

thanhlvkc commented 8 years ago

Fatal error: Call to undefined function HieuLe\WordpressXmlrpcClient\xmlrpc_encode_request() in E:\VERTRIGO_SERVER\www\convert_rpc\WordpressClient.php on line 901

letrunghieu commented 8 years ago

Hi,

Thanks for using this package. You have to enable xmlrpc extension in your php.ini file first.

thanhlvkc commented 8 years ago

thank you !

On Thu, May 19, 2016 at 3:31 PM, Hieu Le notifications@github.com wrote:

Hi,

Thanks for using this package. You have to enable xmlrpc extension in your php.ini file first.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/letrunghieu/wordpress-xmlrpc-client/issues/30#issuecomment-220260714