Php8运行环境下不能安装,解决办法:
修改 /e/install/index.php 文件,
在第7行“define('InEmpireCMSIns',TRUE);”
下面加这3行,保存文件就可以了。
define('ECMS_PATH',substr(dirname(__FILE__),0,-9));
define('MAGIC_QUOTES_GPC',function_exists('ini_get')&&ini_get('magic_quotes_gpc'));
define('STR_IREPLACE',function_exists('str_ireplace'));