Hi,
I added a php.ini file to my root (public_html).
php.ini has the following code;
zend.multibyte = On
yum install php-mbstring
I confirmed using phpinfo.php that it is calling the correct php.ini file.
However, I still can’t get the plugin to work. I still get the error:
Fatal error: Call to undefined function mb_strtolower() in /home/ent77912/public_html/wp-content/plugins/custom-sidebars/inc/class-custom-sidebars.php on line 888
Can you advise what to do from here?