Forgot Password?
Register
More Website Templates at TemplateMonster.com!

Missing Method in EventsController

Error: The action index is not defined in controller EventsController

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

<?php
class EventsController extends AppController {

	var $name = 'Events';


	function index() {

	}

}
?>

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

Debug timer info
MessageStart Time (ms)End Time (ms)Duration (ms)
Core Processing (Derived)0221221
Component initialization and startup2212254
Controller action2252326
Component initialization and startup #22282540
Render Controller Action2342540
Debug timer info
MessageStart Time (ms)End Time (ms)Duration (ms)
Core Processing (Derived)0-1.33753581409E+12-1.33753581409E+12
Component initialization and startup2212254
Controller action2252326
Component initialization and startup #22282550
Render Controller Action2342550