Title: [Plugin: Redirection] Log pagination issue
Last modified: August 20, 2016

---

# [Plugin: Redirection] Log pagination issue

 *  [pronoiac](https://wordpress.org/support/users/pronoiac/)
 * (@pronoiac)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-redirection-log-pagination-issue/)
 * I often look at the logs, filtered by various things – by the specific rule, 
   or searching for something. When I try to go to the next page of results, it 
   loses the filter, and instead shows page 2 of all the logs.
 * [http://wordpress.org/extend/plugins/redirection/](http://wordpress.org/extend/plugins/redirection/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Matze Pabst](https://wordpress.org/support/users/matthiaspabst/)
 * (@matthiaspabst)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-redirection-log-pagination-issue/#post-2903858)
 * Same problem here. In the pagination links (2,3,4 … next) the module-parameter
   is missing.
 * I see this error on all my WP sites with WordPress 3.4.x + redirection 2.2.13.
 *  [OnTrack](https://wordpress.org/support/users/ecomlearning/)
 * (@ecomlearning)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-redirection-log-pagination-issue/#post-2903885)
 * I’ve just come across this, not only on the Log but for the Redirect lists too.
 * I have inspected the code and there is no way this could work without additional
   parameters being passed in the URL. There is PHP code missing.
 * From what I can see the Log page needs a URL that contains
    sub=log (type of 
   list to show) curpage=1 (to show required page number) search= (to limit list
   to search key words) action2=-1 (not sure) perpage=50 (how many items to show
   per page)
 * If one modifies the URL then the pagination works fine. If one uses the links
   on the page to navigate the pages then half of the query string is dropped.
 * It is even worse when showing a paginated list of redirects in a group.
    sub=
   redirects id=3 search= perpage=50 These are all dropped from the URL so the page
   has no way of telling you are asking to display Redirects, what Group they are
   in, what key word to search for or how many items to display per page.
 * Again, if one manually types in a URL with all the required parameters the pagination
   works fine.
 * I hope this helps the author fix these issues.
 * Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Redirection] Log pagination issue’ is closed to new replies.

 * ![](https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639)
 * [Redirection](https://wordpress.org/plugins/redirection/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/redirection/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/redirection/)
 * [Active Topics](https://wordpress.org/support/plugin/redirection/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redirection/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redirection/reviews/)

## Tags

 * [log](https://wordpress.org/support/topic-tag/log/)
 * [Logs](https://wordpress.org/support/topic-tag/logs/)
 * [pagination](https://wordpress.org/support/topic-tag/pagination/)

 * 2 replies
 * 3 participants
 * Last reply from: [OnTrack](https://wordpress.org/support/users/ecomlearning/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-redirection-log-pagination-issue/#post-2903885)
 * Status: not resolved