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

