justTripn wrote:Thank you magical IT wizards.

I'm sorry to be the one, who relieves himself all over your bonfire, but there's nothing magical about taking the site down for two weeks and putting it back up, broken (and making every known beginners error of web design in the process).
The problem with Alelou's stories is indeed down to the fact that the stories are sorted by date. Since it is practically impossible to eff up a simple 'SORT BY publish_date ASC', it is probably down to the fact that the date comes from a different table than the story title and someone made a monkey's breakfast of the inner join. That way the wrong date got assigned to the stories. Since we've seen several botched up foreign keys in the past and present (like comments showing up below the wrong story or everyone suddenly having a chapter of Asso's story in his works) this could be a similar query error.
Of course there's also the possibility that someone wrecked a few tables, but I think we're more likely looking at some changes in the db model gone wrong (or forgotten to update SQL queries to reflect the changed data model). Several indicators are there that the latter might be the case.
- The 'Series Summary pages' are gone. I posted four links to Alelou's "Missing Scenes" in my classics thread. They're all broken.
- While it is technically sound to store standalone stories as stories with exactly one chapter, the site does now show a chapter selector for these stories. That wasn't the case before. That leads me to suspect that changes have been made in the area of the database that maps chapters to stories.
- The access statistics are gone. The query that reads the access counts very obviously returns a NULL record. That means that either the access data have been accidentally deleted or the query is syntactically wrong and therefore doesn't return any values.
Of course, due to the unique way this site update was handled (read: not very well) and communicated (read: not at all), we could just as well be looking at an update that actually isn't finished yet.