Jump to content

500 Server Error


Recommended Posts

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

  • razaro changed the title to 500 Server Error

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

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

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...