diff --git a/config/environments/development.php b/config/environments/development.php index 71a65266fa..b61273fb70 100644 --- a/config/environments/development.php +++ b/config/environments/development.php @@ -8,6 +8,7 @@ Config::define('SAVEQUERIES', true); Config::define('WP_DEBUG', true); Config::define('WP_DEBUG_DISPLAY', true); +Config::define('WP_DISABLE_FATAL_ERROR_HANDLER', true); Config::define('SCRIPT_DEBUG', true); ini_set('display_errors', 1);