Just recently I was contacted by a client of mine who's using our Managed WordPress Hosting Services, she told me that a Jetpack glitch disconnected her WordPress.com account.
She also reported that she received the following warning:
Your Jetpack has a glitch. Something went wrong that’s never supposed to happen.
Guess you’re just lucky: xml_rpc-32601
By the way Deborah Beckett is an Automattic Happiness Engineer. 4This is another .htaccess approach. If you have a heavily edited .htaccess its suggested to create a backup and then create a new using WP default .htaccess rules. Then try to connect to your Jetpack account and if you succeed you can restore back your original .htaccess. 5You can also try to debug your original .htaccess and see which rules conflict with xmlrpc.php which is used by Jetpack. First of all you need to make sure that the following urls are working on your site:
a. http://yoursite.com/xmlrpc.php
This is what you should be getting: XML-RPC server accepts POST requests only.
b. http://yoursite.com/xmlrpc.php?rsd
When you visit this url you should be getting an xml tree as follows:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
This XML file does not appear to have any style information associated with it. The document tree is shown below. <rsd xmlns="http://archipelago.phrasewise.com/rsd" version="1.0"> <service> <engineName>WordPress</engineName> <engineLink>http://wordpress.org/</engineLink> <homePageLink>http://yoursite.com</homePageLink> <apis> <api name="WordPress" blogID="1" preferred="true" apiLink="http://yoursite.com/xmlrpc.php"/> <api name="Movable Type" blogID="1" preferred="false" apiLink="http://yoursite.com/xmlrpc.php"/> <api name="MetaWeblog" blogID="1" preferred="false" apiLink="http://yoursite.com/xmlrpc.php"/> <api name="Blogger" blogID="1" preferred="false" apiLink="http://yoursite.com/xmlrpc.php"/> </apis> </service> </rsd>
If you get different results then open your .htaccess and remove some of the rules found in there, save it and reload xmlrpc.php urls.
Repeat until you find the conflicting .htaccess rules.
WordPress is a widely popular Content Management System (CMS) that powers over 40% of all…
WordPress is a popular platform that empowers more than 60 million websites worldwide. Millions of…
In this article, we will cover ten crucial WordPress site maintenance tasks that every website…
In this blog article, we will explore the various WordPress security solutions you can implement…
Plugins are an integral part of WordPress, as they offer countless benefits and features that…
In this article, we will explore various strategies that can help you enhance your WordPress…
View Comments
Thanks for this tutorial
Thank you!