• Resolved brandywreath

    (@brandywreath)


    1. Cannot sign in on jetpack page. Goes in a circle to “login” for support.
    2. XML-RPC issue. Was blocked by host. Fixed. THen had to update Htaccess file. Worked on 1 refresh now back to error
    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>’ http://lazywmarie.com/xmlrpc.php
    The answer should be:

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <methodResponse>
    <params>
    <param>
    <value>
    <string>Hello!</string>
    </value>
    </param>
    </params>
    </methodResponse>
    If you continue to get this error, please check out our troubleshooting guide or contact support.

    Categories
    Getting Started
    Social

    This is what I changed htaccess to as shown on a post I could find.
    xmlrpc.php>
    order allow,deny
    deny from all Allow from 192.0.64.1/192.0.127.254 satisy all errordocument 403 http://127.0.0.1/
    </files>#

    Please help!!! Site is requiring multiple refreshes to go. ABout to remove Jetpack even though just paid for a personal service.

    • This topic was modified 6 years, 9 months ago by brandywreath.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter brandywreath

    (@brandywreath)

    Had to change htaccess back. Now jetpack shows error again but can publish. This is so very frustrating!!! Years of flawless performance to bleh

    Plugin Contributor James Huff

    (@macmanx)

    At least according to tests from our end, Jetpack is working properly at https://lazywmarie.com/ now.

    Are you still having trouble with this?

    Thread Starter brandywreath

    (@brandywreath)

    It is better. We still have to disable jetpack to post and loading issues are still really slow. Fingers crossed we are getting it worked out slowly.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘So many Jetpack Issues xml-rpc and signon’ is closed to new replies.