用的php版本是php8,数据库是mysql5.7,检测完安装环境后,直接报错如下:
Warning: Undefined array key "dbName" in /www/wwwroot/domain/install/index.php on line 167
Warning: Undefined array key "dbUser" in /www/wwwroot/domain/install/index.php on line 168
Warning: Undefined array key "dbPwd" in /www/wwwroot/domain/install/index.php on line 170
Warning: Undefined array key "dbHost" in /www/wwwroot/domain/install/index.php on line 171
Warning: Undefined array key "testdbpwd" in /www/wwwroot/domain/install/index.php on line 172
Warning: Undefined array key "check" in /www/wwwroot/domain/install/index.php on line 221
如何解决?
官方很忙,大神也很忙,没人答复。
在QQ群里问了,有人回答是数据库问题,关键是安装环境检测完毕后,跳转到第三步还没有填写数据库信息就已经提示报错,感觉问题应该不是出在数据库。
后来在服务器的错误日志里发现提示的有php错误,应该是php配置有问题,也可能是程序不支持php8,具体是哪种情况我们这种小白暂时还不懂,折腾了1小时,还是提示以上错误,果断卸载掉php8,安装了php7.3之后继续安装不再报错。