如何追踪导致 WordPress 错误 500 的原因?
内部错误 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 php.ini 中打开 php 错误或将此行添加到 webroot 中的 .htacess 文件中:
Turn on php errors in your php.ini or add this line to your .htacess file in your webroot: