gpt4 book ai didi

php - WP-Config错误处理

转载 作者:行者123 更新时间:2023-12-03 07:59:13 25 4
gpt4 key购买 nike

有人告诉我将此代码添加到我的wp-config文件中,但是当我这样做时,php出现语法错误,我不确定如何解决它。

我应该在wp-config.php文件中的哪个位置添加此代码?

define('WP_DEBUG', true);
define('WP_DEBUG_DISPLAY', false);
define('WP_DEBUG_LOG', true);

这是我插入以上代码的位置,在倒数第二行出现错误:
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define('WP_DEBUG', false);
define('WP_DEBUG', true);
define('WP_DEBUG_DISPLAY', false);
define('WP_DEBUG_LOG', true);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');

最佳答案

一定是

define('WP_DEBUG', true);
define('WP_DEBUG_DISPLAY', false);
define('WP_DEBUG_LOG', true);

而且您不需要在twise中添加 WP_DEBUG,只需将其值更改为 true即可。

关于php - WP-Config错误处理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34919885/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com