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