• I’ve tried 1.2mingus and the 07/07 nightly build and it seems that I can receive trackbacks, but I can’t send them. I put the TB url in (tested the receiving site using SimpleTracks) and check to “ping” all the sites, and I get nothing.
    I can use Simpletracks to send trackbacks, I suppose, but it seems strange. I’m using the stock index.php– the only modifications right now are in the layout.css file…

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same problem, i installed a brandnew blog, can receive but not send a trackback

    A mistake is in a€?/wp-includes/functions.phpa€?
    You have to change this line:
    $http_request = a€?POST a€? . $trackback_url[a€?patha€?] . $trackback_url[a€?querya€?] . a€? HTTP/1.0rn”;
    with this line:
    $http_request = a€?POST a€? . $trackback_url[a€?patha€?] . a€??a€? . $trackback_url[a€?querya€?] . a€? HTTP/1.0rn”;

    I’ve tried making this change, and when I tried to send a Trackback I got the message: “Warning: Cannot modify header information – headers already sent by (output started at /[my www folder]/wp-includes/functions.php:1364) in /[my www folder]/wp-admin/post.php on line 146”. And I’m still not sending pings, apparently.

    Thread Starter Anonymous

    The ‘Cannot modify header information’ problem you get is because there are whitespaces either before or after your <?php ?> tag – delete those and you won’t get the error any more.

    Resolved for me…

    Solution was to turn off the “Attempt to notify any Weblogs linked to from the article” option under the Options-discussion section…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sending Trackbacks’ is closed to new replies.