V
V
Vadim Yagofarov2018-02-03 12:10:20
1C-Bitrix
Vadim Yagofarov, 2018-02-03 12:10:20

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?5a757c7727585282568085.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Nikolaev, 2018-02-03
@GIRUPC

5a759653ee09b455371084.png
And then - in the settings, look for the option, change and restart openserver.

I
Ivan Anikin, 2019-10-01
@randomizex

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>

well, restart the server

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question