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