Skip to content

Instantly share code, notes, and snippets.

@Nolwennig
Last active December 11, 2018 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nolwennig/2f207e75c41732792db873d2dbb411c9 to your computer and use it in GitHub Desktop.
Save Nolwennig/2f207e75c41732792db873d2dbb411c9 to your computer and use it in GitHub Desktop.
Magento2 > adminhtml > product > view

Cannot gather stats! Warning!stat(): stat failed for /var/www/html/magento2/pub/media/catalog/product/i/m/image.jpg

Please run below sql code

SET @file = '/i/m/image.jpg';
START TRANSACTION;
DELETE FROM catalog_product_entity_media_gallery WHERE value = @file;
DELETE FROM catalog_product_entity_varchar WHERE value = @file;
COMMIT;

https://magento.stackexchange.com/users/36750/gelanivishal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment