Usually when I put a link in a post to a site that is using Movable Type, the trackback works just fine. On one website in particular, however, it always gives me an error:
Trackback failed: The autodiscovered trackback URI does not match our target URI.
I know this site has trackbacks enabled, because others use them. Is there something I am doing wrong?
Basically it means that you entered a HTML-Link in your entry that is different to the Link the author specified inside his RDF metadata on the page. Sometimes it matters if you use htt://www.example.com or http://Example.com...
If you tell me the full URL to the article you want to tracbkack, I can have a look.,
Regards,
GArvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
OK, I read it and tried it, still nothing. I've tried entering the URL differently, but nothing works. I am pretty sure it's not Serendipity, but this guy's blog that is the problem, because other sites that use MT I can create a trackback to with no problem. So, I'm thinking he must have something installed incorrectly on his blog.
Which is the link listed when you click on 'trackbacks' at the bottom of the rightwingnews.com's post. Click on 'trackbacks' and then it will show you the trackback url. Then you use that to link to the article in your blog. The url will discover if you do that.
Sadly that person is making use of the "#...." notation to indicate a tracback URI. But Serendipity strips the "#..." part of the URI because the usual case in your blog is this: You post a link to some entry and may want to reference it with "#...." to a special sub-anchor, but the real Trackback URL in 99% of the cases is a single article page and does not use the "#" of that page.
You will have to use the serendipity_event_trackbacks plugin and then enter the URL http://www.rightwingnews.com/archives/w ... PHP#003763 into the extended options area of your entries. Note that the additional trackbacks only get send if you have at least one URL in your entry.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
If you care, you could apply it to your 0.8 installation, then it should work. I've sent a trackback to that person's blog, so it seems to work. The technique behind it is to just try first the URL without the "#" if it is a trackback URI, and afterwards see if it maybe matches the "#" link.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Our sourcecode development is now using SVN instead of CVS. Both are version control software systems. "0.9" just means the next upcoming Serendipity release. Don't hold your breath for it, that will take surely a few months before getting released
As soon as Jannis fixes the automatted snapshot generation, you can try those again.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Brian, check out the link I offered, if you patch your files like that, you can fix the issue.
You can use the "patch" utility to use the link, or apply the changes manually via FTP/Editor.
The fileformat is pretty self-explanatory. "+" means a line was added, "-" means a line was removed. Top of a section is introduced by "==========" and the filename is given there as well
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Inside the link I gave you the filenames are mentioned:
include/functions_trackbacks.inc.php
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/