It appears you know a great deal about the moodle environment.
So if I may, I have done my pre production on a local server running on my desktop.
After I finished the custom authentication piece I moved moodle to a live web server.
I am to the point where I can turn moodle over to the team who will be administering the software,
but I am unable to add new admins. This problem only occurs on the version that is on the web server,
everything works just fine on my local machine.
I have looped through the $CFG variable and know that I can programmatically add an admin at runtime, but that would just be a Band-Aid fix. I have checked the php error log and there is nothing in there related to this.
Do you have any experience with this issue or one similar? And do you have any suggestions as to where I can go look for a possible cause?