Warning (512): /var/www/cwolters/htdocs/app/tmp/cache/ is not writable [CORE/cake/libs/cache/file.php, line 81]
Warning (512): Cache not configured. Please use Cache::config(); in APP/config/core.php [CORE/cake/bootstrap.php, line 53]
CakePHP: the rapid development php framework: Missing Controller

Missing controller

You are seeing this error because controller DocManagerController could not be found.

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

Fatal: Create the class below in file: app/controllers/doc_manager_controller.php

<?php
class DocManagerController extends AppController {
   var $name = 'DocManager';
}
?>