WordPress Debug will not work
-
Hi,
I am stumped here. I have enabled Debug in my wp-config and it doesn’t create the debug.log file or log anything. I have tried creating the debug.log manually and that doesn’t log either.
I am stumped.
wp-content folder is 755
I have added
define(‘WP_DEBUG’, true); // Turn on WP Debugging
define(‘WP_DEBUG_LOG’, true); // Log errors to wp_debug.log
define(‘WP_DEBUG_DISPLAY’, false); // Turns off error reporting on the front endAny ideas?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘WordPress Debug will not work’ is closed to new replies.