Title: Trackback pinging broken?
Last modified: August 18, 2016

---

# Trackback pinging broken?

 *  scenic
 * [21 years, 6 months ago](https://wordpress.org/support/topic/trackback-pinging-broken/)
 * Hi folks,
    I was wondering if TrackBack pings were broken for URLs that POST 
   to a URL with a query string? I looked at the code and saw this: $http_request
   = ‘POST ‘ . $trackback_url[‘path’] . $trackback_url[‘query’] . ” HTTP/1.0\r\n”;
   I think it should be this: $http_request = ‘POST ‘ . $trackback_url[‘path’] .“?”.
   $trackback_url[‘query’] . ” HTTP/1.0\r\n”; note the addition of “?” . I was wondering
   if this was an intentional omission or if this was a bug? I haven’t checked CVS
   yet to see if it’s been fixed. Thanks, Sujal

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [ccheaton](https://wordpress.org/support/users/ccheaton/)
 * (@ccheaton)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/trackback-pinging-broken/#post-115649)
 * Trackbacks have never worked on my WP blog.
 *  [nachoman](https://wordpress.org/support/users/nachoman/)
 * (@nachoman)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/trackback-pinging-broken/#post-115711)
 * They work for me for TB urls that use extra path info like WordPress… instead
   of a combination of Query String and POST data like something I’m testing. Other
   apps work fine with this, btw.
 *  [ccheaton](https://wordpress.org/support/users/ccheaton/)
 * (@ccheaton)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/trackback-pinging-broken/#post-115793)
 * WP 1.2. I’ve never really cared, but they’ve never worked. *shrug*
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/trackback-pinging-broken/#post-115808)
 * Try updating to v1.2.1.
 *  [debwire](https://wordpress.org/support/users/debwire/)
 * (@debwire)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/trackback-pinging-broken/#post-115888)
 * They don’t work in 1.2.1 either.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/trackback-pinging-broken/#post-115889)
 * Do you have an xmlrpc.php file in your blog directory?
 *  [Beel](https://wordpress.org/support/users/beel/)
 * (@beel)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/trackback-pinging-broken/#post-115890)
 * “they don’t work” continues to be disingenuous at best. They do work just fine
   on many sites – sorry they don’t work on your site. Instead of posting misleading
   statements (which won’t bring you closer to solving your problem) you could join
   in the search for an answer.
    Sujal, I hope you get an answer to your question.
   If you do elsewhere, please post back here. I haven’t heard of such a problem
   but I will keep an eye for an answer.
 *  [ajparker](https://wordpress.org/support/users/ajparker/)
 * (@ajparker)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/trackback-pinging-broken/#post-116044)
 * It may be a php memory_limit issue – that was the case for me. Trackbacks “suddenly”
   stopped working at one point, I tried every suggestion I could find and then 
   upped the /etc/php.ini memory_limit to 32M (.htaccess can be used as well php_value
   memory_limit=16M )….
    [http://www.averyjparker.com/2006/04/08/wordpress-trackback-problem-finally-solved/](http://www.averyjparker.com/2006/04/08/wordpress-trackback-problem-finally-solved/)

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Trackback pinging broken?’ is closed to new replies.

 * In: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
 * 8 replies
 * 7 participants
 * Last reply from: [ajparker](https://wordpress.org/support/users/ajparker/)
 * Last activity: [20 years, 2 months ago](https://wordpress.org/support/topic/trackback-pinging-broken/#post-116044)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
