Contents
Why is my image not generating in Magento?
Magento was in production mode and pub was used as documentroot. I could see the get.php file being called by simply putting a die (); statement in there and noticing the image not being generated. After removing the die ();, the image got generated. So it looks like everything works and there is no bug.
How to regenerate images in vanilla Magento instance?
We are using this command to regenerate the images ( php bin/magento catalog:image:resize ). But this is not a solution. The client is not able to use this step. Hi @29sunil. Thank you for your report. Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce.
Is there an issue with the Magento migration tool?
Also as You migrated from magento1 You may post Your issue on the specially opened for such issues repository https://github.com/magento/data-migration-tool. With that we are closing this issue here.
How to ask a question about Magento Community slack?
Join Magento Community Engineering Slack and ask your questions in #github channel. Hi @engcom-qa-Bravo. Thank you for working on this issue. 1. Verify that issue has all the required information. ( Preconditions, Steps to reproduce, Expected result, Actual result ). will be added to the issue automatically.
Why are images not showing after flush catalog?
The images of the product shown in the admin section and frontend. but after flush catalog images cache from Magento admin, images are not showing at frontend category page and product page. To show these images we need to regenerate images using this command.
Is the GitHub issue tracker relevant to Magento core?
The GitHub issue tracker is intended for Magento Core technical issues only. If You are not able to reproduce it on a vanilla instance locally or on other server like the one we provided You with ( https://i-23262-2-3-develop.instances.magento-community.engineering) its not an issue relevant for this repository.
Is the product cache deleted after flush catalog?
Yes pub/media/catalog/product/cache is deleted as it is supposed to be after Flush Catalog Images Caches, but it is successfully regenerated when You for example first enter the catalog on the Frontend. So please tell what I’m missing in the video or doing something not as You mean.
What does it mean when image of catalog is not displayed?
We don’t clearly comprehend what is wrong with the Actual Result You are facing and where is the discrepancy with the Expected Result: “The image of Catalog of product on frontend and backend are displayed correctly “. Do You mean “not correctly” or something like that?