Jump to content

Recommended Posts

Posted

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.

Posted

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'

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...