PHP 错误日志未更新
我的 apache 错误日志位于 /var/log/apache2/error.log
。我一直在使用它来调试我正在编写的简单 PHP 脚本。
现在,突然间它什么也没捕获。我尝试输入已知错误,例如调用不存在的函数,但没有显示任何内容。
My apache error log is located at /var/log/apache2/error.log
. I've been using it to debug a simple PHP script I'm writing.
Now, suddenly it isn't catching anything. I've tried putting in known errors like calling functions that don't exist and nothing shows up.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许检查 Apache 是否仍然可以访问该文件夹和该文件。
Maybe check that Apache still has access to this folder and this file.
通过重启Apache解决。事实证明,我自己通过编辑日志文件“破坏”了它。
自我提醒:不要这样做。
Solved by restarting Apache. It turns out that I "broke" it myself by editing the log file.
Note to self: Do not do that.