Author Topic: What's up with the webpage?  (Read 1266 times)

Shinrin

  • Chrono Trigger Threads of Time
  • Squaretable Knight (+400)
  • *
  • Posts: 487
  • Chrono Trigger Fan # 100
    • View Profile
    • Shinrin Cole
What's up with the webpage?
« on: July 30, 2008, 12:55:12 am »
Ok, lately I've been coming to the CC for the past few weeks, only to see old news on the front page, and the new news is gone for a few minutes, I refresh and it goes back to normal. This screen shot proves that i'm not going insane as i just took it today. So what's going on?

[attachment deleted by admin]

Kebrel

  • Springtime of Youth
  • Magical Dreamer (+1250)
  • *
  • Posts: 1333
  • नार्य काम संस्कृत
    • View Profile
Re: What's up with the webpage?
« Reply #1 on: July 30, 2008, 02:22:00 am »
Ramsus mentioned something was wrong a couple days ago but I never noticed anything, could this have been it?

Ramsus

  • Guest
Re: What's up with the webpage?
« Reply #2 on: July 30, 2008, 02:05:10 pm »
Ramsus mentioned something was wrong a couple days ago but I never noticed anything, could this have been it?

No. This is unrelated. This is a caching/HTTP header issue. The problem I mentioned earlier was a character encoding issue with the page's text. I'll look into fixing both later.

Ramsus

  • Guest
Re: What's up with the webpage?
« Reply #3 on: July 30, 2008, 06:14:37 pm »
This topic's bug has been fixed.

BROJ

  • CC:DBT Dream Team
  • Errare Explorer (+1500)
  • *
  • Posts: 1567
    • View Profile
Re: What's up with the webpage?
« Reply #4 on: July 30, 2008, 06:34:51 pm »
This topic's bug has been fixed.
Huzzah! 8)

nightmare975

  • Architect of Kajar
  • God of War (+3000)
  • *
  • Posts: 3263
    • View Profile
Re: What's up with the webpage?
« Reply #5 on: July 31, 2008, 12:49:11 pm »
Care to share what there problem was?

Ramsus

  • Guest
Re: What's up with the webpage?
« Reply #6 on: July 31, 2008, 02:44:51 pm »
When I added memcache support to the news script a while back, I accidentally made it so all results were cached in the same spot, even though the news page can show older posts too. So every once in a while, a request for an old post would expire the cache and replace everything with old news until the cache expired again.


In other words, I forgot about a few inputs and didn't index my cached results by them.