In order to do some things in the Admin control panel, you have to enable debug mode.
Edit the config.php and add the following code to the end of the file:
$config['debug'] = true;
Once you are done making changes in the Admin control panel, be sure to remove the debug code from the config.php file.