More Website Templates at TemplateMonster.com!
Missing Method in EventregistrationsController
Error: The action index is not defined in controller EventregistrationsController
Error: Create EventregistrationsController::index() in file: app/controllers/eventregistrations_controller.php.
<?php
class EventregistrationsController extends AppController {
var $name = 'Eventregistrations';
function index() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.