Recent queries:

Errors

Missing Method in RecordsController

Error: The action advancedsearch is not defined in controller RecordsController

Error: Create RecordsController::advancedsearch() in file: app/controllers/records_controller.php.

<?php
class RecordsController extends AppController {

	var $name = 'Records';


	function advancedsearch() {

	}

}
?>

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