Notice (8): Trying to access array offset on value of type bool [APP/Controller/AppController.php, line 98]Code Context $this->Security->requireSecure();
$this->agent = checkAgentClass::check();
$this->dir = $this->agent["category"]=="phone"?"phone":"pc";
AppController::beforeFilter() - APP/Controller/AppController.php, line 98
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 682
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 158
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 126
[main] - [internal], line ??
Missing Controller
Error:
ImgController could not be found.
Error:
Create the class ImgController below in file: testshop3.cross-test.xyz/Controller/ImgController.php
<?php
class ImgController extends AppController {
}
Notice:
If you want to customize this error message, create testshop3.cross-test.xyz/View/Errors/missing_controller.ctp
Stack Trace