Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kirkearl

    (@kirkearl)

    Debugger turned up this:

    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>’ https://dinaberley.com/blog/xmlrpc.php
    The answer should be:

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <methodResponse>
    <params>
    <param>
    <value>
    <string>Hello!</string>
    </value>
    </param>
    </params>
    </methodResponse>

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Jetpack uses your site’s XML-RPC file to communicate with WordPress.com. Unfortunately I cannot access that file on your site at the moment:
    https://dinaberley.com/blog/xmlrpc.php

    If you use a security plugin to block access to the file, you’ll need to configure it to allow incoming and outgoing connections to /xmlrpc.php.

    If you do not use such plugin, you’ll want to contact your hosting provider and ask them if they currently block access to your site’s XML-RPC file.

    I hope this helps. Please get in touch again if you have any questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments broken, going to Page Not Found’ is closed to new replies.