Magento – Magento 2 Images Not Showing on Product Detail page Please Advice

magento2product-images

I have installed Magento 2.1.6 and had lot's of products over it. then i download fresh copy of magento 2.1.7 from magento market place and extracted and used my previous database that was had lot's of products and order histories etc.

the website start working fine .
now i migrate Media folder from old website directory to new website directory same in pub folder

now images start working fine. but when i see on product detail page images not showing else all images showing any help?

Best Answer

you have not generated the static view files.

root > var > cache > DELETE ALL

root > var > page_cache > DELETE ALL

root > var > session > DELETE ALL

root > var > view_preprocessed > DELETE ALL

root > pub > static > delete all folder(not delete .HTACCESS)

After below command apply.

php bin/magento setup:static-content:deploy

php bin/magento indexer:reindex

php bin/magento cache:flush

Related Topic