When installing Bitrix on hosting, the following error appears: To install the product in UTF-8 encoding, you must install the mbstring library with parameters mbstring.func_overload greater than 2, mbstring.internal_encoding = UTF-8. How to fix? Apache 2.4.10, php 5.5.31
2 answers
These parameters must be set in php.ini.
mbstring.func_overload = 2 mbstring.internal_encoding=UTF-8
If you do not have a dedicated server, then write to those hosting support - they should install.
|
mbstring.func_overload = 2
mbstring.internal_encoding = UTF-8
it is possible and to register in .htaccess
|