Deprecated (8192) : Creation of dynamic property App\Controller\CategoriesController::$app_folder is deprecated [in /home/poll2know/web/poll2know.com/public_html/src/Controller/AppController.php, line 32]
Deprecated (8192) : Creation of dynamic property App\Controller\CategoriesController::$mailer is deprecated [in /home/poll2know/web/poll2know.com/public_html/src/Controller/AppController.php, line 33]
Deprecated (8192) : Creation of dynamic property App\Controller\CategoriesController::$protocol is deprecated [in /home/poll2know/web/poll2know.com/public_html/src/Controller/AppController.php, line 36]
Deprecated (8192) : Creation of dynamic property App\Controller\CategoriesController::$path is deprecated [in /home/poll2know/web/poll2know.com/public_html/src/Controller/AppController.php, line 37]
Deprecated (8192) : Creation of dynamic property App\Controller\CategoriesController::$isLocal is deprecated [in /home/poll2know/web/poll2know.com/public_html/src/Controller/AppController.php, line 38]
Deprecated (8192) : Creation of dynamic property App\Controller\CategoriesController::$currlang is deprecated [in /home/poll2know/web/poll2know.com/public_html/src/Controller/AppController.php, line 114]
Deprecated (8192) : Creation of dynamic property App\Controller\CategoriesController::$currlangid is deprecated [in /home/poll2know/web/poll2know.com/public_html/src/Controller/AppController.php, line 115]
Deprecated (8192) : Creation of dynamic property App\Controller\CategoriesController::$authUser is deprecated [in /home/poll2know/web/poll2know.com/public_html/src/Controller/AppController.php, line 230]
Deprecated (8192) : Creation of dynamic property App\Controller\CategoriesController::$c_list is deprecated [in /home/poll2know/web/poll2know.com/public_html/src/Controller/AppController.php, line 236]
Deprecated (8192) : Creation of dynamic property App\Controller\ErrorController::$app_folder is deprecated [in /home/poll2know/web/poll2know.com/public_html/src/Controller/AppController.php, line 32]
Deprecated (8192) : Creation of dynamic property App\Controller\ErrorController::$mailer is deprecated [in /home/poll2know/web/poll2know.com/public_html/src/Controller/AppController.php, line 33]
Deprecated (8192) : Creation of dynamic property App\Controller\ErrorController::$protocol is deprecated [in /home/poll2know/web/poll2know.com/public_html/src/Controller/AppController.php, line 36]
Deprecated (8192) : Creation of dynamic property App\Controller\ErrorController::$path is deprecated [in /home/poll2know/web/poll2know.com/public_html/src/Controller/AppController.php, line 37]
Deprecated (8192) : Creation of dynamic property App\Controller\ErrorController::$isLocal is deprecated [in /home/poll2know/web/poll2know.com/public_html/src/Controller/AppController.php, line 38]
Deprecated (8192) : Creation of dynamic property App\Controller\ErrorController::$currlang is deprecated [in /home/poll2know/web/poll2know.com/public_html/src/Controller/AppController.php, line 114]
Warning (512) : Unable to emit headers. Headers sent in file=/home/poll2know/web/poll2know.com/public_html/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=37 [in /home/poll2know/web/poll2know.com/public_html/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 65]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/poll2know/web/poll2know.com/public_html/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home/poll2know/web/poll2know.com/public_html/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 159]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/poll2know/web/poll2know.com/public_html/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home/poll2know/web/poll2know.com/public_html/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 192]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/poll2know/web/poll2know.com/public_html/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home/poll2know/web/poll2know.com/public_html/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 229]
Error: Missing Database Connection

Missing Database Connection 📋

Cake\Database\Exception\MissingConnectionException

Connection to Mysql could not be established: SQLSTATE[HY000] [1698] Access denied for user 'root'@'localhost'

CORE/src/Database/Driver.php at line 203 (edit)
        $retry = new CommandRetry(new ErrorCodeWaitStrategy(static::RETRY_ERROR_CODES, 5), 4);
        try {
            return $retry->run($action);
        } catch (PDOException $e) {
            throw new MissingConnectionException(
                [
                    'driver' => App::shortName(static::class, 'Database/Driver'),
                    'reason' => $e->getMessage(),
                ],
Caused by SQLSTATE[HY000] [1698] Access denied for user 'root'@'localhost' PDOException
CORE/src/Database/Driver.php at line 192 (edit)
     * @return \PDO
     */
    protected function createPdo(string $dsn, array $config): PDO
    {
        $action = fn(): PDO => new PDO(
            $dsn,
            $config['username'] ?: null,
            $config['password'] ?: null,
            $config['flags'],

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