Notice (8): unserialize() [http://php.net/function.unserialize]: Error at offset 8181 of 18418 bytes [CORE/cake/libs/cache/file.php, line 190]
CakePHP: the rapid development php framework: Errors

Missing Controller

Error: UploadController could not be found.

Error: Create the class UploadController below in file: admin/controllers/upload_controller.php

<?php
class UploadController extends AppController {

	var $name = 'Upload';
}
?>

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