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

Thread: RSS Content not appearing in RSS Display Boxes

  1. #1
    Join Date
    Apr 2008
    Posts
    15
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default RSS Content not appearing in RSS Display Boxes

    1) Script Title: RSS Display Boxes

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rssdisplaybox/

    3) Describe problem:

    Hi, I think I have everything set up correctly...calling for one feed...not receiving any errors on the demo page or on the actual installed page, and I see the initialization...and then nothing...no content appears.

    here's where I have the script
    http://letmypeoplesing.com/blog-test.html

    calling for this feed: feed://60bloggers.com/feed (also tried it with "http" instead of "feed".

    Any help would be appreciated. Thanks!

    Rick

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

    Default

    Most likely PHP on your server has url_fopen_disabled turned on and Curl disabled. Either of these two modules are needed for the script to be able to fetch the contents of an external fileI say this because when I try to directly output the RSS feed with ID "bloggers", it returns a blank page: http://letmypeoplesing.com/rssbox/main.php?id=bloggers I may be wrong, but it looks like it. To make sure, check the cache directory of the script to see if the script has managed to actually retrieve any files.

  3. #3
    Join Date
    Apr 2008
    Posts
    15
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default no files in cache

    Hi,

    I just checked the cache and there were no files in it. Does that still point to these PHP modules.

    To clarify:

    url_fopen_disabled should be DISABLED

    and CURL should be ENABLED?

    (or was 'disabled' not supposed to be part of "URL_FOPEN")

    Thanks,

    Rick

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

    Default

    OK, I just check the PHP ini file and both of those modules are present and ON.

    Any other suggestions?

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

    Default

    With Curl enabled, it should work regardless of the other setting. Did you chmod /rss/cache to 777?

  6. #6
    Join Date
    Apr 2008
    Posts
    15
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    It's rssbox/cache (not rss/cache) right?

    Yes, that folder's permissions are set to 777 (and the rssbox folder is set to 755)

  7. #7
    Join Date
    Apr 2008
    Posts
    15
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Has anyone else experienced this issue? Any help would be appreciated.

    Thanks.

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

    Default

    Hmm the fact that your cache/ directory is empty does mean that the script is having trouble fetching the RSS feeds, which is the first step before even the script does anything with that data. Since you said your server has Curl enabled, that stage should be working. Have you tried running the compatibility PHP script within the Simpiepie directory? It might give you clues as to what the problem is.

  9. The Following User Says Thank You to ddadmin For This Useful Post:

    rickpoet (04-09-2008)

  10. #9
    Join Date
    Apr 2008
    Posts
    15
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Hi,

    Yes, I ran the compatibility test and received the message "You have everything you need to run SimplePie properly! Congratulations!"

    Though the version of Curl is different...it says I have "7.13.2" and it should be "7.10.5"

    http://letmypeoplesing.com/simplepie...ility_test.php

    But the compatibility test did say my webhost has its act together which, at least, is reassuring on some level.
    Last edited by rickpoet; 04-09-2008 at 08:13 PM. Reason: wanted to add a link to compatibility test

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

    Default

    This is strange indeed. What's the URL to the feed you're trying to display, as referenced by the ID "bloggers" in main.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
  •