Conversation page/post count bug

  • Context: Bug 
  • Thread starter Thread starter Ibix
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Messages
13,791
Reaction score
16,591
I posted in a conversation this morning and couldn't see it.

The conversation reported 24 replies, which matched what was visible (OP+24 replies). However, the conversation summary reported that the most recent post was by me at 6.36am, but the most recent visible post was by the other guy in the conversation about an hour earlier - the post to which I responded. There was no "page 2" indicator.

Adding another reply made the usual page navigation tools appear and the "missing" post is now visible as the first post on page two, but the reply count is still one too low. Presumably a similar issue will arise when we start page three.

Possibly relevant: due to a slow connection I accidentally double-posted in the thread, then edited the second copy to a "please ignore" message. They do appear to have distinct post numbers, but it's the only "odd" thing thing I can think of.
 
Physics news on Phys.org
It's a problem basically all forums have. Calculating the number of replies from the replies every time would generate too much load so that number is stored in the database. If the number becomes inconsistent (typically because something goes wrong with posting) then the wrong value might stick around for a while. What might work if one reply is on the hidden second page: Add "/page-2" to the URL manually.
Often forums re-calculate things if something is deleted, but that is difficult with conversation messages.