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

  • http://blogthatoutside.com/2007/07/02/is-akismet-killing-my-legitimate-trackbacks-follow-up/ Is Akismet Killing My Legitimate Trackbacks? – Follow-Up | Blog That Outside

    [...] the problem for what seemed like an eternity, I ran across this post which shed some light on how to resolve the issue with incoming pings not showing up. The problem was caused by Peter’s Custom Anti-Spam [...]

  • http://ma.tija.cc ma.tija

    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 :)

  • http://www.infinityscript.com/not-receiving-trackbackpingback-on-your-wordpress/ Not receiving Trackback/Pingback on your wordpress?

    [...] the pingback, or is it the other blog not receiving the pingback. Finally, I came across this post and found out that my Captcha Form plugin was trapping the pingbacks all [...]

blog comments powered by Disqus