I have changed my Magento to new server. The problem is it won’t generate cached images for existing products. All becomes place holder. Only new product created is having cache image. How can I force Magento to use real images in media folder ????
Share
It probably is a permissions error as this has happened to me multiple times as well. Try if
chmod 777 media/catalog/product -Rorchmod 777 media -Rworks then investigate the right non-777 permissions for the aforementioned folders depending on your server setup. You can probablychownthe media folder towww-data:www-dataorapache:apache. Again, this depends on your server setup.