Notice (8): Undefined variable: loggedin [APP/views/layouts/default.ctp, line 19]
 
Notice (8): Undefined variable: leftMenu [APP/views/layouts/default.ctp, line 45]
Notice (8): Undefined variable: topMenu [APP/views/layouts/default.ctp, line 52]
Notice (8): Undefined variable: loggedin [APP/views/layouts/default.ctp, line 60]

Missing Method in AdminController

Error: The action <pre class= is not defined in controller AdminController

Error: Create AdminController::<pre class=() in file: app/controllers/admin_controller.php.

<?php
class AdminController extends AppController {

	var $name = 'Admin';


	function <pre class=() {

	}

}
?>

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

Notice (8): Undefined variable: loggedin [APP/views/layouts/default.ctp, line 78]