Notice (8): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 365]
Notice (8): Undefined index: country [APP/Controller/AppController.php, line 394]
Notice (8): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 394]
Notice (8): Undefined index: country [APP/Controller/AppController.php, line 395]
Notice (8): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 395]
Notice (8): Undefined index: location [APP/Controller/AppController.php, line 401]
Notice (8): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 401]
Notice (8): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 401]
Notice (8): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 401]
Notice (8): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 401]
Notice (8): Undefined index: location [APP/Controller/AppController.php, line 402]
Notice (8): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 402]
Notice (8): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 402]
Notice (8): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 402]
Notice (8): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 402]
Notice (8): Undefined index: location [APP/Controller/AppController.php, line 415]
Notice (8): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 415]
Notice (8): Undefined index: location [APP/Controller/AppController.php, line 416]
Notice (8): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 416]
Notice (8): Undefined index: location [APP/Controller/AppController.php, line 417]
Notice (8): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 417]
Warning (2): Cannot modify header information - headers already sent by (output started at /home/animafenix/sanferminsinsangre.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [APP/Controller/AppController.php, line 173]
Warning (2): Cannot modify header information - headers already sent by (output started at /home/animafenix/sanferminsinsangre.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [APP/Controller/AppController.php, line 173]
Warning (2): Cannot modify header information - headers already sent by (output started at /home/animafenix/sanferminsinsangre.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [APP/Controller/AppController.php, line 173]
Warning (512): Unable to emit headers. Headers sent in file=/home/animafenix/sanferminsinsangre.org/vendor/cakephp/cakephp/src/Error/Debugger.php line=856 [CORE/src/Http/ResponseEmitter.php, line 51]
Warning (2): Cannot modify header information - headers already sent by (output started at /home/animafenix/sanferminsinsangre.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php, line 152]
Warning (2): Cannot modify header information - headers already sent by (output started at /home/animafenix/sanferminsinsangre.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php, line 181]
Error: Missing Method in PostsController

Missing Method in PostsController Cake\Controller\Exception\MissingActionException

Documentation API

The action display is not defined in PostsController

Error: Create PostsController::display() in file: src/Controller/PostsController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
PostsController extends AppController
{

    public function 
display()
    {

    }
}

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

toggle vendor stack frames