Fixing Jetpack Connection Error XML_RPC-32700
Well, if you’re reading this post then I suppose you’re are a new blogger and have just started using Wordpress. As and when you were installing a plugin named - Jetpack, it ended up showing you a connection error – XML_RPC - 32700.What is Jetpack?
Jetpack is a single plugin that gives you the most powerful WordPress.com features, hooking your self-hosted WordPress site to WordPress.com's infrastructure to take advantage of robust stats, easy social sharing, and a whole lot more.
Steps to Fix Jetpack Connection Error XML_RPC-32700
Not taking much of your time, I’ll show you how you can get rid of the jetpack connection error xml_rpc-32700 and finally start using this awesome plugin.Follow the steps to fix XML_RPC-32700 :
- Login to your website’s cPanel.
- In Files section, click on ‘File manager’ and then open ‘wp-includes’ folder.
- Search for a file named ‘load.php’ in wp-includes folder.
- Right click on it and select ‘Edit’ option.
- Then press ‘Ctrl+f’ to open Search box.
- In the Search box, enter this – XMLRPC_REQUEST and hit Enter.
You should see something like this –
if ( defined( ‘XMLRPC_REQUEST’ ) ) ini_set( ‘display_errors’, 0 );
- Now this piece of code should be placed in Comments, replace the above code with this –
/** if ( defined( ‘XMLRPC_REQUEST’ ) ) ini_set( ‘display_errors’, 0 ); */
- Save changes.
- Go to Dashboard (wordpress). And click on ‘Connect to Wordpress.com’.
If you face or have any query in fixing this error, share it in comments below. I’ll help you solve it asap.
Thanks for reading.
ConversionConversion EmoticonEmoticon