gpt4 book ai didi

php - fatal error : Call to undefined function mb_detect_encoding() in C:\Users\Jarek\mywebsite\phpMyAdmin\libraries\php-gettext\gettext. inc 第 177 行

转载 作者:行者123 更新时间:2023-11-29 12:58:49 26 4
gpt4 key购买 nike

我正在尝试设置 phpMyAdmin,并且我正在关注此 site ,但我收到一个关于“ fatal error :在第 177 行调用 C:\Users\Jarek\mywebsite\phpMyAdmin\libraries\php-gettext\gettext.inc 中未定义函数 mb_detect_encoding()”的错误,我在线搜索了此错误,大多数建议在 php.ini 中的某些行中不常见,但它对我不起作用。该网站告诉您如何解决此错误问题。 solve 1 solve 2

php.ini 位于我的 php 文件夹中,该文件夹位于 c diver 中。 enter image description here

提示命令检查路径 enter image description here

每次我更改配置时,我也会重新启动 apache。

This is where i uncommon the lines

我还尝试编写一些 php 代码,如下所示:

 $con=mysqli_connect("127.0.0.1","root","xxxxxxx","morris_db");
if (mysqli_connect_errno()) {
echo "Failed to connect to MySQL: " . mysqli_connect_error();
}

然后打开我的浏览器,然后输入 localhost/index.php,它显示了一个有关“ fatal error :在第 8 行 C:\Users\Jarek\mywebsite\index.php 中调用未定义函数 mysqli_connect()”的错误

最佳答案

尝试在 PHP.ini 中添加这些扩展

extension=php_mbstring.dll
extension=php_gettext.dll
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_pdo_mysql.dll

同时检查 PATH 中是否存在 PHP 文件夹。

关于php - fatal error : Call to undefined function mb_detect_encoding() in C:\Users\Jarek\mywebsite\phpMyAdmin\libraries\php-gettext\gettext. inc 第 177 行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23635514/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com