Strange caching problem - how do I clear?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • coskier
    Junior Member
    • Apr 2007
    • 10

    Strange caching problem - how do I clear?

    I have a problem where I am calling an RSS feed every day, but for some reason I am getting yesterday's data.

    If I go to http://feeds.feedburner.com/snowreport in my browser, I see the current information for today. But if I parse the data via a PHP page in my Dathorn account, I get the following:
    Code:
    [pubDate] => Tue, 21 Oct 2008 23:53:27 -0700
    [lastBuildDate] => Tue, 21 Oct 2008 23:53:27 -0700
    What would cause this, and how can I turn it off? This is a new problem, as these exact same pages worked fine last year.
  • ZYV
    Senior Member
    • Sep 2005
    • 315

    #2
    Highly unlikely that this is due to some server configs etc., but impossible to tell w/o looking at the script. Check out whether your PHP script is compatible with PHP5, maybe its caching facilities work differently under PHP5. That seems to be the most obvious source of problems.

    Comment

    • coskier
      Junior Member
      • Apr 2007
      • 10

      #3
      I would have deleted the thread, but didn't see that option in edit mode.

      I think I isolated the problem to feedburner, and was able to find a direct feed for the data, which has resolved the problem. Apparently other people have experienced similar issues with feedburner in the past.

      Comment

      Working...