feed Posts (RSS | eMail)
feed Comments (RSS | eMail)
Loading...

Please consider signing the Google Gmail Automatic BCC Option Petition
and spread the word. Thanks!

I need more signatures - at least, help me reach the 100 for starters! :-)
[click box to close]

As described in this post, 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! :-)

The post ends here. Wanna leave a response? Have Your Say!
BTW: This post has comments.

Next post: WordPress Plugin “No Self Pings”
Previous post: Mozilla Releases Thunderbird 2

Trackback URI | Comments RSS | Permalink

del.icio.us del.icio.us eMail this post eMail Print Print
Did you like this post? NoYes
No votes yet, be the first!
Loading ... Loading ...

Pingbacks/Trackbacks

Comments

  1. This is
     Comment 
    #1
     ma.tija
    2007-07-31 @ 23:00:07 +0200 (CEST) | Reply | Quote | Permalink

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


Have Your Say!

back to top