I was faced with a major problem when I deleted the 17th and 16th news i had posted on my php nuke website. Now whenever I post a new news, it gets stored in the db ahead of number 17. Like the next news I post will be posted at 'sid' no 18, leaving the gap for 16 and 17. So i decided to open the db and rename the field 18 to 16, so that the next news I input will start from 17.
So I renamed that field in record number which had 'sid' = 18 to 16, and then Inputted another news. But without luck, the new news was posted with SID number 19. Now i dont understand why this happens, when the LAST RECORD IN THAT TABLE HAD AN SID NUMBER of 16.
Futher Info.
The SID field is to hold integers(11), and has the auto_increment option enabled.
Anyone please rectify this out. PHP-Nuke Version 7.8
Warm Regards,
So I renamed that field in record number which had 'sid' = 18 to 16, and then Inputted another news. But without luck, the new news was posted with SID number 19. Now i dont understand why this happens, when the LAST RECORD IN THAT TABLE HAD AN SID NUMBER of 16.
Futher Info.
The SID field is to hold integers(11), and has the auto_increment option enabled.
Anyone please rectify this out. PHP-Nuke Version 7.8
Warm Regards,
