I see question marks and incomprehensible symbols on the site

If incomprehensible characters are displayed on your site, this is due to incorrect encoding of the database and / or page.
To solve this problem, you need to change the page encoding. Also, your site must have a UTF-8 meta tag. You can add this line to the top of your index.php page: header ('Content-Type: text / html; charset = utf-8')
Problems can also arise if the files are encoded in "UFT8 with BOM". You need to open the files on your PC and set the encoding "UFT8 without BOM". After that, you need to download the files again. You can change the encoding using Notepad ++.

  • 2 Пользователей нашли это полезным
Помог ли вам данный ответ?

Статьи по Теме

#1064 - You have an error in your SQL syntax

Ошибка 1064 возникает при несоответствии версии MySQL. Самым простым решением является включение...

PHP Fatal error: Cannot redeclare

Если Вы видите ошибку PHP Fatal error: Cannot redeclare function это значит, что есть проблема в...

Помогите, я удалил файлы.

Бэкапы автоматически создаются еженедельно на Премиум тарифе и ежедневно на Бизнес плане. Вы...

MySQL server does not work! (Error 28)

Пожалуйста, попробуйте запустить восстановление базы данных перейдя в Панель управления - Базы...

Получили ошибку об устаревшей версии MySQL ?

При подключении сайта к базе данных возникла ошибка, говорящая нам, что версия MySQL ниже...