[wp-trac] [WordPress Trac] #36534: Media Upload Issue Since 4.5 Upgrade

WordPress Trac noreply at wordpress.org
Tue May 9 13:38:12 UTC 2017


#36534: Media Upload Issue Since 4.5 Upgrade
---------------------------------------+-----------------------------
 Reporter:  unicornbacon               |       Owner:  joemcgill
     Type:  defect (bug)               |      Status:  reopened
 Priority:  normal                     |   Milestone:  Future Release
Component:  Media                      |     Version:
 Severity:  critical                   |  Resolution:
 Keywords:  needs-testing needs-patch  |     Focuses:
---------------------------------------+-----------------------------

Comment (by Johnobo):

 As in the original Ticket mentioned: the problem seems to be related
 rather to an image resolution and not the size. I did a check with 2
 Images (9:16 & 16:9) saved them in different qualities and different
 resoltions:

 {{{
 Image 01 ( 9:16, Portrait ) :
 Smartphone Pic | Quality 100 | 2336x4160 | 2.3MB => FAILED
 PS_SavedForWeb | Quality 100 | 2336x4160 | 3.3MB => FAILED
 PS_SavedForWeb | Quality  20 | 2336x4160 | 244KB => FAILED
 PS_SavedForWeb | Quality 100 | 1900x0959 | 959KB => WORKS
 PS_SavedAsJPEG | Quality 100 | 1900x1900 | 1.8MB => WORKS

 Image 02 ( 16:9, Landscape ) :
 Smartphone Pic | Quality 100 | 4160x2336 | 2.8MB => FAILED
 PS_SavedForWeb | Quality 100 | 4160x2336 | 4.2MB => FAILED
 PS_SavedForWeb | Quality  20 | 4160x2336 | 463KB => FAILED
 PS_SavedForWeb | Quality 100 | 1900x1067 | 1.3MB => WORKS
 PS_SavedAsJPEG | Quality 100 | 1900x1900 | 1.8MB => WORKS

 * "PS_*" = Photoshop
 }}}

 All Images failed with HTTPError before 120second Execution Time Limit.

 {{{
 max_input_time      = 60
 max_execution_time  = 120
 upload_max_filesize = 10M
 post_max_size       = 16M
 memory_limit        = 128M
 }}}

 I didn't changed any fcigd settings.

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


More information about the wp-trac mailing list