<?php phpinfo(); ?>
If you are getting a Fatal error like
Fatal error: Call to undefined function mb_convert_case()
The function mb_convert_case() shown in the above error is a predefined php function which is not included in your php server settings. Please ask your hosting team to enable this (mbstring extension) to fix the issue.
Just paste the below code in a php file called info.php and upload it in the root your server files and run this url http://yourdomain.com/info.php and you can view your server variables. Change yourdomain.com to your domain name. Search for mbstring and you can make sure it is installed or not.
<?php phpinfo(); ?>
This site uses Akismet to reduce spam. Learn how your comment data is processed.
We Love to Deliver Useful and Easy to Customize WordPress Themes for Our Clients…
9.00 A.M. to 6.00 P.M.(IST) UTC/GMT +05:30
We aim to answer all questions within 24 hours.In some cases the waiting time can be extended to 48 hours.Support requests sent during weekends or public holidays will be processed on next Monday or the next business day.
We appreciate your patience and thank you for understanding.
Leave A Comment?