【发布时间】:2021-03-19 15:04:32
【问题描述】:
致命错误:require_once():在 C:\xampp\htdocs 中打开所需的 'C:\xampp\htdocs\paribibi/public/index.php' (include_path='C:\xampp\php\PEAR') 失败\paribibi\server.php 第 21 行
server.php 第 21 行 - ""require_once DIR.'/public/index.php';""
我现在该怎么办??
【问题讨论】:
-
public/index.php真的出现在那个路径上吗? -
server.php 和 index.php 在根目录
-
那么如果
server.php和index.php在同一个文件夹中,为什么要尝试从子文件夹中包含index.php?