Warning (2): session_start(): open(/var/lib/php/session/sess_heoujk8oeefdhgubhiapb3bskv, O_RDWR) failed: No space left on device (28) [APP/Config/bootstrap.php, line 2]
Warning (2): session_start() [<a href='http://php.net/function.session-start'>function.session-start</a>]: Failed to read session data: files (path: /var/lib/php/session) [APP/Config/bootstrap.php, line 2]
Warning (512): SplFileInfo::openFile(/var/www/html/conganbacgiang.gov.vn/public_html/app/tmp/cache/persistent/cabg_cake_core_cake_dev_vi) [<a href='http://php.net/splfileinfo.openfile'>splfileinfo.openfile</a>]: failed to open stream: No space left on device [CORE/Cake/Cache/Engine/FileEngine.php, line 364]
Warning (512): _cake_core_ cache was unable to write 'cake_dev_vi' to File cache [CORE/Cake/Cache/Cache.php, line 327]
CakePHP: the rapid development php framework: Errors

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