I am having a strange issue where the page links (and next page button) for the list of all members (Members > View All) do not work as they should. (They bring up the website homepage.) The page 2 link is the url for the site plus /C=members&M=view_all_members&tbl_offset=20 . (It seems to be missing the /admin.php?S=[session_id] part of the url.) Manually updating this url to mysite.com/admin.php?S=xxxxxxxxxx&C=members&M=view_all_members&tbl_offset=20 does correctly bring up the next page of the member accounts listing.
Paging through other sections of the CP, such as a list of channel entries, does work correctly. These page links are also missing ‘admin.php’ and the session id, but they still work.
We are running EE 2.5.1. Is this a bug that’s been fixed in 2.5.3? Also, I have installed Profile:Edit, but it didn’t make sense to me that this would break the member accounts pagination. I didn’t see this issue in either the EE or Profile:Edit support forums…
Thanks for any help!