Hi, folks. I need some ideas for how to address my current challenge.
I inherited a fairly complex site about a month ago, and the previous developer has done quite a few interesting things that I've yet to completely unravel. As such, I'm at a brick wall on my current issue.
We have a separate blog site powered by FeedBurner. On a few of our pages, we have a view & block that displays a list of recent entries. This functionality works perfectly fine when one is logged in, but anonymous users are seeing content from June. The fact that anonymous users are receiving old data while authenticated ones get fresh sounds suspiciously like Drupal page caching gone wrong. However, I've cleared cache every way I can think of, as well as temporarily disabled caching, and it didn't change anything.
To make matters more fun, the problem is only on my production site, so I can't even try radical stuff in dev to see what the impact is. I need some suggestions for things I can try that "can't possibly go wrong".
Any ideas?