So many Jetpack Issues xml-rpc and signon
-
1. Cannot sign in on jetpack page. Goes in a circle to “login” for support.
2. XML-RPC issue. Was blocked by host. Fixed. THen had to update Htaccess file. Worked on 1 refresh now back to error
XML-RPC is not responding correctly ( 500 )
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>’ http://lazywmarie.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>
If you continue to get this error, please check out our troubleshooting guide or contact support.Categories
Getting Started
SocialThis is what I changed htaccess to as shown on a post I could find.
xmlrpc.php>
order allow,deny
deny from all Allow from 192.0.64.1/192.0.127.254 satisy all errordocument 403 http://127.0.0.1/
</files>#Please help!!! Site is requiring multiple refreshes to go. ABout to remove Jetpack even though just paid for a personal service.
The page I need help with: [log in to see the link]
The topic ‘So many Jetpack Issues xml-rpc and signon’ is closed to new replies.