Howto get Debug running
-
I am having a problem getting the debug mode operational.
Entered the next at the bottom of the wp-config.php
/* start debug settings in wp-config.php */
@ini_set(‘display_errors’,0);
@ini_set(‘log_errors’,1);
define(‘WP_DEBUG’, true); // Turn debugging ON
define(‘WP_DEBUG_DISPLAY’,false); // Turn forced display OFF
define(‘WP_DEBUG_LOG’, true); // Turn logging to wp-content/debug.log ON
/* end debug settings */but the debug.log file is not created.
What could be wrong?
Thanks for yr support, Cees
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Howto get Debug running’ is closed to new replies.