ÃÛ¶¹ÊÓƵ

ACSD-64113: Error in admin on uploading image with smaller width than height via Media Gallery

The ACSD-64113 patch fixes the issue where errors occur in the admin when uploading images with a relatively small width compared to their height (or vice versa) via the Media Gallery. This patch is available when the Quality Patches Tool (QPT) 1.1.59 is installed. The patch ID is ACSD-64113. Please note that the issue is scheduled to be fixed in ÃÛ¶¹ÊÓƵ Commerce 2.4.8.

Affected products and versions

The patch is created for ÃÛ¶¹ÊÓƵ Commerce version:

ÃÛ¶¹ÊÓƵ Commerce (all deployment methods) 2.4.7-p3

Compatible with ÃÛ¶¹ÊÓƵ Commerce versions:

ÃÛ¶¹ÊÓƵ Commerce (all deployment methods) 2.4.5 - 2.4.7-p3

NOTE
The patch might become applicable to other versions with new Quality Patches Tool releases. To check if the patch is compatible with your ÃÛ¶¹ÊÓƵ Commerce version, update the magento/quality-patches package to the latest version and check the compatibility on the Quality Patches Tool: Search for patches page. Use the patch ID as a search keyword to locate the patch.

Issue

Errors occur in the admin when uploading images with a relatively small width compared to their height (or vice versa) via the Media Gallery.

Steps to reproduce:

  1. Go to Content > Media > Media Gallery and select the wysiwyg directory.
  2. Upload the image with a relatively small width compared to its height (or vice versa).

Expected results:

The image is uploaded without errors.

Actual results:

  1. The following error message is thrown:

    A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later.

  2. var/log/exception.log contains:

    code language-none
    report.CRITICAL: ValueError: imagecreatetruecolor(): Argument #1 ($width) must be greater than 0 in /home/lib/internal/Magento/Framework/Image/Adapter/Gd2.php:427
    

    or

    code language-none
    report.CRITICAL: ValueError: imagecreatetruecolor(): Argument #1 ($height) must be greater than 0 in /home/lib/internal/Magento/Framework/Image/Adapter/Gd2.php:427
    

Apply the patch

To apply individual patches, use the following links depending on your deployment method:

To learn more about Quality Patches Tool, refer to:

recommendation-more-help
c2d96e17-5179-455c-ad3a-e1697bb4e8c3