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





