Ostatnio chciałem zmienić treść pliku w szablonie używając programu winsc, finalnie nie zrobiłem tego. Natomiast po zakończeniu sesji,
dostęp do strony stał się nie możliwy. Poniżej wkleję treść debug'a. Dodam tylko, że żadne hasła nie były zmieniane .
[PrestaShopException]
Link to database cannot be established: SQLSTATE[HY000] [1045] Access denied for user 'server883303'@'10.199.210.73' (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;
Będę wdzięczny za pomoc. Pozdrawiam
Błąd został naprawiony, zmiana hasła w parameters.php pomogła. Temat można zamknąć . Dziękuję
Question
Kanedevallier
Witam wszystkich !
Ostatnio chciałem zmienić treść pliku w szablonie używając programu winsc, finalnie nie zrobiłem tego. Natomiast po zakończeniu sesji,
dostęp do strony stał się nie możliwy. Poniżej wkleję treść debug'a. Dodam tylko, że żadne hasła nie były zmieniane .
[PrestaShopException]
Link to database cannot be established: SQLSTATE[HY000] [1045] Access denied for user 'server883303'@'10.199.210.73' (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;
Będę wdzięczny za pomoc. Pozdrawiam
Błąd został naprawiony, zmiana hasła w parameters.php pomogła. Temat można zamknąć . Dziękuję
Edited by Kanedevallier (see edit history)Link to comment
Share on other sites
0 answers to this question
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