After data migration I complete the media folder

Hi 
After successful migration, I follow your instruction to get the images 
Copy media files:
Copy the folder at PATH_YOUR_MAGENTO_1\media\catalog and paste replace to PATH_YOUR_MAGENTO_2\pub\media\
Copy the folder at PATH_YOUR_MAGENTO_1\media\downloadable and paste replace to PATH_YOUR_MAGENTO_2\pub\media\
 
And so on. But images are not showing backend product listing nighter frontend. But images are showing if you go to product detail from the backend and go to the image tab you can see the image is showing there. 

How to resolve the issue.

3 answers

Profile photo of Mall Staff 184060.00 $tone June 9, 2020
Public

Hi Argha,

And so on. But images are not showing backend product listing nighter frontend. But images are showing if you go to product detail from the backend and go to the image tab you can see the image is showing there. 
How to resolve the issue.

Please try to run the following commands:

php -f bin/magento catalog:images:resize
php -f bin/magento cache:clean

And then check the issue you mentioned again.

Regards,
Mall.

#1
Profile photo of Argha Bhattacharya 140.00 $tone June 9, 2020
Public

I run this command php -f bin/magento catalog:images:resize and the error thrown Unsupported Image format. 

Then I fix the image I mean delete the image and rerun the process and again the error comes in at some point if time lets say at 2% then again I need to delete the image and rerun the command.

This is seriously killing my time a lot. Is there any way to complete the process by skipping this error and complete the entire process?
 
Here is the screenshot attached.
https://prnt.sc/swp0a8
 

#2
Profile photo of Mall Staff 184060.00 $tone June 10, 2020
Public

Hi Argha,

Here is the screenshot attached.
https://prnt.sc/swp0a8

That issue related to the quality of your media images. And it related to your Magento’s function, not our migration tool.

libpng warning: iCCP: known incorrect sRGB profile

You can take a look at a similar issue in the following posts:
https://stackoverflow.com/questions/22745076/libpng-warning-iccp-known-incorrect-srgb-profile
https://community.magento.com/t5/Magento-2-x-Technical-Issues/libpng-warning-iCCP-known-incorrect-sRGB-profile/td-p/127379

You should consider fixing your media images at your end first.
Regards,
Mall.
 
 

#3

Please login or Register to Submit Answer

Written By

Comments