Results 1 to 7 of 7

Thread: Advanced RSS Ticker "error fetching" problem

  1. #1
    Join Date
    Apr 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Advanced RSS Ticker "error fetching" problem

    1) Script Title: Advanced RSS Ticker (Ajax Invocation)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ajax/index.htm

    3) Describe problem: Ok I installed everything but it seems I cannot load any XML file. I get the error:

    Error fetching remote RSS feed!
    Sorry: It's not possible to reach RSS file http://www.wrestling-online.com/news/rss.xml


    Even loading a CNN news feed or something else, I get the same problem. There are 3 files in the cache folder.

    Anyone has any idea what I might be doing wrong and how to correct it?

    Thanks,

    Colin

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

    Default

    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
    Apr 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    http://www.wrestling-online.com/scri...icker/demo.htm

    That's the link on my site. Thanks for checking it out.

    Colin

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

    Default

    Hmm everything seems to be in order. Your feed exists, it validates, and you even said there are 3 files in your cache directory. Is it just this feed that you're having trouble with? For example, do any of the default RSS feeds that came with the demo work for you (ie: CNN)?

    My guess is that your server's PHP is set up as such that fetching of remote files is disabled using fopen(). However, the 3 cache files seem to negate that theory.

  5. #5
    Join Date
    Apr 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    No feeds work. I tried CNN and others and it doesn't want to work at all. Let me contact support and ask them about the fopen() command.

    I will post back here what they tell me.

    Thank you.

  6. #6
    Join Date
    Apr 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    This is what they said:

    "We have URL fopen() disabled for security reason. This will prevent those scripts from accessing outside URLs using that PHP function.
    http://wiki.dreamhost.com/index.php/Allow_url_fopen There are some workarounds. For one you could use CURL instead of fopen(). It will require some changes to the scripts.
    http://wiki.dreamhost.com/index.php/CURL"

    So I guess I'm screwed!

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

    Default

    Yep, there's your problem. The next version of this script will be based on another RSS parser that will support Curl. That's all I can tell you right now.

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
  •