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