Missing Controller

: SearchController could not be found.

: Create the class SearchController below in file: app/controllers/search_controller.php

<?php
class SearchController extends AppController {

	var $name = 'Search';
}
?>

: If you want to customize this error message, create app/views/errors/missing_controller.ctp