Hosting

  1. Home
  2. Support
  3. Hosting
  4. General
  5. Enable WP Debugging

Enable WP Debugging

  1. Login to your hosting control panel.
  2. Using the left menu, click Websites, then click on the website you have WordPress installed on.
  3. Under the Applications installed heading, click manage, here you will find all your WordPress website options and settings.
  4. Using the inset left menu, click Debug, here you will see 3 options to help you debug any issues you have with your WordPress installation.
  5. To enable the options simply toggle the button next to the debugging level you want.

WP_DEBUG = Will show all PHP errors, notices, and warnings in the front end of your website – Only recommend to enable while you are actively debugging an issues.

WP_DEBUG_LOG = Will log all error to your wp-content/debug.log file – Useful if you want to leave debugging enabled and review later, but people will be able to view/download your wp-content/debug.log file.

WP_DEBUG_DISPLAY = This will output debug messages within your pages HTML.

Was this article helpful to you? Yes No