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


