I’m using Magento 1.5 with 3 different stores (same products, though targetted at different audiences etc). For one of the stores (the second store that was added), the small_images, thumbnails etc are generated in the cache directory. For the others, the images are not generated (although the directory structure is, so the permissions are set correctly).
Anybody know if this is a setting that is wrong in the other two stores?
I’m using Magento 1.5 with 3 different stores (same products, though targetted at different
Share
The issue here is that each time you clear your cache or add a new image, Magento wants to create/add directories as the “apache” user, which prevents it from writing the generated images upon loading a page.
If you run this from the root of your install each time you visit the different pages in Magento (cart, product detail page, main page), you should be ok. Other than that, I’m still looking for a fix:
That should do it.