Lucy Beer: Solving Your Own WordPress Problems
There is, of course, a mistake on one of my slides š¦
The correct way to enable the debug.log is:
define(‘WP_DEBUG’, true); define(‘WP_DEBUG_LOG’, true); define(‘WP_DEBUG_DISPLAY, false);
I had pasted the wrong snippet into the slide which incorrectly set it to false! Gah!
There is, of course, a mistake in one of my slides š¦
The correct way to enable debug.log is:
I pasted the wrong snippet into the slide which would actually set it to false! Gah!
Δ
April 29, 2017
The best thing about WordPress can sometimes also be the worst thing about WordPress: Plugins and Themes. Lucy will give you the tools you need to understand why your site breaks, how to find the cause, and how to fix it.
WordCamp San Diego 2017 40
Lucy Beer 6
break WordPress 5 Plugins 344 Themes 279 tools 61
English 11387
Subscribe
April 29, 2017 at 9:26 am |
There is, of course, a mistake on one of my slides š¦
The correct way to enable the debug.log is:
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY, false);
I had pasted the wrong snippet into the slide which incorrectly set it to false! Gah!
April 29, 2017 at 9:28 am |
There is, of course, a mistake in one of my slides š¦
The correct way to enable debug.log is:
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY, false);
I pasted the wrong snippet into the slide which would actually set it to false! Gah!