正如标题所说,我被难住了。我过去曾多次成功使用此功能,但现在突然间它根本无法使用。上面的一切都会正常显示,下面的一切都会消失。给定的文件路径是正确的,因为require对同一个文件工作得很好。
//this works
require $_SERVER['DOCUMENT_ROOT']."/custom/phsh/includes/login.php";
//this doesn't return anything it just stops the code right here
echo file_exist($_SERVER['DOCUMENT_ROOT']."/custom/phsh/includes/login.php");
森栏