Answer the question
In order to leave comments, you need to log in
Where can I fix the value mbstring.func_overload = 2 if I install 1c-bitrix on openserver?
Where can I fix the value mbstring.func_overload = 2 if I install 1c-bitrix on openserver?
Answer the question
In order to leave comments, you need to log in
And then - in the settings, look for the option, change and restart openserver.
I'll add the answer above. If you need to make these settings only for a separate site, then in the Apache settings we write a rule for a specific folder with the site
, for example, the following rule worked for me in the mybitrixutf8.loc directory
:
<Directory "%ssitedir%/mybitrixutf8.loc*">
php_admin_value mbstring.func_overload 2
php_admin_value mbstring.internal_encoding UTF-8
</Directory>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question