1
I have more than 500 photos in my xcgallery.
the top rated photo section seemed to be truncated.
The thumbnail showed photo A.
but when clicked. it showed photo B but with photo's A comments.
it only happens in Top Rated section and the rest are ok and performing normally.
I did a debug and it showed this.
When clicking on one of the top rated photo USER:
Array
(
[ID] => 950313fabccb270628fc63c96529e0f7
[am] => 1
[liv] => Array
(
[0] => 3
[1] => 432
[2] => 526
[3] => 523
[4] => 410
)
[suid] => 2
)
GET :
Array
(
[pid] => 3
[album] => toprated
[cat] =>
[pos] => 2
)
POST:
Array
(
)
When clicking on the same photo but through user album, (this one performs as it should USER:
Array
(
[ID] => 950313fabccb270628fc63c96529e0f7
[am] => 1
[liv] => Array
(
[0] => 3
[1] => 432
[2] => 526
[3] => 523
[4] => 410
)
[suid] => 2
)
GET :
Array
(
[pid] => 3
[album] => usearch
[cat] => 0
[pos] => 21
)
POST:
Array
(
)