PDA

View Full Version : Post counts in 1.1.4


JimF
Mon 6th Nov '00, 2:24pm
After upgrading to v1.1.4, the post count on the index.php page is messed up.

For example, it shows right now 26,348 posts in total.

But when you make a new post, it brings you to this URL:

.../../postid=28000

So the new post was in the 28,000's, but the counter only shows 26,000. I don't think this is a bug, but it may be.

It must be something in the SQL about total posts versus highest post number.

-jim

Chris Schreiber
Mon 6th Nov '00, 2:30pm
Acutally the post counters on the index page do a SELECT COUNT(postid) FROM post so I would image that it is accurate.... however this can different from the MAX(postid) which could be somewhat (or much) higher, depending on how many posts/threads may have been deleted.

-Chris