Results 1 to 3 of 3

Thread: rss pausable scroller fopen ?

  1. #1
    Join Date
    Mar 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default rss pausable scroller fopen ?

    i had already posted this but it was within another thread, since im having more issues and problem wasnt resolved...i split it (sorry for putting it in the thread in the first place)

    i am having a problem with this script on my site as well...

    1) Script Url on DD = http://www.dynamicdrive.com/dynamici...ller/index.htm

    2) my site that script is on = http://www.nintendosyndicate.jaywebdesigns.com

    (only one that first page)

    3) problem:

    it doesnt seem to be able to get to lastrss.php but i could be wrong. the boxes display this error message in them

    Code:
    Error fetching remote RSS feed!
    
    Warning: main(lastRSS.php) [function.main]: failed to open stream: No such file or directory in /home/ebbinger41/domains/nintendodsyndicate.jaywebdesigns.com/public_html/lastrss/bridge.php on line 14
    
    Warning: main() [function.include]: Failed opening 'lastRSS.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/ebbinger41/domains/nintendodsyndicate.jaywebdesigns.com/public_html/lastrss/bridge.php on line 14
    
    Fatal error: Cannot instantiate non-existent class: lastrss in /home/ebbinger41/domains/nintendodsyndicate.jaywebdesigns.com/public_html/lastrss/bridge.php on line 17
    right now everything is set up as it was when i downloaded the script (but i added 2 new rss urls) all the links to the files i believe are correct

    i have been at it for a few hours and have made little progress (before it wasnt showing up at all, now after figuring out i forgot a comma and a folder needed to be uncap's it shows the boxes but wont grab the feed.
    Ebbinger:
    It looks like your server may have disabled PHP's ability to open external URLs via fopen(). You may want to ask your web host about that.

    p.s: In the future, please start a new thread when asking a question of your own.

    Thanks,
    there...well, i contacted my web hoster and he has informed me that fopen is on.. but the script still isnt working...

    fopen is on

    ;;;;;;;;;;;;;;;;;;
    ; Fopen wrappers ;
    ;;;;;;;;;;;;;;;;;;

    ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
    allow_url_fopen = On

    It may be a problem with the script itself.
    ...well, any suggestions ? maybe a test page to see if fopen is working...

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

    Default

    Hi:
    Try creating a blank PHP page with just the below code in it:

    Code:
    <?
    phpinfo();
    ?>
    And run this page. Then look for the line:

    Code:
    allow_url_fopen = On
    A value of "off" immediately tells you fopen() has been disallowed from fetching external URL files. If it's "on", you still need to check with your web host to see if it's in fact still disabled at a higher level.

    See this thread for a discussion on this: http://www.dynamicdrive.com/forums/s...ead.php?t=9326

  3. #3
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Along with what ddadmin posted above, try going to lastRss.php by accessing it in your browser. Example:

    and see if it you either get a blank page or an error message, or something else like that. If you get a 404 (Page Not Found error), then you know that the file isn't uploaded. If not, then you may want to check file permissions.

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

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
  •