Changes between Initial Version and Version 1 of Ticket #39647, comment 23
- Timestamp:
- 07/19/2019 12:45:36 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39647, comment 23
initial v1 1 I have been working in catching the PHP error using a 6 second timeout and @azaozz 'esmulti subsizes plugin https://core.trac.wordpress.org/ticket/40439#comment:481 I have been working in catching the PHP error using a 6 second timeout and @azaozz' multi subsizes plugin https://core.trac.wordpress.org/ticket/40439#comment:48 2 2 3 What happens : we add {{{ 3 What happens : we add 4 {{{ 4 5 <?php 5 header( 'X-WP-lasterror-message: ' .$r['last_error_message'] );6 header( 'X-WP-lasterror-message: ' . $r['last_error_message'] ); 6 7 }}} 7 8