找不到应用程序引擎PHP包含


App Engine PHP include not found

当包含PHP文件时

> Warning: require_once(...): failed to open stream: No such file or
> directory in /base/data/home/apps/...

PHP说这个错误,但文件存在。

如何解决这个问题?

假设我有路径/htdocs/folder1/hello.php所以我现在在hello.php文件上,我想包括bye_bye.php。。。如果它在你可以使用的同一个文件夹中。

require_once __DIR__ ."/bye_bye.php";

我不知道你的整个道路,所以如果这对你没有帮助,我很抱歉。