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