PHP Fatal error: Uncaught Error: Call to undefined function mb_convert_encoding
PHP Fatal error: Uncaught Error: Call to undefined function mb_convert_encoding()
Fix:
1 |
sudo apt-get install php-mbstring |
My daily IT journal
PHP Fatal error: Uncaught Error: Call to undefined function mb_convert_encoding()
Fix:
1 |
sudo apt-get install php-mbstring |
Leave a Reply