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

