I flushed catalog images cache from magento cache storage management . Now I have lost all product main images. Image thumbnails are there but i don't see main image for any of the product.
Any one else faced the same issue ?
Related
I am using amazon s3 bucket for media storage. Currently issue with product image in category page. When I open same product then in detail page I will showing image but not shoing in category page.When I open category page then that image is not available in amazon storage but when open it as product detail page then that product is available in amazon storage.
/../catalog/product/cache/da8f4411c82d0ae20dfc66ebb373c6b1/a/i/ai-b.jpg
above is category image url
/../catalog/product/cache/b0a36a41272eec54033056592d1a7a40/a/i/ai-b.jpg
this one is of product detail page.
Both the image cache folder is different.
what is reason behind this?
Thanks in advance.
I already applied all command except image:resize.
I've uploaded some product images both with csv import and backend interface of magento 2.3 and I noticed that the file size on the frontend is 3x the size of the file I uploaded.
For example, I uploaded a 1200x1200px image (with custom Huffman lossless compression) around 600Ko. After Magento process the image the file is 2.2Mo on the frontend!
I've disable Frontend Image Resize on the backend and tried both GD2 and ImageMagick processor but it doesn't change anything !
Is there a way to disable image processing and just tell Magento to link Images uploaded on var/import/product_images to the actual products without doing anything on the files ?
All my products have vanished from my website (front end). They are all in the back end and I can open them and make changes etc. But they aren't appearing when I click on one of the tabs for a certain category.
The page comes up fine with the category details and the category feature image. But no products are showing.
I am using the JoomlArt theme called JM Wall, I have just updated to the latest version 1.9.0.1 and I've tried the following; flush magento cache, flush cache storage, flush catalog images cache, flush javascript/css cache, also tried re-indexing all the data on the index management page.
Any suggestions on how to fix?
Magento ver. 1.9.0.1
In my magento site product images are not visible.
I have images for all the products uploaded and set to Base, small and thumbnail images.
My media folder permission is 777.
Still I am getting error like this
NetworkError: 404 Not Found - http://dev.myproject.com/media/catalog/product/cache/1/small_image/250x300/
4e8686d859209b8b568b3ce08d7279f7/A/T/ATCEAR-9_2.jpg
in Firefox console.
This folder small_image is not at the specified location.
least placeholder images are also not loading.
I can not run <?php echo phpinfo(); ?> in root of site(I tried this but got a blank page).
So I do not have information about gd library exists or not?
What may be wrong?
Try to clear your all type of cache (var/cache, Image cache) . So when you clear your cache memory then magento will create cache again that you visited products images. Image cache is located at your media directory, In your posted link above
NetworkError: 404 Not Found - http://dev.myproject.com/media/catalog/product/**cache**/1/small_image/250x300/
4e8686d859209b8b568b3ce08d7279f7/A/T/ATCEAR-9_2.jpg
You can see the cache directory. You can delete that directly or from magento admin section, by visiting admin section--> System--> Cache management--> select all cache then delete.
Then check again .And make sure your images are exist first..
I've looked around for answers, but none of them seem to apply to my case.
The product's images were changed via Magmi with a csv file with the following structure:
"sku","image","small_image","thumbnail"
They were changed from png to jpg files.
I've refreshed all 7 cache types, I've flushed catalog images cache, I've flushed Magento cache. I haven't flushed cache storage because the warning message scared me...
If I open the product in the admin area I see the images are properly set. If I save the product, the images appear correctly in the catalog view. This leads me to believe it's a problem with indexes or temporary files. I was thinking it could be the Category Products index, but Magmi updates that while importing products.
I've cleared the browser's cache... I'm out of ideas.
Reindex manually through command line:
$ php /yoursite/shell/indexer.php --reindexall
Greetings.