• Am getting the following error message when trying to display a feed button in RSS 1-

    Warning: Attempt to assign property of non-object in/home/alaneste/public_html/ae-blog/wp-includes/rss.php on line 431
    —————————
    // if object cached, and cache is fresh, return cached obj
    if ( $cache_status == ‘HIT’ ) {
    $rss = $cache->get( $url );
    if ( isset($rss) and $rss ) {

      $rss->from_cache = 1;


    if ( MAGPIE_DEBUG > 1) {
    debug(“MagpieRSS: Cache HIT”, E_USER_NOTICE);
    }
    return $rss;
    }
    }
    ——————————–
    When I first attempted this, RSS 1 recognized my feed but then displayed that same message on my blog above the button (along with something about the feed being down), but the link worked fine.

    Thanx in advance, Alan

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    If the code works but just displays that warning, then just add an @ character in front of that line to suppress the warning.

    Thread Starter estes53

    (@estes53)

    “When I first attempted this, RSS 1 recognized my feed but then displayed that same message on my blog above the button (along with something about the feed being down), but the link worked fine.”

    What I am saying there is that it did work, with the error in the blog, but now won’t get past the same error in RSS 1, so is not working at all.

    I have the same problem with this feed on WP 2.60:

    http://feeds.feedburner.com/AlbertMohlersBlog

    Warning: Attempt to assign property of non-object in /home/thinking/public_html/talk/wp-includes/rss.php on line 440

    My PHP version on Hostgator is 5.2.6.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘RSS2 error message’ is closed to new replies.