Notice: Undefined index: database_name in /home/webs4wtldevs/public_html/store-elbrujo.webs4.wtldevs.com/config/bootstrap.php on line 102

Notice: Undefined index: database_user in /home/webs4wtldevs/public_html/store-elbrujo.webs4.wtldevs.com/config/bootstrap.php on line 105

Notice: Undefined index: database_password in /home/webs4wtldevs/public_html/store-elbrujo.webs4.wtldevs.com/config/bootstrap.php on line 106

Warning: Cannot modify header information - headers already sent by (output started at /home/webs4wtldevs/public_html/store-elbrujo.webs4.wtldevs.com/config/bootstrap.php:102) in /home/webs4wtldevs/public_html/store-elbrujo.webs4.wtldevs.com/classes/exception/PrestaShopException.php on line 41

[PrestaShopException]

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

131.     public function connect()
132.     {
133.         try {
134.             $this->link = $this->getPDO($this->server, $this->user, $this->password, $this->database, 5);
135.         } catch (PDOException $e) {
136.             throw new PrestaShopException('Link to database cannot be established: ' . $e->getMessage());
137.         }
138. 
139.         $this->link->exec('SET SESSION sql_mode = \'\'');
140. 
141.         return $this->link;