Forums

[resolved] Feed stopped working after upgrading to 2.7 (18 posts)

  1. Z_Everson
    Member
    Posted 3 years ago #

    Three days ago FeedBurner began showing that I had 0 subscribers. It was around that time that I upgraded to WordPress 2.7.

    Now when I access my feed, I get these error messages. Any idea how I can fix my RSS feed?

    Bang! Kapowww! Krakkk!

    (FeedBurner encountered an error while trying to bring you this feed and is now keeping its head down. Details follow.)
    Feed Address: http://feeds.feedburner.com/ZachEverson

    HTTP Error Code: 500

    Detail: There was a problem retrieving the feed: java.net.SocketTimeoutException: Read timed out

    There has been an error of some kind. Ack!

    FeedBurner could not deliver this feed to you because of the specific problem listed below:
    Feed Address: feed://feeds.feedburner.com/fb/a/feedbackSubmit

    HTTP Error (Code) and Message: (404) Feed not found error: FeedBurner cannot locate this feed URI.

    What can I do about this?
    If you are a potential or current subscriber, contact the publisher to notify them that their feed content is not available. This may be temporary problem that requires their intervention to resolve, or the publisher may have permanently removed the feed from FeedBurner.
    If you are the publisher of this feed, sign into FeedBurner and visit your feed's “Troubleshootize” tab to view FeedMedic, our automated diagnostic report for your feed. A cause for the problem, and tips for troubleshooting it, may be found there

  2. yearginsm
    Member
    Posted 3 years ago #

    What is your site URL? There might be a whitespace issue with your RSS feed.

  3. potomac79
    Member
    Posted 3 years ago #

    I'm having a similar problem with my feed (http://cjcs.com/tib):

    Feed Address: http://feeds.feedburner.com/cjcs/TIB

    HTTP Error Code: 500

    Detail: There was a problem retrieving the feed: java.net.SocketTimeoutException: Read timed out

    Frustrating as all get-out.

  4. Z_Everson
    Member
    Posted 3 years ago #

    My URL is http://www.zacheverson.com. The feed is http://feeds.feedburner.com/ZachEverson, although the original feed is http://zacheverson.com/wp-feed.php.

    Thanks!

  5. yearginsm
    Member
    Posted 3 years ago #

    Do you guys have something special in your configuration (like .htaccess) to send the request for the /wp-feed.php file back to Feedburner? I see that there is a plug-in that can also handle it, so I wonder if the plug-in is not 2.7 compatible?

    I think the HTTP 500 error stems from the site going in an endless loop. (Feedburner makes the request to your Web site, gets redirected back to Feedburner, which makes another request to your Web site, etc.) The way it should work is that the User-Agent string for Feedburner should be able to open up the wp-feed.php file without getting redirected, while other users would be redirected to Feedburner.

  6. Z_Everson
    Member
    Posted 3 years ago #

    Here are the contents of my .htaccess file:

    # Use PHP5 as default
    AddHandler application/x-httpd-php5 .php
    Redirect /feed http://feeds.feedburner.com/ZachEverson/
    Redirect /feed.xml http://feeds.feedburner.com/ZachEverson/
    Redirect /atom http://feeds.feedburner.com/ZachEverson/
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    I'd been able to use FeedBurner without having to use the FeedSmith plugin in the past. I'm using Woo Themes's Type Based theme. In Dashboard > Typbased Options > General settings, there's a place for me to add my FeedBurner URL, which I did when I set up my website.

    I just installed and activated FeedSmith, however, and added my feed
    (http://feeds.feedburner.com/ZachEverson) to Settings > FeedBurner.
    The problem still exists.

    Also, the FeedBurner comments thread for the site (http://feeds.feedburner.com/ZachEversonComments) works fine though.

    Thanks again for your help!

  7. yearginsm
    Member
    Posted 3 years ago #

    I wonder if you moved the FeedBurner redirects underneath the 'WordPress' declarations (after # END WordPress) if it would help at all.

  8. Z_Everson
    Member
    Posted 3 years ago #

    Per the suggestion on another site, I deleted

    Redirect /feed http://feeds.feedburner.com/ZachEverson/
    Redirect /feed.xml http://feeds.feedburner.com/ZachEverson/
    Redirect /atom http://feeds.feedburner.com/ZachEverson/

    That didn't help either though.

  9. Z_Everson
    Member
    Posted 3 years ago #

    Turns out deleting it did work. I just needed to into my Feedburner account and point the feed to http://www.zacheverson.com/feed/.

  10. potomac79
    Member
    Posted 3 years ago #

    As for me, I have none of those fun Redirects to delete in the .htaccess for my site:

    AddHandler application/x-httpd-php5 .php
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /tib/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /tib/index.php [L]
    </IfModule>
    
    # END WordPress

    I can't help but notice that wp-feed.php in 2.6x has:

    if (empty($doing_rss)) {
    	$doing_rss = 1;
    	require(dirname(__FILE__) . '/wp-blog-header.php');
    }
    
    do_feed();

    While the new one in 2.7 is:

    require( './wp-load.php' );
    wp_redirect( get_bloginfo( 'rss2_url' ), 301 );

    It's similar with wp-rss2.php as well. Clearly something got missed in the recoding. If this problem is to do with looping, I can't help but wonder if dropping the condition might be a part of the problem.

    Interesting note: if I deactivate the Feedburner plugin, I can get a quick download of my feed ONCE. After that, it just seems to hang like before. I don't know what exactly is going on, but whatever it is, it's killin' me.

  11. wwonka
    Member
    Posted 3 years ago #

    I have been having a similar issue with my blog and rss feed.

    my blog is http://www.72off.net

    anyone have any suggestions for me.

    Peace
    billy

  12. potomac79
    Member
    Posted 3 years ago #

    I finally tracked down the cause of my blow-up. Yet Another Related Posts Plugin 2.1.6, with the "Display related posts in feeds?" option set to ON. Turning the option OFF restored feed functionality. Yay.

  13. ifuturo
    Member
    Posted 3 years ago #

    I have the same problem as many others, I cannot ping anything since upgrading to 2.7! It only says my rss-feed is not validated?
    I ran my site through Feed Validator and it said this:
    -----------------------------------------------------------------------
    Sorry

    This feed does not validate.

    * line 354, column 0: XML parsing error: <unknown>:578:35: unclosed token [help]

    </rss>

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

    * line 42, column 0: content:encoded should not contain onclick attribute (21 occurrences) [help]

    <content:encoded><![CDATA[<p>What an honor! The house bible for all creat ...

    * line 44, column 0: content:encoded should not contain object tag (3 occurrences) [help]

    Check it out: <!-- Smart Youtube --><span class="youtube"><object width="425 ...
    -----------------------------------------------------------------------
    Anyone got I clue, I havn't done anything except upgrading to 2.7 - it worked perfectly before that!

  14. truth_seeker
    Member
    Posted 3 years ago #

    I am having the same problem( Error 500) even when I have not upgraded to wp 2.7

  15. bobgoh
    Member
    Posted 3 years ago #

    I have got the same problem since 6 days ago. I am using WP 2.6.

    My site is http://www.go2wellington.com and the feed is http://www.go2wellington.com/feed/

    Any help is much appreciated!

  16. toddlohenry
    Member
    Posted 3 years ago #

    In my case, I shut off related posts in yarpp and the problem went away...

  17. thesmu
    Member
    Posted 3 years ago #

    i am having this problem since i upgraded too :(

  18. verabear
    Member
    Posted 3 years ago #

    My feed isn't working but there's a different error and I don't think it started when I upgraded to 2.7

    Any help would be appreciated.

    Site URL: http://verabear.net
    Feed URL: http://feedproxy.google.com/wherethemoonshines or http://verabear.net/feed/

    Error: error on line 2 at column 6: XML declaration allowed only at the start of the document

    I'm stumped and don't know what to do :(

Topic Closed

This topic has been closed to new replies.

About this Topic