Saturday , March 29 2025

Question marks in the Bitrix admin panel

After installing the purchased extension “Multiregionality from Intec”, a problem was discovered in the admin panel – for regions, all fields instead of Cyrillic are displayed with question marks, similarly when displaying a component on the site.

According to the recommendations of Bitrix, a system check was made, and everything was supposedly ok with the encoding in the database. But when editing the name of the region, the fields were still filled with question marks instead of Cyrillic.
The essence of the issue was that the encoding for new tables was Latin.

Here is the solution:

Through PhpMyAdmin execute this request

ALTER TABLE reaspekt_geobase_cities CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci

where replace reaspekt_geobase_cities with the name of your table. The same procedure must be done for all tables where the encoding is different, and that’s it, the issue is settled.

About iryna

I'm Iryna, a web developer from Ukraine with a decade of experience solving complex technical challenges in the world of freelance. Throughout my career, I've worked on everything from troubleshooting server-side issues and optimizing website performance to enhancing user interfaces. On this blog, I share detailed solutions to the technical problems I’ve encountered and methods that have worked best for me. In addition to my technical expertise, I’m also passionate about digital drawing. I hope the tutorials and insights I provide here will help both fellow developers and creatives alike in their own projects.

Check Also

Popup image on click without href

A very elegant solution, with which the image will not be wrapped in <a href=””></a>, …

Leave a Reply

Your email address will not be published. Required fields are marked *