RSS2 error message
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘RSS2 error message’ is closed to new replies.