Call to undefined function mb_internal_encoding() in My Goddady hosted website [closed]

我是研究僧i 提交于 2019-12-23 05:14:04

问题


When I upload my Laravel website and configured in godaddy VPS server I started getting following error

Fatal error: Call to undefined function Illuminate\Foundation\Bootstrap\mb_internal_encoding() in /home/wwwideportal/ideinvoice/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php on line 43

I googled about it and got to know that Its a problem in php.ini file of my current hosting so , I created another php.ini file and uploaded in the public_html folder

then I did phpinfo in my browser and checked its showing that the file has been uploaded fine for php.ini and I have placed following code in it

extension=php_mbstring.dll

but still I am getting the same error

Here is my website link

Can any one tell me if I am missing any thing

Thanks in advance.


回答1:


As you can see it from http://ide-portal.com/phpinfo.php,

mbstring module is not installed on you server.

If it was installed, it would be displayed on your phpinfo page like that:

Please follow mbstring installation manual to install it on your system.

Thanks



来源:https://stackoverflow.com/questions/32943236/call-to-undefined-function-mb-internal-encoding-in-my-goddady-hosted-website

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!