[wp-meta] [Making WordPress.org] #6430: Receiving HTTP Error 500 upon submitting an image

Making WordPress.org noreply at wordpress.org
Tue Aug 9 05:22:10 UTC 2022


#6430: Receiving HTTP Error 500 upon submitting an image
-----------------------------+---------------------
 Reporter:  vatoyiit         |       Owner:  (none)
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:
Component:  Photo Directory  |  Resolution:
 Keywords:                   |
-----------------------------+---------------------

Comment (by dd32):

 Just noting that the reason these failed to upload is because of a out-of-
 memory fatal error:

 > E_ERROR: Allowed memory size of 268435456 bytes exhausted (tried to
 allocate 96000000 bytes) in wp-includes/class-wp-image-editor.php:601

 In that case, the uploaded image was 19M in size and it's trying to
 allocate another ~90MB on top of the already used 256M.. I can see another
 case where the uploaded image is ~3.5M and trying to allocate another ~80M
 on top of the 256M.

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/6430#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list