Hi
I get this error when I try to connect to WordPress.com
Your Jetpack has a glitch. Something went wrong that’s never supposed to happen. Guess you’re just lucky: xml_rpc-32700
Try connecting again. Error Details: The Jetpack server could not communicate with your site's XML-RPC URL. Please check to make sure http://example.com/xmlrpc.php is working properly. It should show 'XML‑RPC server accepts POST requests only.' on a line by itself when viewed in a browser and should not have any blank links or extra output anywhere.
Please advise, thanks
http://wordpress.org/extend/plugins/jetpack/
Barry Carlyon
Member
Posted 10 months ago #
Did http://example.com/xmlrpc.php echo 'XML‑RPC server accepts POST requests only.' as expected?
disable all plugins and get to standard theme then try again.
(sounds boring but it helps)
Raul Illana
Member
Posted 10 months ago #
Hi.
Check for define('WP_DEBUG', true); in wp-config.php. Change the value to false.
Best! :)
thanks Raul
that's probably it
Also check that the permissions on the Jetpack files are set to allow the web server to read/execute them.
saxisme
Member
Posted 9 months ago #
Hi everybody,
For me this worked:
change the theme to Twentyten, connect to Jetpack, activate your theme.
FYI, I tried before - without success:
- disabling all plugins
- install/uninstall latest version
- change admin pass
- the xmplrpc file is working properly (rss feeds working, and correct message)
for me resetting DEBUG to false fixed it
usefulmix
Member
Posted 6 months ago #
For those using self hosted wordpress on nginx and varnish backend, here's a solution to the xml rpc 32700 Jetpack glitch: http://usefulmix.com/wordpress-nginx-varnish-jetpack-xml_rpc-32700-glitch-fix/
SethStevenson
Member
Posted 2 months ago #
I already had debug set to false but setting it to true and then back to false worked for me.