Debug Errors, site health

时间:2020-04-27 作者:Nate

当我去现场健康,这是我看到的。

Debug mode is often enabled to gather more details about an error or site failure, but may contain sensitive information which should not be available on a publicly available website.

The value, WP_DEBUG_LOG, has been added to this website’s configuration file. This means any errors on the site will be written to a file which is potentially available to normal users.
文件应该是什么?我看着https://wordpress.org/support/article/debugging-in-wordpress/ 我没有看到该文件是支持什么的。

1 个回复
最合适的回答,由SO网友:Howdy_McGee 整理而成

你应该寻找wp-config.php 文件位于WordPress安装的根目录中。从中的文档WP_Debug Section

WP_DEBUG 是一个PHP常量(永久全局变量),可用于在整个WordPress中触发“调试”模式。默认情况下假定为false,并且通常在wp-config.php WordPress开发副本上的文件。

相关推荐

Why debug.log doesn't work?

我使用了正确的方法设置Wordpress调试:1)设置wp-config.php:define(\'WP_DEBUG\', true); define(\'WP_DEBUG_LOG\', true ); define(\'WP_DEBUG_DISPLAY\', false ); @ini_set( \'display_errors\', 0 ); 2.)apache 是的所有者wp-content 文件夹3.)apache 有适当的SElinux 权利:drwxrwxr-