JENNY14 Posted June 1, 2020 Share Posted June 1, 2020 [PrestaShopException] Link to database cannot be established: SQLSTATE[HY000] [2002] No such file or directory at line 127 in file classes/db/DbPDO.php Link to comment Share on other sites More sharing options...
JENNY14 Posted June 1, 2020 Author Share Posted June 1, 2020 public function connect() 123. { 124. try { 125. $this->link = $this->getPDO($this->server, $this->user, $this->password, $this->database, 5); 126. } catch (PDOException $e) { 127. throw new PrestaShopException('Link to database cannot be established: ' . $e->getMessage()); 128. } 129. 130. $this->link->exec('SET SESSION sql_mode = \'\''); 131. 132. return $this->link; DbPDOCore->connect - [line 330 - classes/db/Db.php] DbCore->__construct - [line 241 - classes/db/Db.php] - [4 Arguments] DbCore::getInstance - [line 47 - config/alias.php] pSQL - [line 340 - classes/shop/Shop.php] - [1 Arguments] ShopCore::initialize - [line 119 - config/config.inc.php] require - [line 40 - admin/index.php] - [1 Arguments] Link to comment Share on other sites More sharing options...
p1r4t0s Posted June 3, 2020 Share Posted June 3, 2020 Hola, como actualizo su prestashop? 1.- Manualmente? 2.- Modulo One Clik update. 3.- Composer? Que version es exactamente 1.7.x?? Tiene algun backup? Link to comment Share on other sites More sharing options...
JENNY14 Posted June 4, 2020 Author Share Posted June 4, 2020 Hola. Lo actualice con One Click Update. Version prestashop: 1.7.6.5 No tenia backup =( Link to comment Share on other sites More sharing options...
p1r4t0s Posted June 4, 2020 Share Posted June 4, 2020 O te preocupes simplemente upgradea php a 7.2 y configuralo (instalar modulos, max_imput_vars, etc.) funciona comprobado, hice un upgrade (hice backup pero no lo necesite). solo debes cumplir los requerimientos de esa version Prestashop es más exigente con PHP. 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