Warning (2): unlink(/home/users/1/penguinsbar/web/ichinen.southwaves.net/app/tmp/cache/persistent/cake_core_default_) [function.unlink]: No such file or directory [CORE/cake/libs/file.php, line 298]
CakePHP: the rapid development php framework: Errors

Missing Controller

Error: FilesController could not be found.

Error: Create the class FilesController below in file: app/controllers/files_controller.php

<?php
class FilesController extends AppController {

	var $name = 'Files';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp