Recently upgraded from 2.2.6 to 2.3.5
Using vanilla Showthread.php (no modifications) Uploaded showthread.php from v2.3.5 build again just to be sure
Noticed when selecting View New Posts that not all of the posts are displayed.
I knew there was a reply to a particular thread but it wasn't being displayed. I checked the database:
thread.lastpost = 1080909914
user.lastvisit = 1080906384
Showthread logic: lastpost > lastvisit
So, dates in database would lead me to believe that the post would be displayed. The thread is not closed.
Any ideas?
TIA
Using vanilla Showthread.php (no modifications) Uploaded showthread.php from v2.3.5 build again just to be sure
Noticed when selecting View New Posts that not all of the posts are displayed.
I knew there was a reply to a particular thread but it wasn't being displayed. I checked the database:
thread.lastpost = 1080909914
user.lastvisit = 1080906384
Showthread logic: lastpost > lastvisit
So, dates in database would lead me to believe that the post would be displayed. The thread is not closed.
Any ideas?
TIA
Comment