• Since upgrading to WP 2.7, the Other WordPress News RSS feed (widget) in the Admin Dashboard refuses to load.

    When checking the widget’s Configure link, the default https://planet.www.ads-software.com/feed/ url is replaced with a Error: could not find an RSS or ATOM feed at that URL. error message. The planet.www.ads-software.com feed loads fine directly in my browser, and I can load other feeds in that same Other WordPress News widget. Other Dashboard feeds continue to work as well. But whenever trying to use the feed from planet.www.ads-software.com (and variations of that feed’s url), it doesn’t work. The feed worked fine in previous versions of WP.

    Any ideas?

    Appreciate any help/info.

Viewing 15 replies - 31 through 45 (of 52 total)
  • Michelle, can you tell me exactly whre to make the change and what the change is?

    The text in the post your linked to is cut off and impossible to read fully.

    Thanks!

    OK,

    Download WordPress 2.7.
    In file rewrite.php, which is in folder wp-includes, find the following script and change it

    From:

    $default_feeds = array(

    ‘.*wp-atom.php$’=>$this->index .’?feed=atom’,

    ‘.*wp-rdf.php$’ => $this->index .’?feed=rdf’,

    ‘.*wp-rss.php$’ => $this->index .’?feed=rss’,

    ‘.*wp-rss2.php$’ => $this->index .’?feed=rss2′,

    ‘.*wp-feed.php$’ => $this->index .’?feed=feed’,

    ‘.*wp-commentsrss2.php$’ => $this->index . ‘?feed=rss2&withcomments=1’);

    [/pre]

    To:

    $default_feeds = array(

    ‘.*/wp-atom.php$’=>$this->index .’?feed=atom’,

    ‘.*/wp-rdf.php$’ => $this->index .’?feed=rdf’,

    ‘.*/wp-rss.php$’ => $this->index .’?feed=rss’,

    ‘.*/wp-rss2.php$’ => $this->index .’?feed=rss2′,

    ‘.*/wp-feed.php$’ => $this->index .’?feed=feed’,

    ‘.*/wp-commentsrss2.php$’ => $this->index . ‘?feed=rss2&withcomments=1’);

    [/pre]

    The only change was the forward slash (/) after the * on each line. See it? Not sure how to check what line it’s on, but it’s quie a long way into the file (Bright Cherry says it’s 809-814).

    After saving that, I uploaded all the WordPress 2.7 files again (including the newly modified rewrite.php file). I didn’t re-upload wp-content folder though, as it would have affected my plugins I think.

    Then run /wp-admin/upgrade.php

    It might not seem to have worked straight away, so keep checking for a little while before you look for a different solution.

    Hope that helps,
    Michelle

    Thanks Michelle, you’re great!

    I am sure that will help others.

    An additional solution I found was this:

    I was able to resolve this error with help from my host Bluehost (I think their customer service is great!):

    Disable all of your plugins and reactivate them one by one. That way you will see which plugin is causing the problem.

    Yipee!

    This worked for me- https://core.trac.www.ads-software.com/ticket/8784
    When you click cannonical.php the download for it is at the very bottom of the page.
    Also When he says to add is_feed() to line 42 don’t it’s already in the download. So don’t worry about it.

    This works with 7.2.1 too.

    Don’t forget to clear your browsers cache when your done or it will keep loading the old version for a while.

    I am having the same issue. I tried Skitzarella’s cannonical.php solution and michelle’s rewrite.php solution. Neither of which worked for me.

    I can’t get Flickrss or any equivalent to work. I get an error when it tries to connect to a feed. Same with the dashboard news feeds. I get a white screen when trying to configure. Any other possibilities so far?

    Another thing I noticed was every time I turned on my feedburner plugin the RSS on my blog stopped working.This started happening after I upgraded wordpress. I ended up uninstalling my feedburner plugin. And everything has been working fine.

    Another solution that worked for me:

    Go to Settings>Permalinks and click in Save Changes

    Hope this work for somebody else;)

    In response to my issue, our PHP server (on gentoo) doesn’t install XML, but my friend figured it out. So maybe if nothing else is working (for example NO XML FEEDS work) then it might be your PHP server. Mine was on a linux server. I know nothing about that stuff. It helps to be friend with awesome developers ??

    AGAIN … Feedburner no longer exists as of last week. If you are using it your feed will not work.

    Edit wp-includes/rss.php

    go to line 657 or search for define(‘MAGPIE_FETCH_TIME_OUT’, 2); // 2 second timeout

    change it to a higher number I used 10 as recommended in another post. Problem solved.

    Several people seem to have inadvertantly hijacked this thread with discussions regarding different issues… and people seem to be posting solutions to those instead of that posed by the original poster and confusing the issue!

    To clarify: this thread is not about problems with your blog outputting an RSS feed of the content you have written, but with problems associated with the two panels in the admin Dashboard of WordPress 2.7.1 not displaying the (otherwise working) RSS feeds from WordPress. These are the WordPress Development Blog and Other WordPress News panels, both of which are reporting an error that there is no feed at that feed address.

    I’ve tried configuring other working feeds but the panels still spit out the error.

    Having read through all the postings here I’m still none the wiser, and the one relevant support ticket that someone linked to only sorts out the issue of how the error is reported, rather than the error itself. And I tried that out and it doesn’t help a bit!

    Sorry to get stroppy, but I’m keen to get this working as I want to re-configure one of these Dashboard panels to display an RSS feed of a ‘hidden’ category of the actual WordPress blog that it is the Dashboard for, one that is only meant to be viewed by our 10 blog authors when they log in.

    (Just in case you are wondering about how I’ve hidden the category, I have produced a theme from scratch that has its 10 publicly viewable main category links hardcoded as large graphical buttons in a grid on the homepage, and all the pages as hardcoded links across the top. Blog authors can only post to their assigned category, thanks to the ‘Bind user to category’ plugin)

    EDIT…. I’m now starting to think it might actually be a webhost settings issue as I have just tested a mirror install on my personal space at another host and the RSS in the panels works fine there. Perhaps I need to speak to my organisation’s web host admin!

    Hey gang, we can add another one to the list, my rss is not functional either. The thing is most of the plugins I have installed are not functioning properly either and I am wondering if it is because I automatically had wp-2.7.1 installed through my host(any thoughts on this are appreciated). As for the rss, I will attempt using the above url’s first and let everyone know if they worked in my case or not.

    One thing is certain- what was suppose to be easy has become a very frustrating experience.

    Best of luck all…
    propower

    It’s really sad here is no one real solution yet. I have also got this error when I copied the same files from one server to another one. It’s frustrating when someone has a blog based on the feeds. When will we get real answer how to fix this? Is it a webhost bug? Let’s hope!

    Hi everyone:

    I had the same problem. So I downloaded the 2.7.1 file… opened it… uploade the wp_admin… put this url in:
    https://planet.www.ads-software.com/?feed=rss2 and now it works…

    hope this solves your problem… if it does, wp should install a script that auto reinstalls the wp_admin file every time a plugin is installed.

    of coarse it is to soon to tell as I get this at:
    https://www.yourtrafficmanager.com and it says this…
    An error has occurred; the feed is probably down. Try again later.

    but the rss url is still there and no error message

    good luck…

    tried these two urls
    https://planet.www.ads-software.com/feed/
    https://planet.www.ads-software.com/feed/?feed=rss2

    and got the white page… had to put this one back in…
    https://planet.www.ads-software.com/?feed=rss2

    and it’s still working…

    looking for a more reliable feed…

Viewing 15 replies - 31 through 45 (of 52 total)
  • The topic ‘2.7 Dashboard: RSS Feed not loading’ is closed to new replies.