Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #47872, comment 1


Ignore:
Timestamp:
08/14/2019 06:56:56 PM (5 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47872, comment 1

    v1 v2  
    33- Uses a temporary uploaded file reference (for images only) to retrieve the new attachment_id (saved in a transient for 6 hours).
    44
    5 Currently there are no specific UI changes but the HTTP 500 errors are visible in the browser console. If it still fails it shows the error messages that come from the server, if any. Then it falls back to the default HTTP 500 error (the text was updated to better reflect what's going on).
     5Currently there are no specific UI changes but the HTTP 500 errors are visible in the browser console. If it still fails after four attempts (the initial upload plus three re-tries) it shows the error messages that come from the server, if any. Then it falls back to the default HTTP 500 error (the text was updated to better reflect what's going on).
    66
    77Testing is very much appreciated, although it's not very straightforward. To test best would be to artificially "crash" PHP.