如何追踪导致 WordPress 错误 500 的原因?

发布于 2024-12-07 00:55:10 字数 130 浏览 0 评论 0原文

内部错误 500 是一个常见错误,/wordpress/error_log 下的日志中没有显示任何内容。有没有办法获得崩溃发生位置的堆栈跟踪?在 ASP.NET 中,这非常简单,因为堆栈跟踪、代码片段和行号都显示在错误页面中。任何帮助将不胜感激。

Internal error 500 is such a general error and nothing shows up in the logs under /wordpress/error_log. Is there a way to get a stack trace of where the crash is occurring? In ASP.NET it is so easy because a stack trace, code snippet, and line number all show up in the error page. Any help would be greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

扛起拖把扫天下 2024-12-14 00:55:10

在 php.ini 中打开 php 错误或将此行添加到 webroot 中的 .htacess 文件中:

php_flag display_errors on

Turn on php errors in your php.ini or add this line to your .htacess file in your webroot:

php_flag display_errors on
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文