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

