Deprecated: Array and string offset access syntax with curly braces is deprecated in /home1/alipi204/public_html/snfe.webdeverdade.com.br/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php on line 2024
Warning (512): Unable to emit headers. Headers sent in file=/home1/alipi204/public_html/snfe.webdeverdade.com.br/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php line=2024 [CORE/src/Http/ResponseEmitter.php, line 48]
Error: Missing Controller

Missing Controller Cake\Routing\Exception\MissingControllerException

Documentation API

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.

Error: 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 src/Template/Error/missing_controller.ctp

toggle vendor stack frames