Missing Controller
Error: CarolSummersController could not be found.
Error: Create the class CarolSummersController below in file: public_html/controllers/carol_summers_controller.php
<?php
class CarolSummersController extends AppController {
var $name = 'CarolSummers';
}
?>
Notice: If you want to customize this error message, create public_html/views/errors/missing_controller.ctp
