Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. php bin/magento catalog:images:resize
  2.  
  3. Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data in /var/www/vhosts/mysite.com/httpdocs/vendor/magento/framework/Image/Adapter/Gd2.php on line 72
  4.  
  5. $this->_imageHandler = call_user_func(
  6. $this->_getCallback('create', null, sprintf('Unsupported image format. File: %s', $this->_fileName)),
  7. $this->_fileName
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement