gpt4 book ai didi

php - php中的require_once没有这样的文件或目录错误

转载 作者:行者123 更新时间:2023-11-29 21:57:17 27 4
gpt4 key购买 nike

我正在尝试为我的应用程序创建一个登录系统,并且需要使用 php。不过我对 php 很陌生,所以我遇到了错误。首先,我现在使用免费的网络托管,所以这可能是这里的问题。话虽这么说,这是我的 php 的错误部分:

<?php
require_once 'include/DB_Functions.php';
?>

它给了我这个错误:

Warning: require_once(include/DB_Functions.php): failed to open stream: No such file or directory in /srv/disk3/1965965/www/yigittest.atwebpages.com/login.php on line 2

Fatal error: require_once(): Failed opening required 'include/DB_Functions.php' (include_path='.:/usr/local/php-5.4.45/share/pear') in /srv/disk3/1965965/www/yigittest.atwebpages.com/login.php on line 2

但是,我的 include 文件夹包含所有必需的 php 文件。那么这里可能存在什么问题呢?

最佳答案

尝试此演示代码或请分享您的文件夹结构

require_once(__DIR__.'/../include/DB_Functions.php');

关于php - php中的require_once没有这样的文件或目录错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33014339/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com