admin管理员组文章数量:1391947
logs seem only while admin panel is loading,after page was loaded, it will hide so I cant seem the logs.Also I want to debug.log but there is no the file in wp-content.
*
* @link
*/
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( ‘WP_DEBUG_DISPLAY’, true );
define( ‘SCRIPT_DEBUG’, true );
/* That's all, stop editing! Happy publishing. */
I gave 777 permission to wp-content but it doesnt work.
edit:
I found error_log file just now.It contains these lines:
[07-Mar-2020 21:14:20 UTC] PHP Warning: Error while sending QUERY packet. PID=1649106 in /home/deniztas/migrate666.deniz-tasarim.site/wp-includes/wp-db.php on line 2030
[07-Mar-2020 21:14:48 UTC] PHP Warning: Error while sending QUERY packet. PID=1649106 in /home/deniztas/migrate666.deniz-tasarim.site/wp-includes/wp-db.php on line 2030
[12-Mar-2020 11:59:49 UTC] PHP Notice: Undefined index: mytheme_meta_box_nonce in /home/deniztas/migrate666.deniz-tasarim.site/wp-content/themes/html5blank-stable/functions.php on line 330
[12-Mar-2020 11:59:49 UTC] PHP Notice: Undefined index: mytheme_meta_box_nonce in /home/deniztas/migrate666.deniz-tasarim.site/wp-content/themes/html5blank-stable/functions.php on line 330
[12-Mar-2020 11:59:49 UTC] PHP Notice: Undefined index: mytheme_meta_box_nonce in /home/deniztas/migrate666.deniz-tasarim.site/wp-content/themes/html5blank-stable/functions.php on line 330
[12-Mar-2020 11:59:49 UTC] PHP Notice: Undefined index: mytheme_meta_box_nonce in /home/deniztas/migrate666.deniz-tasarim.site/wp-content/themes/html5blank-stable/functions.php on line 330
[12-Mar-2020 15:36:51 Europe/Minsk] PHP Warning: Use of undefined constant ‘WP_DEBUG_DISPLAY’ - assumed '‘WP_DEBUG_DISPLAY’' (this will throw an Error in a future version of PHP) in /home/deniztas/migrate666.deniz-tasarim.site/wp-config.php on line 83
[12-Mar-2020 15:36:51 Europe/Minsk] PHP Warning: Use of undefined constant ‘SCRIPT_DEBUG’ - assumed '‘SCRIPT_DEBUG’' (this will throw an Error in a future version of PHP) in /home/deniztas/migrate666.deniz-tasarim.site/wp-config.php on line 84
[12-Mar-2020 15:37:51 Europe/Minsk] PHP Warning: Use of undefined constant ‘WP_DEBUG_DISPLAY’ - assumed '‘WP_DEBUG_DISPLAY’' (this will throw an Error in a future version of PHP) in /home/deniztas/migrate666.deniz-tasarim.site/wp-config.php on line 83
[12-Mar-2020 15:37:51 Europe/Minsk] PHP Warning: Use of undefined constant ‘SCRIPT_DEBUG’ - assumed '‘SCRIPT_DEBUG’' (this will throw an Error in a future version of PHP) in /home/deniztas/migrate666.deniz-tasarim.site/wp-config.php on line 84
[12-Mar-2020 15:37:59 Europe/Minsk] PHP Warning: Use of undefined constant ‘WP_DEBUG_DISPLAY’ - assumed '‘WP_DEBUG_DISPLAY’' (this will throw an Error in a future version of PHP) in /home/deniztas/migrate666.deniz-tasarim.site/wp-config.php on line 83
[12-Mar-2020 15:37:59 Europe/Minsk] PHP Warning: Use of undefined constant ‘SCRIPT_DEBUG’ - assumed '‘SCRIPT_DEBUG’' (this will throw an Error in a future version of PHP) in /home/deniztas/migrate666.deniz-tasarim.site/wp-config.php on line 84
[12-Mar-2020 15:39:51 Europe/Minsk] PHP Warning: Use of undefined constant ‘WP_DEBUG_DISPLAY’ - assumed '‘WP_DEBUG_DISPLAY’' (this will throw an Error in a future version of PHP) in /home/deniztas/migrate666.deniz-tasarim.site/wp-config.php on line 83
logs seem only while admin panel is loading,after page was loaded, it will hide so I cant seem the logs.Also I want to debug.log but there is no the file in wp-content.
*
* @link https://codex.wordpress/Debugging_in_WordPress
*/
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( ‘WP_DEBUG_DISPLAY’, true );
define( ‘SCRIPT_DEBUG’, true );
/* That's all, stop editing! Happy publishing. */
I gave 777 permission to wp-content but it doesnt work.
edit:
I found error_log file just now.It contains these lines:
[07-Mar-2020 21:14:20 UTC] PHP Warning: Error while sending QUERY packet. PID=1649106 in /home/deniztas/migrate666.deniz-tasarim.site/wp-includes/wp-db.php on line 2030
[07-Mar-2020 21:14:48 UTC] PHP Warning: Error while sending QUERY packet. PID=1649106 in /home/deniztas/migrate666.deniz-tasarim.site/wp-includes/wp-db.php on line 2030
[12-Mar-2020 11:59:49 UTC] PHP Notice: Undefined index: mytheme_meta_box_nonce in /home/deniztas/migrate666.deniz-tasarim.site/wp-content/themes/html5blank-stable/functions.php on line 330
[12-Mar-2020 11:59:49 UTC] PHP Notice: Undefined index: mytheme_meta_box_nonce in /home/deniztas/migrate666.deniz-tasarim.site/wp-content/themes/html5blank-stable/functions.php on line 330
[12-Mar-2020 11:59:49 UTC] PHP Notice: Undefined index: mytheme_meta_box_nonce in /home/deniztas/migrate666.deniz-tasarim.site/wp-content/themes/html5blank-stable/functions.php on line 330
[12-Mar-2020 11:59:49 UTC] PHP Notice: Undefined index: mytheme_meta_box_nonce in /home/deniztas/migrate666.deniz-tasarim.site/wp-content/themes/html5blank-stable/functions.php on line 330
[12-Mar-2020 15:36:51 Europe/Minsk] PHP Warning: Use of undefined constant ‘WP_DEBUG_DISPLAY’ - assumed '‘WP_DEBUG_DISPLAY’' (this will throw an Error in a future version of PHP) in /home/deniztas/migrate666.deniz-tasarim.site/wp-config.php on line 83
[12-Mar-2020 15:36:51 Europe/Minsk] PHP Warning: Use of undefined constant ‘SCRIPT_DEBUG’ - assumed '‘SCRIPT_DEBUG’' (this will throw an Error in a future version of PHP) in /home/deniztas/migrate666.deniz-tasarim.site/wp-config.php on line 84
[12-Mar-2020 15:37:51 Europe/Minsk] PHP Warning: Use of undefined constant ‘WP_DEBUG_DISPLAY’ - assumed '‘WP_DEBUG_DISPLAY’' (this will throw an Error in a future version of PHP) in /home/deniztas/migrate666.deniz-tasarim.site/wp-config.php on line 83
[12-Mar-2020 15:37:51 Europe/Minsk] PHP Warning: Use of undefined constant ‘SCRIPT_DEBUG’ - assumed '‘SCRIPT_DEBUG’' (this will throw an Error in a future version of PHP) in /home/deniztas/migrate666.deniz-tasarim.site/wp-config.php on line 84
[12-Mar-2020 15:37:59 Europe/Minsk] PHP Warning: Use of undefined constant ‘WP_DEBUG_DISPLAY’ - assumed '‘WP_DEBUG_DISPLAY’' (this will throw an Error in a future version of PHP) in /home/deniztas/migrate666.deniz-tasarim.site/wp-config.php on line 83
[12-Mar-2020 15:37:59 Europe/Minsk] PHP Warning: Use of undefined constant ‘SCRIPT_DEBUG’ - assumed '‘SCRIPT_DEBUG’' (this will throw an Error in a future version of PHP) in /home/deniztas/migrate666.deniz-tasarim.site/wp-config.php on line 84
[12-Mar-2020 15:39:51 Europe/Minsk] PHP Warning: Use of undefined constant ‘WP_DEBUG_DISPLAY’ - assumed '‘WP_DEBUG_DISPLAY’' (this will throw an Error in a future version of PHP) in /home/deniztas/migrate666.deniz-tasarim.site/wp-config.php on line 83
Share
Improve this question
edited Mar 12, 2020 at 12:57
ahmet kaya
asked Mar 12, 2020 at 12:54
ahmet kayaahmet kaya
331 silver badge9 bronze badges
1 Answer
Reset to default 0Change your line 3 and 4's quotes and give a try.
*
* @link https://codex.wordpress/Debugging_in_WordPress
*/
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );
define( 'SCRIPT_DEBUG', true );
本文标签: debuglog is not created
版权声明:本文标题:debug.log is not created 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744675112a2619062.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论