How to Enable WordPress Debug Mode (WP Debugging)
Enabling WP Debugging is essential for troubleshooting issues on your site. If you're experiencing errors or performance problems, learning to enable WordPress Debug can help you pinpoint the root cause. This article will guide you through enabling WordPress Debug by modifying the wp-config file, ensuring you have the tools to identify and resolve any issues.
Enable WordPress Debug
To enable WordPress debugging, follow these steps:
- Log in to your Bluehost Account Manager.
- Click Hosting on the left navigation menu.
- Under the All My Hosting Packages section, select the name of the hosting package you wish to manage;
- If you have multiple Hosting packages associated with your account, click the MANAGE button for the specific Hosting package you want to manage.
- If you have only one Hosting package, you will be redirected to the Hosting Overview page.
- Scroll down, look for the Quick Links tile, and select the File Manager button.
- Navigate to the broken website's folder.
Note: If this is not the primary domain, identify which folder the broken website is being hosted in.
- Locate the wp-config.php file.
- Click the Edit icon from the Toolbar.
Alternatively, highlight the wp-config.php file, right-click your mouse to show a drop-down menu, and then click Edit,
- A popup window will appear, then click the Editbutton again.
- Scroll down to locate the define( 'WP_DEBUG', setting.
Make sure to update the define( 'WP_DEBUG', setting to reflect this:
define('WP_DEBUG', true);
- Click the Save Changes button when finished.
Summary
Anyone who wants to properly troubleshoot their website must know how to enable WordPress Debug. WP Debugging enables you to identify and fix errors that could disrupt the functionality of your website. Remember to update the wp-config file as outlined in this guide.
If you need further assistance, feel free to contact us via Chat or Phone:
- Chat Support - While on our website, you should see a CHAT bubble in the bottom right-hand corner of the page. Click anywhere on the bubble to begin a chat session.
- Phone Support -
- US: 888-401-4678
- International: +1 801-765-9400
You may also refer to our Knowledge Base articles to help answer common questions and guide you through various setup, configuration, and troubleshooting steps.