This message appears in the internet:
Fatal error: Call to undefined function mb_internal_encoding() in /home/vyh0g9zp/public_html/a/core/init.php on line 21
What shall I do?
Quote from: vasano on March 28, 2017, 03:40:00 AM
This message appears in the internet:
Fatal error: Call to undefined function mb_internal_encoding() in /home/vyh0g9zp/public_html/a/core/init.php on line 21
What shall I do?
First search this forum and google for the mb_internal_encoding issue
You need to install mbstring PHP extension.
mbstring is a non-default PHP extension. This means it is not enabled by default. You must explicitly enable the module with the configure option.
Ask your hosting provider to enable it or enable it yourself.
http://php.net/manual/en/mbstring.installation.php
I've got the same problem I'll try to see if this works for me.
Quote from: sali10 on December 14, 2018, 07:49:55 PM
I've got the same problem I'll try to see if this works for me.
did you get it to work?
The easiest way and usually the most full proof - is to contact your hosting provider and request it be enabled for your site.