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

