XML-RPC – Connection Failed – Error 200
-
When I check Site Health I get a TechBreakOut is not connected.: 200 error.
When I debug for the error, I get the following message:
XML-RPC is not responding correctly ( 200 ) 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://techbreakout.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 do not understand what this means or what I need to do. I’ve found others with similar issues. I upgraded my PHP last year to 7.x for a mediawiki site so I need to keep the PHP upgraded.
What do I need to do to fix this error? I have access to my xmlrpc.php file. Do I need to make a change in there? If so where and how?
I can also reach out to my host…. what would I need to tell them?
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘XML-RPC – Connection Failed – Error 200’ is closed to new replies.