PDA

View Full Version : Config.php Cache Problem


topianno
03-24-2009, 07:24 PM
Hello,
I am trying to make some users "super administrators" by adding their user ID's to the config.php file in the /includes folder. I have done this before and it worked fine. However, I've added a couple new user ID's but it won't work. It seems like the config.php is cached or something, because if I remove a user ID that works as a super administrator I can still login with super administrator privileges even though I removed the user ID. The system should disable a user ID that I remove.

Any ideas? Im stumped...

Thanks for anyone that can help.
-Gabe

This is my code below:
$config['SpecialUsers']['superadministrators'] = '1,2,5,11,10,18';

Dismounted
03-25-2009, 06:58 AM
Are you sure you've uploaded and overwritten the file.

topianno
03-25-2009, 07:44 AM
Absolutely. I even tried deleting the config.php file and re uploading it. Any other ideas?

Marco van Herwaarden
03-26-2009, 10:29 AM
How do you check the effect of your changes?