WordPress has a specific debug system and standardised code across the core, plugins, and themes to simplify the process of identifying PHP errors.
WordPress has a specific debug system and standardized code across the core, plugins, and themes to simplify the process of identifying PHP errors. Enabling this debug mode will cause all PHP errors and warnings to display, so you can find out what's wrong with your site.
Required: You'll need the following to complete the steps:
WP_DEBUG
from false to true:define( 'WP_DEBUG', false );
With debugging enabled:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
/wp-content/debug.log
file.Warning: When you’re done troubleshooting be sure to disable debug mode. Leaving debug mode enabled can create security issues for your site.
Need help? Find help in our knowledgebase or simply chat to us .
Wurk and its subsidiaries are registered services provider.