So more info. on the ProcessPageEdit.module this script isn't working:
if(isset($_POST['id'])) $this->id = (int) $_POST['id'];
else if(isset($_GET['id'])) $this->id = (int) $_GET['id'];
Neither $_GET or $_POST can get the 'id'
When I hit: /admin/access/users/edit/?id=41
I get Unknown page.
This site worked on a staging server, but when i moved it to another server, it failed. All other pages (except the admin > pages) works. or are these related. Thanks.