Notice: file_put_contents() [function.file-put-contents]: Write of 1400 bytes failed with errno=28 No space left on device in /home/pepsico_user/web/pepsico.co.ve/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 142
Notice (8) : file_put_contents(): Write of 270 bytes failed with errno=28 No space left on device [in /home/pepsico_user/web/pepsico.co.ve/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php, line 142]

Notice: file_put_contents() [function.file-put-contents]: Write of 1744 bytes failed with errno=28 No space left on device in /home/pepsico_user/web/pepsico.co.ve/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 142
Notice (8) : file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: Write of 2067 bytes failed with errno=28 No space left on device [in /home/pepsico_user/web/pepsico.co.ve/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php, line 142]

Notice: file_put_contents() [function.file-put-contents]: Write of 654 bytes failed with errno=28 No space left on device in /home/pepsico_user/web/pepsico.co.ve/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 142
Warning (512) : Unable to emit headers. Headers sent in file=/home/pepsico_user/web/pepsico.co.ve/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=37 [in /home/pepsico_user/web/pepsico.co.ve/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]

Notice: file_put_contents() [function.file-put-contents]: Write of 826 bytes failed with errno=28 No space left on device in /home/pepsico_user/web/pepsico.co.ve/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 142
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/pepsico_user/web/pepsico.co.ve/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home/pepsico_user/web/pepsico.co.ve/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 164]

Notice: file_put_contents() [function.file-put-contents]: Write of 823 bytes failed with errno=28 No space left on device in /home/pepsico_user/web/pepsico.co.ve/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 142
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/pepsico_user/web/pepsico.co.ve/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home/pepsico_user/web/pepsico.co.ve/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: Missing Controller

Missing Controller 📋

Cake\Http\Exception\MissingControllerException

Error Sitemap.xmlController 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.

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
    {

    }
CORE/src/Controller/ControllerFactory.php at line 338 (edit)
     * @return \Cake\Http\Exception\MissingControllerException
     */
    protected function missingController(ServerRequest $request)
    {
        return new MissingControllerException([
            'controller' => $request->getParam('controller'),
            'plugin' => $request->getParam('plugin'),
            'prefix' => $request->getParam('prefix'),
            '_ext' => $request->getParam('_ext'),

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