Introduction
When facing issues on a WordPress site, it may be helpful to enable debug mode, which will provide more verbose logging.
Procedure
- Access the server's command line via SSH or "Terminal" in WHM/cPanel.
- Open the site's
wp-config.phpfile in your preferred text editor. - Change the
WP_DEBUGvalue totrue.define('WP_DEBUG', true); - Change the
WP_DEBUG_DISPLAYvalue totrue.define('WP_DEBUG_DISPLAY', true); - Save the changes and exit the text editor.
Comments
0 comments
Article is closed for comments.