- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2019
02:34 PM
09-08-2019
02:34 PM
Product image not loading in product view page after magento version ugrade EE 2.3.2
Hi,
I had Magnto EE version running on 2.1.9 and I upgraded it to EE 2.3.2. Aftert that product images are not loading in product view page. I have run catalog:image:resize, renaming htaccess, flushed all cache, deleted cache files etc... Still no luck. Kindly help.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2019
06:51 PM
09-08-2019
06:51 PM
Re: Product image not loading in product view page after magento version ugrade EE 2.3.2
Hi @Wakralab,
Make sure that you have correct permission on the website after upgrade.
There may be some issue with permissions on the server in generations of static files. And make sure that you have ". htaccass" file in pub/static folder.
Try the following command to setup proper permission to magento directory.
find . -type d -exec chmod 755 {} \; && find . -type f -exec chmod 644 {} \; && chmod u+x bin/magento
chmod -R 0777 var/ pub/ generated/
Then
Execute
catalog:image:resize
php bin/magento cache:flush
I hope it will help you!
Make sure that you have correct permission on the website after upgrade.
There may be some issue with permissions on the server in generations of static files. And make sure that you have ". htaccass" file in pub/static folder.
Try the following command to setup proper permission to magento directory.
find . -type d -exec chmod 755 {} \; && find . -type f -exec chmod 644 {} \; && chmod u+x bin/magento
chmod -R 0777 var/ pub/ generated/
Then
Execute
catalog:image:resize
php bin/magento cache:flush
I hope it will help you!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2019
09:49 PM
09-08-2019
09:49 PM
Re: Product image not loading in product view page after magento version ugrade EE 2.3.2
Hello Vimal,
Thanks for the message. I have tried all these, but still didnt work.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2019
11:23 PM
09-18-2019
11:23 PM
Re: Product image not loading in product view page after magento version ugrade EE 2.3.2
Hello
did you try running image resize command?
Generally, product images are cached while saving the product from admin panel. However, sometimes you may need to re-create the product images cache after you import products, if images were resized manually in the cache, or if the cache was manually cleared by mistake.
Command usage:
php <magento install dir>/bin/magento catalog:images:resizeThis command takes no arguments or options.
Was my answer helpful? You can accept it as a solution.
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer