Question

I’ve always use this method to import products with images: - putting all the images to import in “/media/import”; - add “/image_name.jpg” to image column in the csv file to import;

Since magento 1.5.1 this method stop working.
I always get “Image Does not exist!”.
Do anybody know how to solve this?

Was it helpful?

Solution

Hard to tell what is happening there but I would check relevant code with xdebug to verify that image path which is used is correct, directory permissions are good, etc

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top