Jump to content

Edit History

kemycrome

kemycrome

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

kemycrome

kemycrome

Hi, a friend needs to migrate the PrestaShop site. Initially the site was created by an agency and now they want to entrust the management to me, so we had the database backup and prestashop sent. now before migrating it to hosting I wanted to make local changes with XAMPP, so I imported the database, I inserted the backup in htdocs calling the main one with "prestashop". When I try to access localhost / prestashop I get "500 internal server error". I managed to get past the 500 error but now I get this

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


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. come posso risolvere? ci sono alternative a questa procedura? se no, dove posso intervenire?

Grazie a tutti in anticipo

kemycrome

kemycrome

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 prestashop. ora prima di migrarlo su hosting ho voluto fare delle modifiche in locale 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 e ora quello che vedo è questo

Quote

[PrestaShopException]

Link to database cannot be established: SQLSTATE[HY000] [1045] Access denied for user 'cbdown'@'localhost' (using password: YES)
at line 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 - [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 27 - index.php] - [1 Arguments]

I assume it's because I have to connect the database. how can i solve? are there alternatives to this procedure? if not, where can I intervene?

Thanks everyone in advance

×
×
  • Create New...