Jump to content

Robbie Smith

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Robbie Smith

  1. Yeah, I fixed my own issue. I just reloaded the .htaccess file with a good known copy. All is well.
  2. 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'
  3. 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.
×
×
  • Create New...