Notice (8): file_put_contents(): write of 277 bytes failed with errno=28 No space left on device [CORE/src/Log/Engine/FileLog.php, line 133]

Warning: file_put_contents(/var/www/html/khel_sathi/logs/debug.log) [function.file-put-contents]: failed to open stream: Permission denied in /var/www/html/khel_sathi/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: Only -1 of 277 bytes written, possibly out of free disk space [CORE/src/Log/Engine/FileLog.php, line 133]

Notice: file_put_contents() [function.file-put-contents]: write of 1259 bytes failed with errno=28 No space left on device in /var/www/html/khel_sathi/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133

Warning: file_put_contents() [function.file-put-contents]: Only -1 of 1259 bytes written, possibly out of free disk space in /var/www/html/khel_sathi/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Notice (8): SplFileObject::fwrite() [<a href='https://secure.php.net/splfileobject.fwrite'>splfileobject.fwrite</a>]: write of 8192 bytes failed with errno=28 No space left on device [CORE/src/Cache/Engine/FileEngine.php, line 162]

Warning: file_put_contents(/var/www/html/khel_sathi/logs/debug.log) [function.file-put-contents]: failed to open stream: Permission denied in /var/www/html/khel_sathi/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_routes_ cache was unable to write 'routeCollection' to Cake\Cache\Engine\FileEngine cache [CORE/src/Cache/Cache.php, line 290]

Notice: file_put_contents() [function.file-put-contents]: write of 1401 bytes failed with errno=28 No space left on device in /var/www/html/khel_sathi/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133

Warning: file_put_contents() [function.file-put-contents]: Only -1 of 1401 bytes written, possibly out of free disk space in /var/www/html/khel_sathi/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Notice (8): file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: write of 1894 bytes failed with errno=28 No space left on device [CORE/src/Log/Engine/FileLog.php, line 133]

Warning: file_put_contents(/var/www/html/khel_sathi/logs/debug.log) [function.file-put-contents]: failed to open stream: Permission denied in /var/www/html/khel_sathi/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: Only -1 of 1894 bytes written, possibly out of free disk space [CORE/src/Log/Engine/FileLog.php, line 133]

Notice: file_put_contents() [function.file-put-contents]: write of 1309 bytes failed with errno=28 No space left on device in /var/www/html/khel_sathi/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133

Warning: file_put_contents() [function.file-put-contents]: Only -1 of 1309 bytes written, possibly out of free disk space in /var/www/html/khel_sathi/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): Unable to emit headers. Headers sent in file=/var/www/html/khel_sathi/vendor/cakephp/cakephp/src/Error/Debugger.php line=853 [CORE/src/Http/ResponseEmitter.php, line 48]

Notice: file_put_contents() [function.file-put-contents]: write of 614 bytes failed with errno=28 No space left on device in /var/www/html/khel_sathi/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133

Warning: file_put_contents() [function.file-put-contents]: Only -1 of 614 bytes written, possibly out of free disk space in /var/www/html/khel_sathi/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/khel_sathi/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 148]

Notice: file_put_contents() [function.file-put-contents]: write of 761 bytes failed with errno=28 No space left on device in /var/www/html/khel_sathi/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133

Warning: file_put_contents() [function.file-put-contents]: Only -1 of 761 bytes written, possibly out of free disk space in /var/www/html/khel_sathi/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/khel_sathi/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 177]

Notice: file_put_contents() [function.file-put-contents]: write of 758 bytes failed with errno=28 No space left on device in /var/www/html/khel_sathi/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133

Warning: file_put_contents() [function.file-put-contents]: Only -1 of 758 bytes written, possibly out of free disk space in /var/www/html/khel_sathi/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Error: Missing Controller

Missing Controller Cake\Routing\Exception\MissingControllerException

Documentation API

Error: KhelsathiLaunchController could not be found.

In the case you tried to access a plugin controller make sure you added it to your composer file or you use the autoload option for the plugin.

Error: Create the class KhelsathiLaunchController below in file: src/Controller/KhelsathiLaunchController.php

    <?php
    
namespace App\Controller;

    use 
App\Controller\AppController;

    class 
KhelsathiLaunchController extends AppController
    
{

    }

If you want to customize this error message, create src/Template/Error/missing_controller.ctp

toggle vendor stack frames