Changes between Version 2 and Version 3 of Ticket #23127
- Timestamp:
- 01/06/2013 08:46:08 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23127 – Description
v2 v3 1 If the uploaded file is too big for the Max Memory Limit Setting, then the upload is executed, but the image isn `t resized to the set image sizes and the frontend get`s stuck on "Crunching". I tracked the error down into the core and found out, that the main problem is in the GD library class ( wp-includes/class-wp-image-editor-gd.php ) in the load() function.1 If the uploaded file is too big for the Max Memory Limit Setting, then the upload is executed, but the image isn't resized to the set image sizes and the frontend gets stuck on "Crunching". I tracked the error down into the core and found out, that the main problem is in the GD library class ( wp-includes/class-wp-image-editor-gd.php ) in the load() function. 2 2 3 3 Everything works fine before line 91: