Ramin.Esl Posted December 23, 2023 Share Posted December 23, 2023 Hi everyone in my back-office tables (such as categories in catalog menu), when I use Persian language for name and description, bunch of question marks are shown in table. but if I continue and click on any field to edit it, true characters are shown there. any idea what caused this problem and how to fix it? Link to comment Share on other sites More sharing options...
sandeeptech Posted December 24, 2023 Share Posted December 24, 2023 I believe this is a problem with MySQL server encoding. Can you check whether table ps_category_lang column description encoding is set to utf8mb4 or mbstring extension is already installed on your server ? Link to comment Share on other sites More sharing options...
Ramin.Esl Posted December 24, 2023 Author Share Posted December 24, 2023 @sandeeptech thanks for your participation. as you can see in attached pictures, in table ps_category_lang the collation is set to "utf8mb4_general_ci" and also the mbstring extension is installed on my server. Link to comment Share on other sites More sharing options...
Ramin.Esl Posted December 30, 2023 Author Share Posted December 30, 2023 somehow I think I could find the solution for this problem! I installed the "nd_pdo_mysql" extension (instead of pdo_mysql) for PHP and the problem was fixed! Link to comment Share on other sites More sharing options...
sandeeptech Posted December 30, 2023 Share Posted December 30, 2023 That's great 👍 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