rebyus Posted September 6, 2022 Share Posted September 6, 2022 Hallo wir haben zwei Presta Shops, die uns mal eingerichtet worden sind und schon einige Jahre laufen bei Alfahosting. Nun bekommen wir bei beiden Shops seit 4 Tagen die Fehlermeldung : 500 Server Error Es geht überhaupt nichts und wir wissen wirklich nicht mehr weiter, haben schon mit Alfahosting telefoniert die meinten es wäre ein Software Fehler des hersteller. Aber ich vermute diese haben genau soviel Ahnung wie ich. Könnte uns vielleicht einer helfen ? Es wäre wirklich toll wenn sich jemand finden würde. Freundliche Grüße und einen schönen Abend Link to comment Share on other sites More sharing options...
idnovate.com Posted September 7, 2022 Share Posted September 7, 2022 Aktiviert den DEBUG-Modus: Link to comment Share on other sites More sharing options...
JBW Posted September 7, 2022 Share Posted September 7, 2022 Vermutlich hat der Hoster die PHP Version geändert!? Mit aktivierten Debug Modus und detailierter Fehlermeldung kann man das genauer sagen. Link to comment Share on other sites More sharing options...
rebyus Posted September 7, 2022 Author Share Posted September 7, 2022 das zeigt es bei mir an : Link to database cannot be established: SQLSTATE[HY000] [1045] Access denied for user 'web1109'@'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; 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 1336 - classes/shop/Shop.php] - [1 Arguments] ShopCore::findShopByHost - [line 337 - classes/shop/Shop.php] - [1 Arguments] ShopCore::initialize - [line 118 - config/config.inc.php] require - [line 27 - index.php] - [1 Arguments] Link to comment Share on other sites More sharing options...
JBW Posted September 8, 2022 Share Posted September 8, 2022 On 9/7/2022 at 2:17 PM, rebyus said: Link to database cannot be established: SQLSTATE[HY000] [1045] Access denied for user 'web1109'@'localhost' (using password: YES) at line 136 in file classes/db/DbPDO.php Scheint die Zugangsdaten für den Datenbank User wurden geändert, zumindest wird der nicht akzeptiert. 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