Armandios Posted September 6, 2008 Posted September 6, 2008 (edited) Hi There, I have this great contribution RSS 1.0 working. But the RSS validator isn't happy enough. ( sorry for my bad english, dutch man) The validator givs this message: This feed does not validate. line 101, column 39: pubDate must be an RFC-822 date-time: Fri, 05 Sep 2008 7:10:08 GMT [help] <pubDate>Fri, 05 Sep 2008 7:10:08 GMT</pubDate> The code in catalog/rss.php tells us: echo ' <pubDate>' . gmdate("D, d M Y G:i:s", strtotime($added)). ' GMT' . '</pubDate>' . "\n"; if($ecommerce!='') { How can i solve this problem? Greetings from a rainy oscommerce land Edited September 6, 2008 by Armandios Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.