Anonymous
Unregistered
Posted 7 years ago #
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...
kwinkler
Member
Posted 7 years ago #
I have the same problem, i installed a brandnew blog, can receive but not send a trackback
kwinkler
Member
Posted 7 years ago #
A mistake is in “/wp-includes/functions.php�
You have to change this line:
$http_request = ‘POST ‘ . $trackback_url[’path’] . $trackback_url[’query’] . � HTTP/1.0rn";
with this line:
$http_request = ‘POST ‘ . $trackback_url[’path’] . “?� . $trackback_url[’query’] . � HTTP/1.0rn";
herebtyger
Member
Posted 7 years ago #
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.
Anonymous
Unregistered
Posted 7 years ago #
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.
friedbeef
Member
Posted 5 years ago #
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...