• Resolved Jagabandhu

    (@infagalaxo)


    Yesterday unknowingly I deactivated my JetPack plugin and just immediately after that I try to activate it. It got activated and ask me to connect my Jetpack to my WordPress.com as usual. Here the problem comes when I try to activate it it gives an error like:

    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 https://www.infagalaxo.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.

    https://www.ads-software.com/plugins/jetpack/

Viewing 12 replies - 16 through 27 (of 27 total)
  • @daniel1009 – please start your own thread – this one is marked resolved so won’t be a good place to get help.

    https://www.ads-software.com/support/plugin/jetpack#postform

    Thanks – I also posted in the open xml-rpc post, which is basically the same issue.

    Posting in other people’s threads isn’t how these forums work. Please start your own.

    https://codex.www.ads-software.com/Forum_Welcome#Where_To_Post

    Hello all,
    I faced the same issue & i solved it by
    First deactivate all the plugins and check the jetpack, for max people this is solved by deactivating the other plugins
    If this won’t work for you

    Go-to wp-config.php file change and change WP_DEBUG to false and reload, it may work

    define(‘WP_DEBUG’, false);

    Finally check xmlrpc.php which is located on root directory, any white spaces in the code.

    Browse wp-includes/load.php path. Now we have to edit load.php file. Type xmlrpc in the search box. You will be directly taken to the line will we have to edit. You will see the following code.

    if ( defined( ‘XMLRPC_REQUEST’ ) )
    ini_set( ‘display_errors’, 0 );
    this code should be kept in the comments. After adding the comments the code should look like the below..
    /**
    if ( defined( ‘XMLRPC_REQUEST’ ) )
    ini_set( ‘display_errors’, 0 );
    */

    I have this problem with my jetpack

    u sitio necesita ser público para utilizar Jetpack: site_inaccessible Detalles del error: The Jetpack server was unable to communicate with your site https://www.psicologiavenezuela.net [IXR -32300: transport error: http_request_failed Couldn’t resolve host ‘www.psicologiavenezuela.net’]

    Please help me

    Plugin Contributor Richard Archambault

    (@richardmtl)

    @clavel:

    Could you please start your own thread, as per the Forum Welcome?

    https://www.ads-software.com/support/plugin/jetpack#postform

    Thank you!

    Thread Starter Jagabandhu

    (@infagalaxo)

    Thread closed.

    Plugin Contributor Richard Archambault

    (@richardmtl)

    virendrapalsingh: that’s an interesting solution, but it can slow down Jetpack’s response times. Usually it’s best to solve the underlying problem of why there is extra whitespace in the xmlrpc.php response, rather than applying this kind of fix to strip the extra whitespace after the fact. But thanks for posting it!

    Plugin Contributor Richard Archambault

    (@richardmtl)

    Well, the cause of blank lines in the xmlrpc.php response is usually because a file in the site (either the wp-config.php file, a plugin file, or a theme file) has extra whitespace after the closing ?>. Example article that touches on this:

    https://hardcorewp.com/2013/always-omit-closing-php-tags-in-wordpress-plugins/

    Hello Richard,

    I have problem with my Jetpack:

    The Jetpack server could not communicate with your site’s XML-RPC URL. Please check to make sure https://w-guitars.ru/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.

    I checked the wp-config.php, there is no error on the page xmlrpc.php written correctly. I do not know what to do, help me please.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    @syllent Although your XML-RPC file can be accessed in the browser, it seems to be blocked when trying to access it via cURL:

    curl -is -H 'Content-Type: text/xml' --data '<?xml version="1.0"?><methodCall><methodName>demo.sayHello</methodName><params></params></methodCall>' 'https://w-guitars.ru/xmlrpc.php' && echo
    HTTP/1.1 302 Found
    Server: nginx/1.4.4
    Date: Mon, 05 May 2014 07:17:44 GMT
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 372
    Connection: keep-alive
    Keep-Alive: timeout=10
    Location: https://sweb.ru/insecure
    
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>302 Found</title>
    </head><body>
    <h1>Found</h1>
    <p>The document has moved <a href="https://sweb.ru/insecure">here</a>.</p>
    <hr>
    <address>Apache/2.2.25 (Gentoo) mod_dp/0.99.6 Phusion_Passenger/2.2.15 PHP/5.3.27-pl0-gentoo mod_wsgi/3.3 Python/2.7.2 Server at w-guitars.ru Port 80</address>
    </body></html>

    Could you contact your hosting provider to let them know about the issue? They should be able to unblock access for you.

    If you continue to experience issues after that, can you please use Jetpack’s Debugger module to send us some more information about your site?

    1) Go to the Jetpack page in your dashboard.
    2) Click on the Debug link appearing at the bottom of the page.
    3) Click the link that says “click here to contact Jetpack support.”
    4) Fill in the description box and your name and email address.
    5) Click the “Contact Support” button.

    Thanks!

Viewing 12 replies - 16 through 27 (of 27 total)
  • The topic ‘Jetpack showing error xml_rpc-32700’ is closed to new replies.