Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/hpwaheguru.co.uk/httpdocs/vendor/cakephp/acl/src/Model/Table/PermissionsTable.php on line 144

Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/vhosts/hpwaheguru.co.uk/httpdocs/vendor/cakephp/acl/src/Model/Table/PermissionsTable.php on line 185

Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/vhosts/hpwaheguru.co.uk/httpdocs/vendor/cakephp/acl/src/Model/Table/PermissionsTable.php on line 192
Notice (8): compact() [<a href='https://secure.php.net/function.compact'>function.compact</a>]: Undefined variable: etagMatches [CORE/src/Http/Response.php, line 1887]
Notice (8): compact() [<a href='https://secure.php.net/function.compact'>function.compact</a>]: Undefined variable: timeMatches [CORE/src/Http/Response.php, line 1887]
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