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 Method in UsersController

Missing Method in UsersController Cake\Controller\Exception\MissingActionException

Documentation API

The action resources is not defined in UsersController

Error: Create UsersController::resources() in file: src/Controller/UsersController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
UsersController extends AppController
{

    public function 
resources()
    {

    }
}

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

toggle vendor stack frames