@alex_hill if you're having such issues, I'd suggest deleting your vendor directory and running composer install/update again and see what happens.
Oct 17, 2015
3
Level 3
Undefined internal function mb_internal_encoding()
I have been developing on a laragon server at home, pushing to Git and using a cloud IDE when I am away. Recently I pulled from Git and did a hard reset to make sure that my home version was up to date.
Since that time, trying to run tinker gives the following error:
Fatal error: Call to undefined function Illuminate\Foundation\Bootstrap\mb_internal_encoding() in C:\laragon\www\site_name\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\LoadConfiguration.php on line 43
The strange thing is that the site seems to be running fine in the browser. Any idea what could be causing this?
Please or to participate in this conversation.