Missing Controller
Error: TrialsController could not be found.
Error: Create the class TrialsController below in file: app/controllers/trials_controller.php
<?php
class TrialsController extends AppController {
var $name = 'Trials';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
