Notice (8): Undefined index:  site [APP/app_controller.php, line 69]
Notice (8): Undefined index:  site [APP/app_controller.php, line 70]
CakePHP: the rapid development php framework: Missing Method in Controller

Missing Method in SiteController

Error: The action gaestebuch is not defined in controller SiteController

Error: Create SiteController::gaestebuch() in file: app/controllers/site_controller.php.

<?php
class SiteController extends AppController {

	var $name = 'Site';


	function gaestebuch() {

	}

}
?>

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