已解决 之前还可以登录的,突然变成这样了。我用的是 然之旧版本 VERSION 4.8.stable


<?php
/* Get the config file. */
$configFile = dirname(dirname(__FILE__)) . '/config/config.php';
i n c l u d e $configFile;
$params = '';
if(isset($_GET['mode']) and $_GET['mode'] == 'getconfig') $params = '?mode=getconfig';
/* Locate to different entry according installed or not. */
empty($config->installed) ?  header('location: sys/install.php') : header("location: sys/index.php{$params}");
设置备注
答案列表
最佳答案
2023/01/29
您好重启服务试过了吗?这个是代码的一个显示,无法排查错误, 打开debug模式后刷新页面,根据出现的错误提示进一步排查。也截图访问的浏览器页面看一下。
2023/01/29
重启机器 又正常可以了,谢谢。