For the life of me I can not get this right. I have my inventory set up and would like to have my users log on to my page and check that it is accurate. I can either get the page to allow guest access without being prompted to enter the userid and passwd(which I do not want), or I can get it to deny all but admin access. Even if the user authenticates with the right userid and passwd and then clicks on Users, which is a child of Dept, they get "Error: You are not allowed to view this category." Any help would be appreciated.
Thanks.
Brandon Amundson
bamundson@bbn.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For the life of me I can not get this right. I have my inventory set up and would like to have my users log on to my page and check that it is accurate. I can either get the page to allow guest access without being prompted to enter the userid and passwd(which I do not want), or I can get it to deny all but admin access. Even if the user authenticates with the right userid and passwd and then clicks on Users, which is a child of Dept, they get "Error: You are not allowed to view this category." Any help would be appreciated.
Thanks.
Brandon Amundson
bamundson@bbn.com
This usually happen if "register_globals = Off" is set in php.ini.
Change it to "register_globals = On"!