thehurricane Posted March 17, 2020 Share Posted March 17, 2020 (edited) Hello, I have problem with polish characters. In admin area on customers list polish characetrs aren't showing. In attachment screenshot. On front everything is ok, on other places in admin area too. Only customer list. Any1 had similar problem?? Edited August 4, 2023 by thehurricane (see edit history) Link to comment Share on other sites More sharing options...
Knowband Plugins Posted March 18, 2020 Share Posted March 18, 2020 try changing the firstname, lastname Collation of DB columns in customers table to "utf8_general_ci" using phpmyadmin. Link to comment Share on other sites More sharing options...
thehurricane Posted March 20, 2020 Author Share Posted March 20, 2020 On 3/18/2020 at 1:11 PM, Knowband Plugins said: try changing the firstname, lastname Collation of DB columns in customers table to "utf8_general_ci" using phpmyadmin. done and nothing changed Link to comment Share on other sites More sharing options...
vmthang Posted November 12, 2021 Share Posted November 12, 2021 On 3/17/2020 at 10:32 AM, thehurricane said: Hello, I have problem with polish characters. In admin area on customers list polish characetrs aren't showing. In attachment screenshot. On front everything is ok, on other places in admin area too. Only customer list. Any1 had similar problem?? I have the same problem. Did you manage to fix this? I believe this is a problem with MySQL server encoding? Are you using Home server? Link to comment Share on other sites More sharing options...
ComGrafPL Posted November 12, 2021 Share Posted November 12, 2021 I would personally ask a hosting provider to check it out. 1 Link to comment Share on other sites More sharing options...
ebela Posted May 7, 2023 Share Posted May 7, 2023 Hello, i found a solution. You can add "SET NAMES utf8mb4" to doctrine yaml configm or extend the current INIT_COMMAND. #app/config/doctrine.yml options: # PDO::MYSQL_ATTR_INIT_COMMAND 1002: "SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')), names utf8mb4" 1 Link to comment Share on other sites More sharing options...
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