error message xml_rpc-32700
-
Hi there everyone! I installed the Jetpack plugin but it doesn’t want to connect. It tells me this error “xml_rpc-32700”
I searched the forums and found lot of tips. Well non of them didn’t work.
I use last version of Jetpack, wordpress theme Illdy. My website pionirska.com, C-panel, linux server.Things I tried:
1. If I go to https://pionirska.com/xmlrpc.php it gives me answer
XML-RPC server accepts POST requests only.
witch should be good thing. So this is not the issue.
2. I tried to check in “wp-config.php” and change
define('WP_DEBUG', true);
todefine('WP_DEBUG', false);
but it’s not helping
3. I tried to disable all the other plugins, it didn’t help.
4. Tried to go to load.php and comment that 2-3 lines, didn’t work
4. Wrote to support team, no answersStaff I saw people are talking about but I don’t get it:
1. Some of people are mentioning “lighttpd” and “varnish” but I don’t understand what should I do with it.
2. If I go to https://jetpack.com/support/debug/ it tells me this:It looks like XML-RPC is not responding correctly. Please make sure XML-RPC is turned on for your site and is set up to respond to all content types. You can test this yourself by running the following command from the command line: curl -A 'Jetpack by WordPress.com' -d '<methodCall><methodName>demo.sayHello</methodName></methodCall>' https://pionirska.com/xmlrpc.php The answer should be: <?xml version="1.0" encoding="UTF-8"?> <methodResponse> <params> <param> <value> <string>Hello!</string> </value> </param> </params> </methodResponse>
I don’t know where to put this commands they are mentioning. Where do I find terminal?
4. I found this link as well. Don’t know where to write this commands https://usefulmix.com/wordpress-nginx-varnish-jetpack-xml_rpc-32700-glitch-fix/Can anyone help me?
- The topic ‘error message xml_rpc-32700’ is closed to new replies.