PDA

View Full Version : "Missing channel element: link" with Feed Validation Service


slyvain
04-18-2008, 10:16 AM
Hi everybody :)

Trying to add my photoblog on www.photoblogs.org, I notice it doesn't work, and it seems, according to their FAQ, I have problems with my feeds ... (it stays forever on "Accessing the http://www.slyvain.fr url...")

So yesterday when I tried to validate my feeds I get the warning :
Missing atom:link with rel="self"
So I followed the instructions in this thread (http://www.pixelpost.org/forum/showthread.php?t=7602&highlight=feed+atom)

Now, when I try to validate my feed I get the following warning :
Missing channel element: link
Here is the link for validation (http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fwww.slyvain.fr) if you wish to check

And I still can't add my photoblog :(

Here is what I got in my <head> tag in my image_template.html file :

<ATOM_AUTODETECT_LINK>
<RSS_AUTODETECT_LINK>


Do you have any idea where this comes from ?
Thank you very much for your help ;)

Regards,
Sylvain

slyvain
04-24-2008, 09:56 PM
Ok, I found :D

So here is what I did ; in the file functions_feed.php, I added 3 times the line :

$output .= "<link>".$cfgrow['siteurl']."</link>\n";

between the <channel> tags, approximatively around lines number 35, 160, 295

Now my photoblog is totally RSS valid :)

Thank to those who read me ;)