Fatal error: call to undefined function mb_strtolower () in OpenCart

I am using opencart 1.5.6

I had a major server crisis this week and had to do a mirrored server restore. Everything is back to normal now, except now in opencart when I try to login as a client or go to checkout. I am getting this error and have no idea how to fix it.

SyntaxError: JSON.parse: unexpected character at line 1 column 1 of JSON data

Fatal error : Call to undefined function mb_strtolower () in public_html / vqmod / vqcache / vq2-catalog_model_account_customer.php on line 46

Reinstalling opencart is not an option, so I am stuck on what to do.

+3


source to share


1 answer


You need to install / enable mb_string

PHP extension. Usually you just need to enable it as mb_string should be sent with your PHP. See PHP conf.d or php.ini (depending on the version you are using).



+13


source







All Articles