Notice (8): Undefined variable: controller_action_path [APP/views/layouts/default.ctp, line 78]
Notice (8): Undefined variable: controller_action_path [APP/views/layouts/default.ctp, line 84]

Missing Controller

Error: EventsController could not be found.

Error: Create the class EventsController below in file: app/controllers/events_controller.php

<?php
class EventsController extends AppController {

	var $name = 'Events';
}
?>

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