PHP 文件打开错误

PHP file opening error

好的,所以我到处寻找这个问题的答案,但找不到。所以我的 godaddy 网站上有一个 php 文件。第二个我向其中添加这行代码:

$myfile = fopen("fileName.txt", "r") or die("Unable to open file!");

打印出这个错误。

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

我查看了服务器错误日志,没有发现任何问题。我已将错误设置更改为 E_ALL 并再次查看日志,但一无所获。我在 godaddy 上使用 Windows plesk hosting,我已经更改了 write/read/and 修改文件权限的复选框。似乎没有任何效果。 非常感谢您的宝贵时间,请帮忙!

问题不在服务器配置中。 您必须更改 php.ini 文件上的配置。查看 allow_url_fopen 设置。