Importing a feed from an external site with either wp_rss or fetch_rss works fine on one of my sites hosted on one server, but the exact same code doesn't work on another site hosted on another server.
http://dfldinn.golemangirls.com - works
http://deerfieldinn.com/site-admin - doesn't work - wp_rss says the feed is down, fetch_rss returns no data at all
Could it be the something about the web host or server or version of PHP?