private static function getUserID(){return CakeSession::read('Auth.User')['id'];
CAuthComponent::getUserID() - APP/Controller/Component/CAuthComponent.php, line 374
CAuthComponent::checkACF() - APP/Controller/Component/CAuthComponent.php, line 383
CAuthComponent::__construct() - APP/Controller/Component/CAuthComponent.php, line 64
ComponentCollection::load() - CORE/Cake/Controller/ComponentCollection.php, line 116
ComponentCollection::init() - CORE/Cake/Controller/ComponentCollection.php, line 53
Controller::constructClasses() - CORE/Cake/Controller/Controller.php, line 649
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 188
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 137
Notice (8): Trying to access array offset on value of type null [APP/Controller/Component/CAuthComponent.php, line 374]
private static function getUserID(){return CakeSession::read('Auth.User')['id'];
CAuthComponent::getUserID() - APP/Controller/Component/CAuthComponent.php, line 374
CAuthComponent::__construct() - APP/Controller/Component/CAuthComponent.php, line 65
ComponentCollection::load() - CORE/Cake/Controller/ComponentCollection.php, line 116
ComponentCollection::init() - CORE/Cake/Controller/ComponentCollection.php, line 53
Controller::constructClasses() - CORE/Cake/Controller/Controller.php, line 649
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 188
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 137
Notice (8): Trying to access array offset on value of type null [APP/Controller/Component/CAuthComponent.php, line 247]
CAuthComponent::getUserRoleID() - APP/Controller/Component/CAuthComponent.php, line 247
CAuthComponent::__construct() - APP/Controller/Component/CAuthComponent.php, line 66
ComponentCollection::load() - CORE/Cake/Controller/ComponentCollection.php, line 116
ComponentCollection::init() - CORE/Cake/Controller/ComponentCollection.php, line 53
Controller::constructClasses() - CORE/Cake/Controller/Controller.php, line 649
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 188
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 137
Notice (8): Trying to access array offset on value of type null [APP/Controller/Component/CAuthComponent.php, line 374]
private static function getUserID(){return CakeSession::read('Auth.User')['id'];
CAuthComponent::getUserID() - APP/Controller/Component/CAuthComponent.php, line 374
CAuthComponent::checkACF() - APP/Controller/Component/CAuthComponent.php, line 383
CAuthComponent::__construct() - APP/Controller/Component/CAuthComponent.php, line 64
ComponentCollection::load() - CORE/Cake/Controller/ComponentCollection.php, line 116
ComponentCollection::init() - CORE/Cake/Controller/ComponentCollection.php, line 53
Controller::constructClasses() - CORE/Cake/Controller/Controller.php, line 649
CakeErrorController::__construct() - CORE/Cake/Controller/CakeErrorController.php, line 47
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 126
[main] - [internal], line ??
Notice (8): Trying to access array offset on value of type null [APP/Controller/Component/CAuthComponent.php, line 374]
private static function getUserID(){return CakeSession::read('Auth.User')['id'];
CAuthComponent::getUserID() - APP/Controller/Component/CAuthComponent.php, line 374
CAuthComponent::__construct() - APP/Controller/Component/CAuthComponent.php, line 65
ComponentCollection::load() - CORE/Cake/Controller/ComponentCollection.php, line 116
ComponentCollection::init() - CORE/Cake/Controller/ComponentCollection.php, line 53
Controller::constructClasses() - CORE/Cake/Controller/Controller.php, line 649
CakeErrorController::__construct() - CORE/Cake/Controller/CakeErrorController.php, line 47
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 126
[main] - [internal], line ??
Notice (8): Trying to access array offset on value of type null [APP/Controller/Component/CAuthComponent.php, line 247]
CAuthComponent::getUserRoleID() - APP/Controller/Component/CAuthComponent.php, line 247
CAuthComponent::__construct() - APP/Controller/Component/CAuthComponent.php, line 66
ComponentCollection::load() - CORE/Cake/Controller/ComponentCollection.php, line 116
ComponentCollection::init() - CORE/Cake/Controller/ComponentCollection.php, line 53
Controller::constructClasses() - CORE/Cake/Controller/Controller.php, line 649
CakeErrorController::__construct() - CORE/Cake/Controller/CakeErrorController.php, line 47
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 157
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 126
[main] - [internal], line ??
Errors
Missing Database Connection
Error:
A Database connection using "Mysql" was missing or unable to connect.
The database server returned this error: SQLSTATE[HY000] [1045] ProxySQL Error: Access denied for user 'MrRDS'@'10.3.1.141' (using password: YES)mysql:host=10.3.3.30;port=3306;dbname=classera_g2
Notice:
If you want to customize this error message, create app/View/Errors/missing_connection.ctp
'message' => 'Datasource is not found in Model/Datasource package.'));}static::$_dataSources[$name] = new $class(static::$config->{$name});static::$_dataSources[$name]->configKeyName = $name;
if (!empty($behaviors)) {foreach (BehaviorCollection::normalizeObjectArray($behaviors) as $config) { $this->load($config['class'], $config['settings']);}