I'm getting the following error:
Warning: require_once(/home/.pilar/xxxxxxxxxxxxx/xxxxxxxxxxxxx.com/forums/extensions/WishPot/magpierss/extlib/Snoopy.class.inc) [function.require-once]: failed to open stream: No such file or directory in /home/.pilar/xxxxxxxxxxxxx/xxxxxxxxxxxxx.com/forums/extensions/WishPot/magpierss/rss_fetch.inc on line 35
Fatal error: require_once() [function.require]: Failed opening required '/home/.pilar/xxxxxxxxxxxxx/xxxxxxxxxxxxx.com/forums/extensions/WishPot/magpierss/extlib/Snoopy.class.inc' (include_path='.:/usr/local/php5/lib/php') in /home/.pilar/xxxxxxxxxxxxx/xxxxxxxxxxxxx.com/forums/extensions/WishPot/magpierss/rss_fetch.inc on line 35
sometimes at the top of my page I get: Notice: Undefined property: MagpieRSS::$etag in /home/.pilar/xx/xxxxxxxx.com/forums/extensions/WishPot/magpierss/rss_fetch.inc on line 156
Comments
sometimes at the top of my page I get:
Notice: Undefined property: MagpieRSS::$etag in /home/.pilar/xx/xxxxxxxx.com/forums/extensions/WishPot/magpierss/rss_fetch.inc on line 156
if ( $rss and isset($rss->etag) and isset($rss->last_modified) ) {
It appears that way in the copy I just uploaded, so maybe it didn't overwrite the file you already had downloaded?