cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with image of product Magento 1.9.3.2

Problem with image of product Magento 1.9.3.2

Hi everyone, i have a problem with my product image, in backend works fine and i see the image of my product but in frontend i still have placeholder of Magento image but not my product image.

 

I have set 777 permission on media folder and other task following this guide https://astrio.net/blog/magento-images-not-showing/ 

but not is fixed

 

Website problem www.levid.it for see the problem go to hand care category and crema mani subcategory (now i have just 2 test product)

 

Can anyone help me please? 

 

Thank you

 

Dario

1 REPLY 1

Re: Problem with image of product Magento 1.9.3.2

Please select "Base", "Small" , "thumbnail" images from back-end

Clear the cache and Index Managements

 

Or

 

Check the file access rights for the image folder. Files there should have 664, Folder should be on 775

Check if the image gets written in image cache media/products/cache/...

 

Or

 

This can be caused by wrong permissions set to uploaded files. Open lib/Varien/File/Uploader.php and make sure following permission are set:

Around line 219:

chmod($destinationFile, 0666);

Around line 541:

if (!(@is_dir($destinationFolder) || @mkdir($destinationFolder, 0777, true))) {

Note: This issue will also be fixed by applying patch SUPEE-7405 v1.1