Notice: Undefined index: database_engine in /home/kikdnsx/www/config/bootstrap.php on line 108

Warning: Cannot modify header information - headers already sent by (output started at /home/kikdnsx/www/config/bootstrap.php:108) in /home/kikdnsx/www/classes/exception/PrestaShopException.php on line 41

[PrestaShopException]

Link to database cannot be established: SQLSTATE[HY000] [1045] Access denied for user 'kikdnsxthara5'@'10.100.20.7' (using password: YES)
at line 121 in file classes/db/DbPDO.php

116.     public function connect()
117.     {
118.         try {
119.             $this->link = $this->getPDO($this->server, $this->user, $this->password, $this->database, 5);
120.         } catch (PDOException $e) {
121.             throw new PrestaShopException('Link to database cannot be established: ' . $e->getMessage());
122.         }
123. 
124.         $this->link->exec('SET SESSION sql_mode = \'\'');
125. 
126.         return $this->link;

Fatal error: Uncaught PrestaShopException: Link to database cannot be established: SQLSTATE[HY000] [1045] Access denied for user 'kikdnsxthara5'@'10.100.20.7' (using password: YES) in /home/kikdnsx/www/classes/db/DbPDO.php:121 Stack trace: #0 /home/kikdnsx/www/classes/db/Db.php(331): DbPDOCore->connect() #1 /home/kikdnsx/www/classes/db/Db.php(241): DbCore->__construct('kikdnsxthara5.m...', 'kikdnsxthara5', 'ThB2024xG7p', 'kikdnsxthara5') #2 /home/kikdnsx/www/classes/Hook.php(1388): DbCore::getInstance() #3 /home/kikdnsx/www/classes/Hook.php(817): HookCore::getHookStatusByName('actionLoggerLog...') #4 /home/kikdnsx/www/classes/log/AbstractLogger.php(70): HookCore::exec('actionLoggerLog...', Array) #5 /home/kikdnsx/www/classes/log/AbstractLogger.php(112): AbstractLoggerCore->log('Link to databas...', 3) #6 /home/kikdnsx/www/classes/exception/PrestaShopException.php(206): AbstractLoggerCore->logError('Link to databas...') #7 /home/kikdnsx/www/classes/exception/PrestaShopException.php(98): PrestaShopExceptionCore->logError() in /home/kikdnsx/www/classes/db/DbPDO.php on line 121