• Resolved aledelord

    (@aledelord)


    I’m trying to connect the website: https://descubreasheville.com with jetpack, but i have been unable to update plugins via the universal website/jetpack.com. Giving error: “Error fetching plugins on: ….”

    I have disconnected the site, reconnected, uninstalled plugin and reinstalled, nothing is fixing this.

    PHP 7.0.20

    Also, tried going into Settings > Jetpack > Perform Full sync: The Jetpack site is inaccessible or returned an error: transport error – HTTP status code was not 200 (404) [-32300]

    Let me know asap, to get this deeply resolved.

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

Viewing 1 replies (of 1 total)
  • Plugin Support fresatomica

    (@fresatomica)

    Hi there!

    It looks like XML-RPC on your site 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://descubreasheville.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>
Viewing 1 replies (of 1 total)
  • The topic ‘JETPACK NOT FETCHING DATA WHEN CONNECTING’ is closed to new replies.