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