Robbie Smith Posted September 25, 2014 Posted September 25, 2014 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.
Robbie Smith Posted September 25, 2014 Author Posted September 25, 2014 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'
Robbie Smith Posted September 25, 2014 Author Posted September 25, 2014 Yeah, I fixed my own issue. I just reloaded the .htaccess file with a good known copy. All is well. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now