Hello John and webexplosion,
I'm noticing similar problem. I open the 404 log and I have URL like:
http://www.example.com/wp-admin/tools.php?page=redirection.php&sub=log&module=3
The first item in the log is 2 weeks old, which is strange.
Then I click a number in the page navigation and I get to this URL. Clearly it forgets the module argument in the URL:
http://www.example.com/wp-admin/tools.php?page=redirection.php&sub=log&curpage=2
The correct URL would be with the module=3 in the URL, like this
http://www.example.com/wp-admin/tools.php?page=redirection.php&sub=log&module=3&curpage=2
This way I'm able to get to the newest log entries, which show up on last page (strange, the newest items always were at the top of the list before):
www.example.com/wp-admin/tools.php?page=redirection.php&sub=log&module=3&curpage=577
We haven't noticed this before, this must be a problem of the 2.2.13 version.
I installed 2.2.12 and I was getting URLs like this when opening the log (very strange):
http://www.example.com/wp-admin/redirection?page=redirection.php&sub=log&module=3
The version 2.2.10 works alright, the log is paging as it should be.
Thanks,
Martin