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