debug.log
-
[ Moderator note: moved to Fixing WordPress. ]
wp 4.7.4
ubunt 16
added this to wp-config.phpdefine(‘WP_DEBUG’, true);
if (WP_DEBUG) {
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);
@ini_set(‘display_errors’, 0);
@ini_set(‘error_reporting’, E_ALL & ~E_NOTICE );
@error_reporting(E_ALL & ~E_NOTICE);
}restarted Apache.
touch debug.log
-rw-rw-r– 1 xxxxxxx xxxxxx 0 May 19 14:56 debug.loglog file never has any content. Does it flush once a day or something?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘debug.log’ is closed to new replies.