I just upgraded my site from 1.1 to 2 then to 3 so I'm pretty sure there might have been something lost in translation. All the stories are there and they are all linked together but the problem I run into happens when I try to view the first chapter in a story. What was before chapter 1 during the old 1.1 days now shows up as chapter 0.
When I select to view the first chapter nothing appears, it just refreshes the current table of contents. I know the data isn't lost however, because I can still edit the chapter 0s and I see all the text. And to make it even weirder when I go into print mode it displays every chapter correctly.
edit: This happens for any story. If it's a one shot story then it doesn't display unless I hit the print icon.
Fixed, I just added 1 to the inorder column in the chapters table.
UPDATE fanfiction_chapters SET inorder = inorder + 1 ORDER BY inorder DESC;