Notice (8): Undefined variable: titleid [APP/views/layouts/main.ctp, line 32]">

Missing Method in EventsController

Error: The action archives is not defined in controller EventsController

Error: Create EventsController::archives() in file: app/controllers/events_controller.php.

<?php
class EventsController extends AppController {

	var $name = 'Events';


	function archives() {

	}

}
?>

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