PHP Fatal error: Call to undefined function xmlrpc_encode_request()
If you get the error PHP Fatal error: Call to undefined function xmlrpc_encode_request() then to resolve this issue, you need to install the PHP-XMLRPC package. To install this package, just run the following command
$ sudo apt-get install php5-xmlrpc
After that you can search for the package to install it using the following method
$ apt-cache search xmlrpc|grep php
php5-xmlrpc - XML-RPC module for php5
And install the package(s) obtained in the output.
Thats it and your issue will be resolved...