[wp-trac] [WordPress Trac] #36534: Media Upload Issue Since 4.5 Upgrade
WordPress Trac
noreply at wordpress.org
Mon Dec 12 16:23:41 UTC 2016
#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: 4.5
Severity: normal | Resolution:
Keywords: needs-testing needs-patch | Focuses:
---------------------------------------+-----------------------------
Comment (by asirota):
To fix my problem I added the functions.php patch published by
@mikeschroder on github. I tried various fixes described above and only
switching to GD fixed it. I removed the thread limit for imagick from
.htaccess and left the PHP parameters as below.
The setup is on "Managed WordPress" at GoDaddy... The
[https://dl.dropboxusercontent.com/u/55719247/Image%20that%20breaks%20WordPress%20upload.jpg
media sample] I was having HTTP errors reported is 3600px across but only
2MB in size.
Here's a
[https://dl.dropboxusercontent.com/u/55719247/Image%20that%20does%20NOT%20break%20WordPress%20upload.jpg
smaller version] that is 1800px across (and smaller as a result) that had
no problem WITHOUT any reconfiguration at all.
I am happy to work with a developer to troubleshoot this issue as we have
lots of WordPress sites we can spin up to experiment with configuration
examples.
From Debug plugin
PHP
5.4.45
MySQL
5.6.32
Memory Usage
101,921,160 bytes
{{{
Media Debugging Info
Active Editor WP_Image_Editor_GD
Imagick Module Number 1620
ImageMagick Version ImageMagick 6.5.4-7 2014-02-10 Q16 OpenMP
http://www.imagemagick.org
GD Version bundled (2.1.0 compatible)
Ghostscript Version 8.70
Memory Limit 2048M
Max Execution Time 1600
Max Input Time 160
Upload Max Filesize 256M
Post Max Size 120M
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/36534#comment:105>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list