Debug Multisite WP
-
Hello,
I’m trying the following code, but the file debug.log is not created. (https://codex.www.ads-software.com/Debugging_in_WordPress)
// Enable WP_DEBUG mode define('WP_DEBUG', true); // Enable Debug logging to the /wp-content/debug.log file define('WP_DEBUG_LOG', true); // Disable display of errors and warnings define('WP_DEBUG_DISPLAY', false); @ini_set('display_errors',0);
How do you usually debug your network?
thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Debug Multisite WP’ is closed to new replies.