Under PHP +7, You may encounter an issue updating Drupal based on the following message:
Error
Unicode library
Error
Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_input setting. Please refer to the PHP mbstring documentation (http://www.php.net/mbstring) for more information.
The suggested solution for this is to add the following lines:
ini_set('mbstring.http_input', 'pass');
ini_set('mbstring.http_output', 'pass');
To the top of your "settings.php" file:
sites/default/settings.php
Further Queries
If you have any queries on this, please contact our Support team - see the following for our contact details:
- https://www.blacknight.com/contact-us.html
Comments
0 comments
Article is closed for comments.