Wszystko działało ok dopóki nie podłączyłem baselinkera, zniknęły polskie znaki więc sam zmieniłem linijkę w pliku: DbPDO.php
// UTF-8 support
if ($this->link->exec('SET NAMES \'latin2\'') === false) {
throw new PrestaShopException('PrestaShop Fatal error: no utf-8 support. Please check your server configuration.'.$e->getMessage());
}
$this->link->exec('SET SESSION sql_mode = \'\'');
return $this->link;
}
Niby polskie litery wróciły (choć w panelu admina nie wszędzie). ale front był ok. Przestało działać także ściąganie produktów z magazynu kiedy szły zamówienia przez baselinkera.
Question
Marcin Wagh
Witam,
Co może być przyczyną braku polskich znaków?
Wszystko działało ok dopóki nie podłączyłem baselinkera, zniknęły polskie znaki więc sam zmieniłem linijkę w pliku: DbPDO.php
// UTF-8 support
if ($this->link->exec('SET NAMES \'latin2\'') === false) {
throw new PrestaShopException('PrestaShop Fatal error: no utf-8 support. Please check your server configuration.'.$e->getMessage());
}
$this->link->exec('SET SESSION sql_mode = \'\'');
return $this->link;
}
Niby polskie litery wróciły (choć w panelu admina nie wszędzie). ale front był ok. Przestało działać także ściąganie produktów z magazynu kiedy szły zamówienia przez baselinkera.
Co może być nie tak bo już nie mam pomysłów?
adres sklepu: https://ochprosze.cfolks.pl
Link to comment
Share on other sites
6 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