Notice (8): unserialize() [function.unserialize]: Error at offset 8138 of 8181 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