Notice (8): Indirect modification of overloaded property CakeErrorController::$Auth has no effect [APP/Controller/AppController.php, line 38]
Warning (2): Creating default object from empty value [APP/Controller/AppController.php, line 38]
Notice (8): Indirect modification of overloaded property CakeErrorController::$Auth has no effect [APP/Controller/AppController.php, line 39]
Warning (2): Creating default object from empty value [APP/Controller/AppController.php, line 39]
Notice (8): Indirect modification of overloaded property CakeErrorController::$Auth has no effect [APP/Controller/AppController.php, line 40]
Warning (2): Creating default object from empty value [APP/Controller/AppController.php, line 40]
Notice (8): Indirect modification of overloaded property CakeErrorController::$Auth has no effect [APP/Controller/AppController.php, line 41]
Warning (2): Creating default object from empty value [APP/Controller/AppController.php, line 41]
Supr admin

Missing Method in UsersController

Error: The action dashboard.html is not defined in controller UsersController

Error: Create UsersController::dashboard.html() in file: admin/Controller/UsersController.php.

<?php
class UsersController extends AppController {


	public function dashboard.html() {

	}

}

Notice: If you want to customize this error message, create admin/View/Errors/missing_action.ctp

Stack Trace