Articles Comments

Marco Luthe Online! » WordPress Stuff » Issues With Incoming Pings Resolved!

Issues With Incoming Pings Resolved!

Recently, I had some problems with incoming pingbacks, meaning that they wouldn’t show up.

I have now solved the problem!

It was all about the “Anti Spam Image” plugin, a captcha for comments, which would interfere with the pingback procedure and throw all pingbacks away.

I have now replaced that plugin with the “Math Comment Spam Protection” plugin that works fine and has no problems with pingbacks.

Thank God! This was REALLY getting on my nerves! :-)

Filed under: WordPress Stuff

  • this one is not working in my blog, i solved by adding code below after $_COOKIE = array(); in xmlrpc.php :

    if ( !isset( $HTTP_RAW_POST_DATA ) ) {
    $HTTP_RAW_POST_DATA = file_get_contents( 'php://input' );
    }

    works just fine :)
blog comments powered by Disqus