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