Jump to content

Link to database cannot be established


Recommended Posts

Bonjour, 

 

Je rencontre l'erreur suivante sur mon serveur distant : 

 

[PrestaShopDatabaseException]

Link to database cannot be established: php_network_getaddresses: getaddrinfo failed: Name or service not known
at line 71 in file classes/db/DbMySQLi.php

 

 

Pouvez vous m'aidez ?

 

http://bijouterie.online-info.fr/

 

Merci d'avance

  [PrestaShopDatabaseException]

Link to database cannot be established: php_network_getaddresses: getaddrinfo failed: Name or service not known
at line 71 in file classes/db/DbMySQLi.php

Link to comment
Share on other sites

Tu devrais avoir ceci :

define('_DB_SERVER_', 'adressserveur);
define('_DB_NAME_', 'nomdelabase');
define('_DB_USER_', 'nomdutilisateur');
define('_DB_PASSWD_', 'motdepasse');
define('_DB_PREFIX_', 'prefixbaseps');
............................

controle aussi ton htacces et ta config sur ton serveur, on ne sait jamais.

 

sinon, mp moi

Edited by One_Man (see edit history)
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...