I have a problem on a Drupal 6 site where at "admin/content/node", when trying to use the filters or beyond page one of the listings, the result is getting shown "admin/content".

It appears that whenever there is a query on the url, the page does not work.

Eg : admin/content/node?page=1

Adding a fourth argument to the url allows the page to then work, but this is no good as a proper fix

Eg : admin/content/node/foo?page=1