Topic: Reset last_post_id
I reassigned new id's to the posts. There are about 350.
After this the new last_post_id is something like 14707. It's possible that I used 14000 or so in the process of changing the id's.
How can I "reset" last_post_id?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Reset last_post_id
I reassigned new id's to the posts. There are about 350.
After this the new last_post_id is something like 14707. It's possible that I used 14000 or so in the process of changing the id's.
How can I "reset" last_post_id?
I'm not sure I understand what you mean, but have you had a look at the script synchronize_board.php in the scripts folder?
In another forum I found how to change in phpMyAdmin the value of auto_increment which defines the id of a post:
1) Select the table "posts".
2) Select "Operations", on the bottom you can change the value of auto_increment.
PunBB Forums → PunBB 1.2 troubleshooting → Reset last_post_id
Powered by PunBB, supported by Informer Technologies, Inc.