In my site products thumbnail images not display, but inside the products imges showed,
products landing page:
in my admin end look like,
how can i solve this error,
Solved! Go to Solution.
For that, you need to access the Shell.
If you are using xampp/wamp then you can access it by clicking on the Shell button.
once you open the shell, go to your Magento directory e.g.
~ cd htdocs/{magento-directory}/bin
and then run the following:
php magento setup:upgrade php magento setup:di:compile php magento setup:static-content:deploy
I hope this will fix the issue.
FYI - don't forget to clear the cache.
Try clearing your cache and if doesn't help then best is to redeploy the static content.
How can i redeploy the static content ?
Actually i am using MAGMI to import my products images
For that, you need to access the Shell.
If you are using xampp/wamp then you can access it by clicking on the Shell button.
once you open the shell, go to your Magento directory e.g.
~ cd htdocs/{magento-directory}/bin
and then run the following:
php magento setup:upgrade php magento setup:di:compile php magento setup:static-content:deploy
I hope this will fix the issue.
FYI - don't forget to clear the cache.
I did funny thing its working, just go to backend products page without any changes just click save button, it working. How can i bulk save all my products
Sounds good.
That's what the setup:upgrade command would have done for you
If i was able to help, please accept my reply as solution.
could you pls explain this line,
cd htdocs/{magento-directory}/bin
That's your magento root directory.
You can read more here: http://devdocs.magento.com/guides/v2.1/config-guide/cli/config-cli-subcommands-static-view.html