Results 1 to 5 of 5

Thread: New to DD, Getting Feed Error on Ajax News Ticker

  1. #1
    Join Date
    Jun 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default New to DD, Getting Feed Error on Ajax News Ticker

    Hello,

    I'm new to DD and I'm having a problem with the Ajax RSS News Ticker. I installed and configured according to the instructions, but I'm getting the following error:

    "Error fetching remote RSS feed!
    Sorry: It's not possible to reach RSS file"

    Any help would be greatly appreciated..

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Does this occur for the default RSS feeds within the script, such as to CC? Please post a link to the page on your site that contains the problematic script so we can check it out.

  3. #3
    Join Date
    Jun 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    yes, I'm just testing with the dafault rss feeds

    http://www.jabserver2.com/demo/rssnews/demo.htm

    thanks..

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    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

  5. #5
    Join Date
    Jun 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the info. You were right, the hosting company has fopen disabled, so I'm SOL....great script though, I see from the related discussion that there may be a way to get around this issue in later versions....I'll keep a look out...thanks again for responding and helping me out...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •