Jump to content

[PrestaShopException]Link to database cannot be established


Recommended Posts

Bonjour à tous,

 

J'ai un souci ce matin en voulant ouvrir ma boutique, je me retrouve avec une erreur HTTP 500.
Je décide donc de me rendre sur mon Back Office et là impossible d'afficher cette interface en revanche j'ai un message :

____________________________________________________________________________________________________________________________________________________

[PrestaShopException]

Link to database cannot be established:SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known
at line 102 in file classes/db/DbPDO.php

97.     public function connect()
98.     {
99.         try {
100.             $this->link = $this->_getPDO($this->server, $this->user, $this->password, $this->database, 5);
101.         } catch (PDOException $e) {
102.             throw new PrestaShopException('Link to database cannot be established:'.$e->getMessage());
103.         }
104. 
105.         // UTF-8 support
106.         if ($this->link->exec('SET NAMES \'utf8\'') === false) {
107.             throw new PrestaShopException('PrestaShop Fatal error: no utf-8 support. Please check your server configuration.');

____________________________________________________________________________________________________________________________________________________

 

Voila si quelqu'un a une info je suis preneur.

Link to comment
Share on other sites

  • 7 months later...

On connait leur réponse hein^^

Chez nous tout est ok, mais vous avez un Prestashop et beaucoup de requêtes, bla bla bla...

http://travaux.ovh.net

Jetez un oeil sur vos courbes de trafic/usage/cpu etc dans votre interface VPS

Et un VPS, comme son nom l'indique, c'est une machine VIRTUELLE, pas un véritable serveur indépendant. On découpe de manière logicielle un serveur en plusieurs espaces.

Link to comment
Share on other sites

  • 10 months later...

Bonjour, je reviens sur le sujet car il m'arrive le même problème, je suis en mutualisé chez OVH et en mettant un produit sur mon admin Prestashop, je me retrouve avec cette page  et j'ai essayé de redémarrer ma box (SFR) pour changer l'IP mais le problème persiste 1465530786_bugovh-prest..thumb.JPG.603b913a09f7d4f7cca8c9d842cc244c.JPG 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...