Firstly I export csv file from admin and keep only one row and delete the remaining row, after that I will change product name,category name and then import the file.I am getting the result in frontend. Similarly update the 52 rows of new category and product name, now stuck with one error
1. Imported resource (image) could not be downloaded from external resource due to timeout or access permissions in rows: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
note: here I am not upload image folder because I dont want to change image, in csv I just change product name and category.
I have checked file permission, its fine (755).
check data also give success message, import only the problem. I think its minor fix.
anything I did wrong? how to solve the issue?
Thanks in advance