doukang7501 2015-10-05 07:24
浏览 36
已采纳

在My Goddady托管的网站中调用未定义的函数mb_internal_encoding()[关闭]

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条回答 默认 最新

  • duangong937906 2015-10-07 08:27
    关注

    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:

    enter image description here

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

    Thanks

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 access多表提取相同字段数据并合并
  • ¥20 基于MSP430f5529的MPU6050驱动,求出欧拉角
  • ¥20 Java-Oj-桌布的计算
  • ¥15 powerbuilder中的datawindow数据整合到新的DataWindow
  • ¥20 有人知道这种图怎么画吗?
  • ¥15 pyqt6如何引用qrc文件加载里面的的资源
  • ¥15 安卓JNI项目使用lua上的问题
  • ¥20 RL+GNN解决人员排班问题时梯度消失
  • ¥60 要数控稳压电源测试数据
  • ¥15 能帮我写下这个编程吗