That's a strange bug I cannot reproduce consistently. You can give everyone admin rights by going to functions/access.php and add "return true;" on a new line right after "case PC_ADMIN:" How is that for now?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That's a strange bug I cannot reproduce consistently. You can give everyone admin rights by going to functions/access.php and add "return true;" on a new line right after "case PC_ADMIN:" How is that for now?
That will work for the moment.
That solved the immediate problem of accessing the Admin tab.
I belive a have a new issue, which may or may not be related. When attempting to edit the Admin account I get this result:
Edit user
Leave the password fields blank to retain the old password.
Fatal error: Cannot use object of type ADORecordSet_mysql as array in X:\xampp\htdocs\volunteers\admin\users.php on line 201
If this is an entirely unrelated issue, I have no problem creating a new issue/bug report.