Warning (2): file_put_contents(/var/www/vhosts/grupodemosa.com/httpdocs/app/tmp/logs/error.log): failed to open stream: Permission denied [CORE/Cake/Log/Engine/FileLog.php, line 142]
CakePHP: the rapid development php framework: Errors

Missing Method in AppController

Error: The action home is not defined in controller AppController

Error: Create AppController::home() in file: app/Controller/AppController.php.

<?php
class AppController extends AppController {


	public function home() {

	}

}

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

Stack Trace