sinail Posted February 12, 2017 Share Posted February 12, 2017 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 knownat 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 knownat line 71 in file classes/db/DbMySQLi.php Link to comment Share on other sites More sharing options...
PixGeek Posted February 12, 2017 Share Posted February 12, 2017 c’était lors d'un transfert local->serveur? Link to comment Share on other sites More sharing options...
sinail Posted February 12, 2017 Author Share Posted February 12, 2017 oui c est apres la copie de local a distant Link to comment Share on other sites More sharing options...
PixGeek Posted February 13, 2017 Share Posted February 13, 2017 Contrôle ton settings.inc Link to comment Share on other sites More sharing options...
sinail Posted February 13, 2017 Author Share Posted February 13, 2017 J ai controle le fichier setting et config tout me semble correcte Link to comment Share on other sites More sharing options...
PixGeek Posted February 13, 2017 Share Posted February 13, 2017 (edited) 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 February 13, 2017 by One_Man (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now