By directly calling bridge.php to see if the php script can retreive a RSS feed, such as: http://www.jabserver2.com/demo/rssne...dge.php?id=CNN , the error returned is "Sorry: It's not possible to reach RSS file http://rss.cnn.com/rss/cnn_topstories.rss"
Two things to look at. Firstly, inside bridge.php, is the line:
Code:
$rss->cache_dir = 'cache'; //path to cache directory on your server. Chmod 777!
set up correctly? Be sure that the "cache" directory is also chmodded to 777.
The other possibility is that your web host simply has "allow_url_fopen = On" disabled for PHP, meaning this script unfortunately won't work for you. There's a discussion of this here: http://www.dynamicdrive.com/forums/s...using+scroller
Bookmarks