Issues With Incoming Pings Resolved!
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
The above post was initially scribbled on May 13th, 2007 @ 18:04:47 +0200 (CEST) and has been last modified on May 21st, 2007. It is filed under the category WordPress Stuff and has not yet been tagged.
Trackback URI | Comments RSS | Permalink
- Pingback on 2007-07-02: Is Akismet Killing My Legitimate Trackbacks? - Follow-...
- Pingback on 2008-04-01: Not receiving Trackback/Pingback on your wordpress?




Comment
#1
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