You can also reconstruct this error on this site.
To better understand and see the problem, go to
http://www.vbseo.com/usercp/editoptions/
and set for
"Thread Display Mode" the value "Newest First"
(it also works with "Oldest First", but then you need to remenber, which was the last page, you read and if there comes no page after your last page, you need to find a thread, where comes a page after yor last page and this is very boring)
Than go to
http://www.vbseo.com/forums/
And klick on any, where the thread has more than one page and your last seen post ist not on the first page
So try for example
vBulletin 3.7.2 Released - Page 2 - vBulletin SEO Forums
If you already read this thread, it should send you now to something like
vBulletin 3.7.2 Released
but what happend is, that it send you to (or something else, if the thread changes)
vBulletin 3.7.2 Released
As far as i can say, it appear, that wenn i go to
vBulletin 3.7.2 Released - Page 2 - vBulletin SEO Forums
he loads the showthread.php two times.
The first time, he knows the right pagenumber and the secondtime, he did not.
If you look into the vB code and analys the problem, you will see, that when he calculate $vbulletin->GPC['pagenumber'] the first time, he set
$postorder = DESC an has an $postinfo[dateline] set.
At the second time, he also set $postorder = DESC, but know he has no value for $postinfo[dateline]
So he thinks, that all postings are new and calculate a most totally wrong pagenumber.
And if you look closer yu will see, that there is no $_GET['postid'] at the second time.


LinkBack URL
About LinkBacks
, where the thread has more than one page and your last seen post ist not on the first page





Reply With Quote

