This is a discussion on Pagination broken in admincp browseusers.php - easy fix within the v3.1 Questions & Support forums, part of the v3.1 Legacy Help & Support category; Say I'm looking for a member whose username starts with 'J' - I click 'Browse Members' then the letter 'J' ...
|
|||||||
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Say I'm looking for a member whose username starts with 'J' - I click 'Browse Members' then the letter 'J' up top. If he's not on the first page and I have to go to 'Last' or '2' to find him, that 2nd page turns up no results even though the first page said 'Page 1 of 2'.
The problem is that the URL string being built uses a '?' for the 2nd parameter instead of an '&'. So, currently it looks like this: http://www.68classifieds.com/adminis...eusers.php?q=j?page=2 ...when it should look like this: http://www.68classifieds.com/adminis...eusers.php?q=j&page=2 This is 3.1.4 btw. Don't you wish all bugs were this easy Eric? |