Notice (8): Undefined index: HTTP_ACCEPT_LANGUAGE [APP/Controller/AppController.php, line 122]
Vyvážečka Libhošť a okolí

Missing Method in AppController

Error: The action webroot is not defined in controller AppController

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

<?php
class AppController extends AppController {


	public function webroot() {

	}

}

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

Stack Trace

  • CORE/Cake/Routing/Dispatcher.php line 193Controller->invokeAction(CakeRequest)
  • CORE/Cake/Routing/Dispatcher.php line 167Dispatcher->_invoke(AppController, CakeRequest)
  • APP/webroot/index.php line 110Dispatcher->dispatch(CakeRequest, CakeResponse)