Deprecated (8192) : Creation of dynamic property App\Model\Table\CompanyStreamingWorksTable::$CompanyStreamingWorkHourlyViewingSeconds is deprecated [in /home/users/1/main.jp-34661c58e1a128c1/web/dev.kan-geki.com/src/Model/Table/CompanyStreamingWorksTable.php, line 121]
Warning (512) : Unable to emit headers. Headers sent in file=/home/users/1/main.jp-34661c58e1a128c1/web/dev.kan-geki.com/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=37 [in /home/users/1/main.jp-34661c58e1a128c1/web/dev.kan-geki.com/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/users/1/main.jp-34661c58e1a128c1/web/dev.kan-geki.com/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home/users/1/main.jp-34661c58e1a128c1/web/dev.kan-geki.com/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 164]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/users/1/main.jp-34661c58e1a128c1/web/dev.kan-geki.com/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home/users/1/main.jp-34661c58e1a128c1/web/dev.kan-geki.com/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: Missing Method in PagesController

Missing Method in PagesController 📋

Cake\Controller\Exception\MissingActionException

Error The action phpstorm: is not defined in PagesController

Error Create PagesController::phpstorm:() in file: src/Controller/Theatre/PagesController.php.

<?php
namespace App\Controller\Theatre;

use 
App\Controller\AppController;

class 
PagesController extends AppController
{

    public function 
phpstorm:()
    {

    }
}
CORE/src/Controller/Controller.php at line 539 (edit)
        $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'),

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