Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • @jeremy

    my .htaccess has very basic entries:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    @jeremy Just now I’ve upgraded to jetpack 3.2.1 and it has been installed successfully in the work environment (in mac). But when I go to connect Jetpack with wordpress I still get the same xmlrpc 32601 error.

    @jeremy,

    My Jetpack’s Debugger test results:
    TEST RESULTS:

    HTTP: PASS
    HTTPS: PASS
    IDENTITY_CRISIS: PASS
    SELF: FAIL

    SELF
    Array
    (
        [headers] => Array
            (
                [server] => nginx
                [date] => Mon, 17 Nov 2014 18:07:31 GMT
                [content-type] => text/plain;charset=utf-8
                [connection] => close
                [x-pingback] => https://jetpack.wordpress.com/xmlrpc.php
                [expires] => Wed, 11 Jan 1984 05:00:00 GMT
                [cache-control] => no-cache, must-revalidate, max-age=60
                [pragma] => no-cache
                [x-hacker] => Jetpack Test
            )

        [body] => {“error”:”Jetpack not connected”,”error_description”:”We were unable to find a Jetpack instance on your site. Please connect Jetpack to your WordPress.com account from within your WordPress admin.”}
        [response] => Array
            (
                [code] => 400
                [message] => Bad Request
            )

        [cookies] => Array
            (
            )

        [filename] =>
    )
    I've the Jetpack in my local (in MAC) plugins directory.

    Thanks.

    Hi Jeremy,

    I’ve sent an email to Contact Support.

    Thanks.

    We are developing a WordPress multisite to be hosted on our preview server, that is on Amazon EC2 cloud running Ubuntu with varnish cache. For the purpose of development this preview server has been setup as a VirtualHost for my mac environment (with MAMP). I’ve installed the jetpack thru the network admin. But I get the following error while connecting to WP:

    Your Jetpack has a glitch. Something went wrong that’s never supposed to happen. Guess you’re just lucky: xml_rpc-32601
    Try connecting again.

    Error Details: The Jetpack server could not communicate with your site’s XML-RPC URL. If you have the W3 Total Cache plugin installed, deactivate W3 Total Cache, try to connect to WordPress.com again, reactivate W3 Total Cache, then clear W3 Total Cache’s cache.

    I don’t have W3 Total cache, xmplrpc.php works perfectly. I’ve gone thru the glitch-fix document (http://usefulmix.com/wordpress-nginx-varnish-jetpack-xml_rpc-32700-glitch-fix/ ) but not quite sure if it this is the solution for my case.

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