raich
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Error code: -32601my .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>Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Error code: -32601@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.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Error code: -32601My Jetpack’s Debugger test results:
TEST RESULTS:HTTP: PASS
HTTPS: PASS
IDENTITY_CRISIS: PASS
SELF: FAILSELF
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.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Error code: -32601Hi Jeremy,
I’ve sent an email to Contact Support.
Thanks.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Error code: -32601We 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.