friendo

Asked 5 years ago
 
Issues on Pages
[archived]
When I click 'go to next page' or 'next page' and stuff like that on the board, it keeps me at the 1st page always. I was wondering if any suggestions could be make, because this is annoying...
 
Category: forum
 
8
answers
 
1547
views

Answers


ktrout

Answered 5 years ago
  I'm seeing the same problem. I always get the first page regardless of what number I choose.
 
0
rating

lonequid

Answered 5 years ago
  It appears the pagination links are broken. To temporarily fix the problem, take the link the next page link gives you, for example:

http://movielens.org/forum/viewthread?thread=15&pager.offset=10

The problem here is the variable in the GET portion of the URL pager.offset. This tells the server how many posts to offset by from the first one. The proper variable which should be passed along is just offset. To fix it, change the url to say:

http://movielens.org/forum/viewthread?thread=15&offset=10

That should load the proper posts.
 
0
rating

andrewski

Answered 5 years ago
  Thanks, lonequid, that works. (Glad I searched first before posting a new thread on this quirk.)

Any idea if the MovieLens people know about it?
 
0
rating

friendo

Answered 5 years ago
  Thank you so much, lonequid!
 
0
rating

memasa

Answered 5 years ago
  Also, when I watch someone's profile I can't see the ratings, the titles are visible though.
 
0
rating

Ellipsis

Answered 5 years ago
  The pagination links are still broken. Can someone at ML possibly take a look at this?
 
0
rating

rt_davies

Answered 5 years ago
  The task is assigned, and work will begin tomorrow morning. I have no estimate for how long it will take, we have not yet done the analysis on what is causing the bug.

Thanks to everyone for reporting this.
 
0
rating

rt_davies

Answered 5 years ago
  This is fixed, or more precisely, rolled back. The problem was that we upgraded our paging library and the new version of the library was not backward compatible with our code. We've reverted to the previous version of the lib and will be taking the upgrade more slowly next time.

BTW, you may have noticed that pagination was broken on movie search as well. That is fixed now too.

Thanks again to everyone for the bug reports and to Origamiman for both fixes.
 
0
rating

This question is closed to new answers.