Deprecated: AppKernel implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /var/www/html/host2/app/AppKernel.php on line 33

Deprecated: Symfony\Component\Filesystem\Filesystem::mirror(): Implicitly marking parameter $iterator as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/host2/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php on line 533

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/html/host2/config/bootstrap.php on line 89

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/html/host2/config/bootstrap.php on line 89

Deprecated: ToolsCore::__construct(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/host2/classes/Tools.php on line 57

Deprecated: ToolsCore::redirect(): Implicitly marking parameter $link as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/host2/classes/Tools.php on line 182

Deprecated: ToolsCore::switchLanguage(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/host2/classes/Tools.php on line 617

Deprecated: ToolsCore::getCldr(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/host2/classes/Tools.php on line 723

Deprecated: ToolsCore::displayPrice(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/host2/classes/Tools.php on line 744

Deprecated: ToolsCore::convertPrice(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/host2/classes/Tools.php on line 854

Deprecated: ToolsCore::convertPriceFull(): Implicitly marking parameter $currency_from as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/host2/classes/Tools.php on line 920

Deprecated: ToolsCore::convertPriceFull(): Implicitly marking parameter $currency_to as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/host2/classes/Tools.php on line 920

Deprecated: ToolsCore::displayError(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/host2/classes/Tools.php on line 1150

Deprecated: ToolsCore::getToken(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/host2/classes/Tools.php on line 1310

Deprecated: ToolsCore::getAdminTokenLite(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/host2/classes/Tools.php on line 1332

Deprecated: ToolsCore::enableCache(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/host2/classes/Tools.php on line 3102

Deprecated: ToolsCore::restoreCacheSettings(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/host2/classes/Tools.php on line 3121

Deprecated: ObjectModelCore::displayFieldName(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/host2/classes/ObjectModel.php on line 1214

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/host2/classes/Tools.php:3121) in /var/www/html/host2/classes/exception/PrestaShopException.php on line 41

[PrestaShopException]

Link to database cannot be established: SQLSTATE[HY000] [1045] Access denied for user 'userDeveloper'@'localhost' (using password: YES)
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;