Page 1 of 3 123 LastLast
Results 1 to 10 of 27

Thread: pausing RSS Scroller, not getting RSS feed

  1. #1
    Join Date
    Mar 2006
    Location
    Lima, Peru
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default pausing RSS Scroller, not getting RSS feed

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


    the scroller was working properly until this morning, when I started getting the "I give up trying to fetch RSS feed" message, I thought I had changed something so I downloaded the demo and other files again, but I have the same results with the original files, any ideas?

    thank you,

    Martin

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Feed is down? Low bandwidth?
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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

    Default

    I have had this same issue as well. I have found that clicking Reload (Refresh) usually gets it working. But I'm not sure why it does this. Possibly there is a timeout limit somewhere? Unfortunately I dont know PHP but I sense I may need to learn it.

  4. #4
    Join Date
    Mar 2006
    Location
    Lima, Peru
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    John,

    I don't think is has to do with the feed, since the demo file is pointing to another feed with the same results, both in my computer and after loading the file to the website, anyway can you check www.rulesguru.com/demo.htm on your side to see if it works?

    thank you,

    Martin

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

    Default

    The URL http://www.rulesguru.com/demo.htm doesn't work for me. Please update the URL.

    The script tries for about 8 seconds repeatedly before giving up, btw.

  6. #6
    Join Date
    Apr 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I'm getting the exact same issue. Using this script for reference: http://www.dynamicdrive.com/dynamici...ller/index.htm

    Links for example
    http://expertshouston.com/2006/
    here is the demo file
    http://expertshouston.com/2006/demo.htm

    A speedy response would be appreciated. Thanks!

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

    Default

    Gentryw, in the case of demo.htm, the problem should be this error:

    http://expertshouston.com/2006/lastr...idge.php?id=ca

    Make sure the authorized domains variable inside scrollerbridge.php is either set to "" to allow any domain to use the scroller, or that it contains "expertshouston.com".

  8. #8
    Join Date
    Apr 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    $allowedDomains="expertshouston.com";
    I had it set to "" before, it is presently set to expertshoutson.com and still getting the error.

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

    Default

    Gentryw:
    Ok, try disabling the domain check feature in scrollerbridge.php altogether, by commenting the line:

    Code:
    //@checkdomains($allowedDomains, $_SERVER["HTTP_REFERER"]);
    Depending on how your server is set up, it may not be returning the proper referral information in order for this feature to work properly.

  10. #10
    Join Date
    Apr 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I made that change, still no good.

    I don't know if it means anything, but when I went directly to the scrollerbridge.php in the browser, it returned this error. I doubt it means anything.

    rsscontentdata="Error: Can't find requested RSS in list."
    http://expertshouston.com/2006/lastr...llerbridge.php

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
  •