Detector icon indicating copy to clipboard operation
Detector copied to clipboard

Detector in Wordpress bugs out XMLRPC

Open michaelschofield opened this issue 11 years ago • 0 comments

I didn't have an issue incorporating Detector into my theme by literally dropping said directory into the theme directory then requiring it from functions. In terms of functionality it was a breeze.

What I discovered belatedly when having to connect to Wordpress to enable Jetpack was the following alert:

Error Details: The Jetpack server could not communicate with your site's XML-RPC URL. Please check to make sure http://www.example.com/ 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.

What happens when visiting /xmlrpc.php is just an endless loop. Commenting out Detector from functions.php let xmlrpc.php resolve correctly.

michaelschofield avatar Sep 03 '13 14:09 michaelschofield