I have mbstring installed on my Server and it shows in the "Additional .ini files parsed" line in the phpinfo() output.
But when I try to use the mb_convert_encoding()
function, it gives me the following error:
Fatal error: Uncaught Error: Call to undefined function mb_convert_encoding() in /var/www/example.org/public_html/debug.php:11 Stack trace: #0 {main} thrown in /var/www/example.org/public_html/debug.php on line 11
When I try to install mbstring with sudo apt-get install php7.2-mbstring
it says that mbstring is already installed