AbanteCart Community

Shopping Cart Operations => Support => Topic started by: vasano on March 28, 2017, 03:40:00 AM

Title: Call to undefined function mb_internal_encoding
Post by: 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?
Title: Re: Re: Unexpected AbanteCart failure or error check list
Post by: Basara on March 29, 2017, 06:27:33 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
Title: Re: Call to undefined function mb_internal_encoding
Post by: abantecart on March 31, 2017, 12:56:24 PM
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
Title: Re: Call to undefined function mb_internal_encoding
Post by: 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.
Title: Re: Call to undefined function mb_internal_encoding
Post by: baersaut on December 27, 2018, 02:03:17 PM
I've got the same problem I'll try to see if this works for me.

did you get it to work?
Title: Re: Call to undefined function mb_internal_encoding
Post by: llegrand on December 27, 2018, 04:39:11 PM
The easiest way and usually the most full proof - is to contact your hosting provider and request it be enabled for your site.