Missing First Chapt...
 
Notifications
Clear all

Missing First Chapter.

2 Posts
1 Users
0 Reactions
1,189 Views
(@guest2007)
Posts: 0
 

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.


 
Posted : 11/08/2007 6:07 pm
(@guest2007)
Posts: 0
 

Fixed, I just added 1 to the inorder column in the chapters table.

UPDATE fanfiction_chapters SET inorder = inorder + 1 ORDER BY inorder DESC;

 
Posted : 11/08/2007 6:38 pm
Share: