Error: The action auth.login is not defined in controller EventsController
Error: Create EventsController::auth.login() in file: academo/controllers/events_controller.php.
<?php
class EventsController extends AppController {
var $name = 'Events';
function auth.login() {
}
}
?>
Notice: If you want to customize this error message, create academo/views/errors/missing_action.ctp.