Notice (8): Undefined offset: 1 [APP/app_controller.php, line 1334]
Notice (8): Undefined index: ad [APP/app_controller.php, line 450]
- -

Missing Controller

Error: ManagerController could not be found.

Error: Create the class ManagerController below in file: app/controllers/manager_controller.php

<?php
class ManagerController extends AppController {

	var $name = 'Manager';
}
?>

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