Warning (2): rename(/www/wwwroot/www.adminso.com/logs/error.log,/www/wwwroot/www.adminso.com/logs/error.log.1739191326): No such file or directory [CORE/src/Log/Engine/FileLog.php, line 206]
Warning (2): unlink(/www/wwwroot/www.adminso.com/logs/error.log.1739184054) [<a href='https://secure.php.net/function.unlink'>function.unlink</a>]: No such file or directory [CORE/src/Log/Engine/FileLog.php, line 213]
Error: Missing Method in HomeController

Missing Method in HomeController 📋

Cake\Controller\Exception\MissingActionException
Toggle Vendor Stack Frames

Error The action indexed1 is not defined in HomeController

        $request $this->request;
        $action $request->getParam('action');
        if (!$this->isAction($action)) {
            throw new MissingActionException([
                'controller' => $this->name 'Controller',
                'action' => $request->getParam('action'),
                'prefix' => $request->getParam('prefix') ?: '',
                'plugin' => $request->getParam('plugin'),

Error Create HomeController::indexed1() in file: src/Controller/HomeController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
HomeController extends AppController
{

    public function 
indexed1()
    {

    }
}

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