我试图在系统冲突后设置新服务器,但是当我在浏览器中打开系统时,我得到的是空白页面而不是登录页面
这是在plesk cpanel,Running和PHP 7上
下面是登录页面中index.php的一部分
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
require_once('../../includes/config.php');
include('class/userClass.php');
$userClass = new userClass();
$userDetails = $user->get_user_det($_SESSION['username']);
然后返回: 警告:require_once(../../ includes / config.php):无法打开流:/home/vhosts/kutahela.com/kthex.kutahela.com/en/login/index.php中没有此类文件或目录在第4行
致命错误:require_once():无法在/ home /中打开所需的'../../includes/config.php'(include_path ='。:/ opt / alt / php72 / usr / share / pear')第4行的vhosts / kutahela.com / kthex.kutahela.com / en / login / index.php
我希望获得登录页面而不是空白页面