[wp-trac] [WordPress Trac] #46825: Disable WSOD protection when WP_DEBUG is true

WordPress Trac noreply at wordpress.org
Sun May 19 17:37:54 UTC 2019


#46825: Disable WSOD protection when WP_DEBUG is true
----------------------------+----------------------
 Reporter:  arena           |       Owner:  (none)
     Type:  defect (bug)    |      Status:  closed
 Priority:  normal          |   Milestone:
Component:  Bootstrap/Load  |     Version:  5.2
 Severity:  normal          |  Resolution:  wontfix
 Keywords:  servehappy      |     Focuses:
----------------------------+----------------------

Comment (by carasmo):

 I'm not sure how to correct this so it returns to the same behavior prior
 to this. I use


 {{{#!php
 <?php
 define( 'WP_DEBUG', true );
 define( 'WP_DISABLE_FATAL_ERROR_HANDLER', true );

 }}}

 But I still don't get any output on the site telling me what the error is.
 I also don't know whether or not the admin email is getting a notice
 still. I hope not.

 But where do I set so I can see what the error is without having to look
 at the error_log? This is driving me nuts.

 Thanks!

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/46825#comment:21>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list