A
A
alexsstorm2018-11-22 16:44:45
1C-Bitrix
alexsstorm, 2018-11-22 16:44:45

How to start Bitrix on php 7.2?

Good afternoon!
There was a problem when using the regular deployment of Bitrix and the entire system as a whole, when I found out that our server is on php 7.2.1
Actually -
The site worked in UTF-8 encoding. The server configuration does not meet the requirements.
To continue, set the PHP settings: mbstring.func_overload=2 and mbstring.internal_encoding=UTF-8.
These functions no longer work, or rather they work but produce a different result.
Is there a way to bypass and launch Bitrix in order to exclude these functions and not rebuild the web environment because of one Bitrix site?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Larin, 2018-11-22
@fanrok

is it possible to upgrade php version to 7.2.8?
or roll back to 7.1?
Otherwise dancing with a tambourine

E
eternalfire, 2018-11-23
@eternalfire

or maybe there is no extension, run on the server php -m, if there is no mbstring in the list, you need to put:
sudo apt-get install php7.2-mbstring

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question