Results 1 to 6 of 6

Thread: I give up trying to fetch RSS feed

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

    Unhappy I give up trying to fetch RSS feed

    Script: Pausing RSS Scroller
    http://www.dynamicdrive.com/dynamici...ller/index.htm

    First I want to say, I riffeled through many pages on this forum, and I think the experts here are troopers.

    Okay its just not working. I have checked, checked, and re-checked and its not pulling feeds. Let me show you the page, and outline my strange directory tree.

    www.fanfaregames.com/generic_templates/index.php

    The structure looks like this:

    root/generic_templates/index.php
    root/global/scripts/lastRSS.php
    root/global/scripts/rsspausescroller.js
    root/global/scripts/scrollerbridge.php
    root/global/scripts/cache/ (777)

    Theres not much more to say. I'm stuck. Any idea why this is?

    Thanks
    Last edited by Leovenous; 06-19-2006 at 05:49 PM.

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

    Default

    Umm, feeling kind of passed over. Been reading the other threads to try to fix it myself, but still not working. I'd be willing to make a donation to get this working.

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Code:
    var bridgepath="scrollerbridge.php"
    The path is relative to the page the script is included on, not the script itself. So that should be "../global/scripts/scrollerbridge.php".

    Send your money to the Cats' Protection League, if you will.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  4. #4
    Join Date
    Jul 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hello,

    I had the same problem today. What i figured out is that this message is dispayed when there is a URL in your array list that either is not valid rss or it doesn not exist.

    The problem is that all RSS feeds in the page will display the error message.

    Has anyone came up with a fix for this? i.e. When an invalid url is used to fail only the affected RSS feed, instead of all.

  5. #5
    Join Date
    Apr 2006
    Posts
    429
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    the script is working just fine..... XP FF anyway...

  6. #6
    Join Date
    Jun 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Red face Not working

    Leovenous

    I get the same error.

    It works fine for cnn but on bbc I get the "gave up" message. The specific feed I wanted to use is also giving the same issue.

    Essentially:

    "cnn" => "http://rss.cnn.com/rss/cnn_topstories.rss", //Cool
    "bbc" => "http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml", //Uncool

    Help!!

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
  •