Notice (8): Undefined index:  controller [APP/views/layouts/default_public.ctp, line 12]

Missing Method in SearchController

Error: The action advanced is not defined in controller SearchController

Error: Create SearchController::advanced() in file: app/controllers/search_controller.php.

<?php
class SearchController extends AppController {

	var $name = 'Search';


	function advanced() {

	}

}
?>

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