Jump to content

500 error XAMPP from migration


Recommended Posts

Ciao, un amico deve migrare il sito PrestaShop. Inizialmente il sito è stato creato da un'agenzia e ora vogliono affidare a me la gestione, quindi abbiamo fatto inviare il backup del database e il prestashop. ora prima di migrarlo su hosting volevo apportare modifiche locali con XAMPP, quindi ho importato il database, ho inserito il backup in htdocs chiamando quello principale con "prestashop". Quando provo ad accedere a localhost / prestashop ottengo "500 errore interno del server". Sono riuscito a superare l'errore 500 ma ora lo ottengo

Citazione

[PrestaShopException]

Impossibile stabilire il collegamento al database: SQLSTATE [HY000] [1045] Accesso negato per l'utente 'cbdown' @ 'localhost' (utilizzando la password: YES)
alla riga 127 in file classes / db / DbPDO.php


122.     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 - [riga 330 - classes / db / Db.php]

DbCore -> __ costrutto - [riga 241 - classes / db / Db.php] - [4 Arguments]

DbCore :: getInstance - [riga 47 - config / alias.php]

pSQL - [riga 340 - classes / shop / Shop.php] - [1 Arguments]

ShopCore :: initialize - [line 119 - config / config.inc.php]

require - [riga 27 - index.php] - [1 Argomenti]

Presumo sia perché devo connettere il database. vieni posso risolvere? ci sono alternative a questa procedura? se no, dove posso intervenire?

Grazie a tutti in anticipo

Edited by kemycrome (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...