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


