Quote:
Originally Posted by Ted S
That's certainly not something that should be happening... It sounds like something is going wrong with your mySQL records...
Take a look at the table helpfulpost and a post that shows up multiple times. There should be just one entry per postid.
I.E. SELECT COUNT(*) FROM helpfulpost WHERE postid = '12345';
|
Hello TedS,
in the helpfulpost table, every postid has a single line, no duplicate in database. But there are always here in the forum pages. the threadid has 5 line in helpfulpost table (5 distinct postid) that seems correct, but I have exactly 5 duplicate threads on the thread page of the forum.
Regards.