• Hello,
    first of all, thanks to jetpack team. I think its a powerful plugin.

    Now my history:

    Before I install jetpack, I was having a blank page posting comments in my blog http://www.hornodeluna.es, Then I installed jetpack and make many test. With Jetpack installed, jetpack comments and google adsense plugin turned off I can put comments in my blog, but if I turn on jetpack comments or google adsense plugin, I have the 501 error:
    Method Not Implemented

    POST to /wp-comments-post.php not supported.

    In other thread i read many about .htaccess problem, but i don’t know exactly. I set .htaccess to the basic but the problem still continues.

    Of course if I disable all the plugins there’s no problem.

    Someone can help me?

    Thanks a lot and sorry for my English,
    Sergio.

    http://wordpress.org/plugins/jetpack/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Could you try to deactivate any other comment, captcha, or anti-spam plugins currently installed on your site?

    If you do not use such plugins, could you give me a list of all active plugins on your site at the moment?

    Thanks!

    Thread Starter shernade

    (@shernade)

    A just try disabling:
    Akismet, Antispam Bee, Límitador de intentos de login (limit login attempts)
    And enabling jetpack comments but the problem still continues.

    Here’s mi plugin list
    And this is my htaccess file.

    Before this problem, i also have the wonderful plugin w3 total cache, but i also disable (and remove) this problem but maintain the .htaccess config.

    Thanks a lot,
    Sergio.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Could you try to disable Antispam Bee? This plugin is not compatible with Jetpack Comments.

    Thread Starter shernade

    (@shernade)

    I just disable (and remove) Antispam Bee, and set .htaccess to the minimum:
    # 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>
    # END WordPress

    And the problem continues.

    I set the jetpack comments active, so you can see it.

    Thanks,
    Sergio

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Could you try to switch to a one of the default themes for a few minutes, and see if it helps?

    Thread Starter shernade

    (@shernade)

    same problem with pinboard theme active just now.
    tell me when you see it and I return to previous.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Thanks.

    This could be related to your server configuration settings.

    Could you contact your hosting provider and let them know about the issue? You can point them to this post for more information:
    http://weblogtoolscollection.com/archives/2008/02/12/modsecurity-wordpress-admin-and-method-not-implemented/

    Let me know if it helps.

    Thread Starter shernade

    (@shernade)

    thanks, i’ll first read that link and try the solutions. After that i’ll contact my hosting provider.
    i’ll let you know, thanks a lot.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Posting comments problem – Method Not Implemented’ is closed to new replies.