Title: WP_DEBUG not showing errors
Last modified: August 21, 2016

---

# WP_DEBUG not showing errors

 *  Resolved [Andrew](https://wordpress.org/support/users/andrewlindner1/)
 * (@andrewlindner1)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/wp_debug-not-showing-errors/)
 * Hi all,
 * I’ve enabled WP_DEBUG and the errors are not being displayed on any screen.
 * any suggestions?

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/wp_debug-not-showing-errors/#post-4113435)
 * How do you know you have any errors to display?
 *  Thread Starter [Andrew](https://wordpress.org/support/users/andrewlindner1/)
 * (@andrewlindner1)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/wp_debug-not-showing-errors/#post-4113471)
 * The plugins that are being debugged are using deprecated functions.
 * Ive used WP_DEBUG in the past and it has worked fine, displaying all errors and
   deprecated functions at the top of every screen.
 * Now when I set it to true nothing happens.
 *  Thread Starter [Andrew](https://wordpress.org/support/users/andrewlindner1/)
 * (@andrewlindner1)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/wp_debug-not-showing-errors/#post-4113473)
 * There has to be something stupid I’m doing/overlooking that are causing the errors
   to be hidden.
 * I’m just not sure what it could be.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/wp_debug-not-showing-errors/#post-4113480)
 * Have you tried looking in wp-content/debug.log?
 *  [Lorenzo Orlando Caum](https://wordpress.org/support/users/lorenzocaum/)
 * (@lorenzocaum)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/wp_debug-not-showing-errors/#post-4113483)
 * Remove any existing debug macro from your wp-config.php file. Then try adding
   the following towards the middle of your wp-config.php file:
 *     ```
       define('WP_DEBUG', true);
       if (WP_DEBUG) {
           define('WP_DEBUG_LOG', true);
           define('WP_DEBUG_DISPLAY', true);
           @ini_set('display_errors', 0);
       }
       ```
   
 *  Thread Starter [Andrew](https://wordpress.org/support/users/andrewlindner1/)
 * (@andrewlindner1)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/wp_debug-not-showing-errors/#post-4113504)
 * That Worked Thanks so much!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘WP_DEBUG not showing errors’ is closed to new replies.

## Tags

 * [debugging](https://wordpress.org/support/topic-tag/debugging/)
 * [wp_debug](https://wordpress.org/support/topic-tag/wp_debug/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 3 participants
 * Last reply from: [Andrew](https://wordpress.org/support/users/andrewlindner1/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/wp_debug-not-showing-errors/#post-4113504)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
