Wordpress, nginx, php-fpm: XML-RPC not working

Solution 1:

It seems like the extensions php-xml and php-xmlrpc are not installed.

Install them with:

apt-get install php-xml php-xmlrpc

or (CentOS, RHEL etc..)

yum install php-xml php-xmlrpc

SuSE

zypper install php-xml php-xmlrpc