I found the bug in recent versions
-
As many users know you cannot go to next page in blocked users because the url generated is:
https://xxxxxxxxxx.com/wp-admin/admin.php?page=https://block_user_date&paged=2&srole=&txtUsername=&orderby=user_login&order=ASC
This generated link should show page number 2 but you get only “Sorry, you are not allowed to access this page.”
The problem lies in https:// that needs to delete to show the page. If the write of this great plugin would read this he may fix that easy I guess. For now just go to the url and delete the above text and refresh.
Now you can check next page. If you wanna see page number 3 just change the 2 into 3 and so on:
https://xxxxxxxxxx.com/wp-admin/admin.php?page=block_user_date&paged=2&srole=&txtUsername=&orderby=user_login&order=ASC
https://xxxxxxxxxx.com/wp-admin/admin.php?page=block_user_date&paged=3&srole=&txtUsername=&orderby=user_login&order=ASC
…
- The topic ‘I found the bug in recent versions’ is closed to new replies.