Notice: file_put_contents() [function.file-put-contents]: Write of 1407 bytes failed with errno=28 No space left on device in /data/repos/visionmax/iskon/iskon-platform/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8) : file_put_contents(): Write of 270 bytes failed with errno=28 No space left on device [in /data/repos/visionmax/iskon/iskon-platform/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php, line 140]

Notice: file_put_contents() [function.file-put-contents]: Write of 1756 bytes failed with errno=28 No space left on device in /data/repos/visionmax/iskon/iskon-platform/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8) : file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: Write of 2101 bytes failed with errno=28 No space left on device [in /data/repos/visionmax/iskon/iskon-platform/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php, line 140]

Notice: file_put_contents() [function.file-put-contents]: Write of 584 bytes failed with errno=28 No space left on device in /data/repos/visionmax/iskon/iskon-platform/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (512) : Unable to emit headers. Headers sent in file=/data/repos/visionmax/iskon/iskon-platform/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=36 [in /data/repos/visionmax/iskon/iskon-platform/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]

Notice: file_put_contents() [function.file-put-contents]: Write of 789 bytes failed with errno=28 No space left on device in /data/repos/visionmax/iskon/iskon-platform/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (2) : Cannot modify header information - headers already sent by (output started at /data/repos/visionmax/iskon/iskon-platform/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /data/repos/visionmax/iskon/iskon-platform/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 168]

Notice: file_put_contents() [function.file-put-contents]: Write of 786 bytes failed with errno=28 No space left on device in /data/repos/visionmax/iskon/iskon-platform/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (2) : Cannot modify header information - headers already sent by (output started at /data/repos/visionmax/iskon/iskon-platform/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /data/repos/visionmax/iskon/iskon-platform/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: Missing Controller

Missing Controller 📋

Cake\Http\Exception\MissingControllerException
Toggle Vendor Stack Frames

Error Sitemap.xmlController could not be found.

     * @return \Cake\Http\Exception\MissingControllerException
     */
    protected function missingController(ServerRequest $request)
    {
        return new MissingControllerException([
            'class' => $request->getParam('controller'),
            'plugin' => $request->getParam('plugin'),
            'prefix' => $request->getParam('prefix'),
            '_ext' => $request->getParam('_ext'),

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.

Suggestion Create the class Sitemap.xmlController below in file: src/Controller/Sitemap.xmlController.php

    <?php
    
namespace App\Controller;

    use 
App\Controller\AppController;

    class 
Sitemap.xmlController extends AppController
    
{

    }

If you want to customize this error message, create templates/Error/missing_controller.php