警告:require_once(/var/www/html/test_lms/include/mysql.processing.php):无法打开流: /var/www/html/test_lms/include/IMEXporter.class.php中没有这样的文件或目录第513行
致命错误:require_once():在 /var/www/中打开所需的 '/var/www/html/test_lms/include/mysql.processing.php' (include_path='.:/usr/local/lib/php') 失败第513行 的 html/test_lms/include/IMEXporter.class.php
来自 LINE 513 的 PHPIMEXporter.class.php
抛出错误
require_once dirname(__FILE__) . "/mysql.processing.php";
文件在那里。
该文件是 chmod 777。
这两个文件都属于同一个用户和组。
为什么php对我这样做?
问题可能是它mysql.processing.php
本身已损坏,即使 php 找到了它拒绝检索它的文件,而是抛出一个Derp! cant find file. Derp.
. 像那样误导我有点愚蠢,但这是有可能的。我现在正在检查我的代码。
不,我尝试擦除整个脚本mysql.processing.php
并写
echo "Hello you impudent php";
它仍然找不到文件。所以它不是文件损坏的问题。我还修复了文件案例问题。从大写 P 到小写,它仍然不会去。我试图包含一个名为 test.php 的文件,但它也找不到那个文件。