在My Goddady托管网站中调用未定义的函数mb_internal_encoding() [英] Call to undefined function mb_internal_encoding() in My Goddady hosted website

查看:131
本文介绍了在My Goddady托管网站中调用未定义的函数mb_internal_encoding()的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我上传Laravel网站并在Godaddy VPS服务器中进行配置时,我开始出现以下错误

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

我用它搜索了一下,并知道这是我当前托管的php.ini文件中的一个问题,因此,我创建了另一个php.ini文件并上传到public_html文件夹中

然后我在浏览器中进行了phpinfo的检查,并检查其是否显示了该文件已被php.ini很好地上传,并且我在其中放置了以下代码

extension=php_mbstring.dll

但仍然出现相同的错误

这是我的网站 链接

任何人都可以告诉我是否缺少任何东西

谢谢.

解决方案

您可以从 http查看://ide-portal.com/phpinfo.php

服务器上未安装

mbstring模块.

如果已安装,它将显示在您的phpinfo页面上,如下所示:

请按照 mbstring安装手册将其安装到系统上. /p>

谢谢

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.

解决方案

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

这篇关于在My Goddady托管网站中调用未定义的函数mb_internal_encoding()的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆