Forums

RSS feed problem (5 posts)

  1. lrn08
    Member
    Posted 1 month ago #

    Hi,

    My RSS feed (Feedburner) is not working and will not validate when I try to fix it at Feedburner. My feed address is http://feeds.feedburner.com/SweetFinds. Below is the error message I get. I'm not a web designer, so I'm not quite sure how to fix it/what code needs to be fixed. Any suggestions? Thanks!

    *

    Server returned HTTP Error 404: Not Found [help]

    Source: http://www.sweetfindsblog.com/posts/feed

    1. <?xml version="1.0" encoding="UTF-8"?>
    2. <rss version="2.0"
    3. xmlns:content="http://purl.org/rss/1.0/modules/content/"
    4. xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    5. xmlns:dc="http://purl.org/dc/elements/1.1/"
    6. xmlns:atom="http://www.w3.org/2005/Atom"
    7. xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    8. xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    9. >
    10.
    11. <channel>
    12. <title>Sweet Finds » Page not found</title>
    13. <atom:link href="http://www.sweetfindsblog.com/posts/feed" rel="self" type="application/rss+xml" />
    14. <link>http://www.sweetfindsblog.com</link>
    15. <description>Creative ideas for your gift list — and your wish list</description>
    16. <lastBuildDate>Thu, 15 Oct 2009 22:09:59 +0000</lastBuildDate>
    17. <generator>http://wordpress.org/?v=2.8.4</generator>
    18. <language>en</language>
    19. <sy:updatePeriod>hourly</sy:updatePeriod>
    20. <sy:updateFrequency>1</sy:updateFrequency>
    21. </channel>
    22. </rss>

  2. jkovis
    Member
    Posted 1 month ago #

    >http://www.sweetfindsblog.com/posts/feed
    -- I get a 404 (page not found) error when I try to open this page too

    http://www.sweetfindsblog.com/feed/ works however

  3. lrn08
    Member
    Posted 1 month ago #

    Yes, the second feed does seem to work, though it doesn't validate in Feedburner.

    Anyone have any suggestions on how to fix this problem?

    I'm actually getting a different message when I try to validate http://feeds.feedburner.com/SweetFinds in Feedburner now:

    This feed does not validate.

    *

    line 1, column 0: XML parsing error: <unknown>:18:2: no element found [help]

    <?php

    In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendation.

    *

    Feeds should not be served with the "application/x-httpd-php5" media type [help]

    Source: http://feeds.feedburner.com/SweetFinds

    1. <?php
    2. /**
    3. * Front to the WordPress application. This file doesn't do anything, but loads
    4. * wp-blog-header.php which does and tells WordPress to load the theme.
    5. *
    6. * @package WordPress
    7. */
    8.
    9. /**
    10. * Tells WordPress to load the WordPress theme and output it.
    11. *
    12. * @var bool
    13. */
    14. define('WP_USE_THEMES', true);
    15.
    16. /** Loads the WordPress Environment and Template */
    17. require('./wp-blog-header.php');
    18. ?>

  4. jkovis
    Member
    Posted 1 month ago #

  5. lrn08
    Member
    Posted 1 month ago #

    Weird -- I hadn't replaced it before, but I did just now, and everything works perfectly again. Thank you, thank you, thank you! I really appreciate it.

Reply

You must log in to post.

About this Topic