我从我试图运行的脚本中得到以下信息:
Notice: fwrite() [function.fwrite]: send of 7 bytes failed with errno=1 Operation not permitted in /home/thrawn/public_html/sorcero.us/MinecraftQuery.class.php on line 165
但是,当我检查 phpinfo() 时,allow_url_fopen 已打开并且 Sockets Support 已启用。我一直无法找到任何指向我可能导致这种情况的东西。
为了澄清起见,我没有写这个脚本。我对 PHP 的了解大多只是基础知识,但我知道足以证明这应该可以工作,因为 phpinfo() 表示允许正确的事情。有问题的脚本在这里:https ://github.com/xPaw/PHP-Minecraft-Query/blob/master/MinecraftQuery.class.php