-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Magento 2 import products with images using CSV Issue #10209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have the same problem while I do have images in the pub/media/import folder and in the csv the images are written like this: 123456.jpg (without the path) |
Description updated. |
@mayankzalavadia, thank you for your report. |
I would like to work on this ticket. |
Hi @Jens-S |
Sorry, but I want to pass this ticket back. |
Hello @okorshenko I also would like to give my contribution on Magento. So, can you please send me an invitation to join Magento Team on public GitHub. |
@mayankzalavadia invitation sent. Would like to work on this issue? |
Yes I Would like to work on this issue. |
Cannot reproduce it on 2.2 dev. PS: if you still encounter issues i'd like to take care of this ticket. |
Can confirm. Can’t reproduce in 2.2 and 2.3. |
This issue was moved to magento-engcom/import-export-improvements#83 |
Hello Community! I was able to reproduce the same error The issue was related to HTTP Header, which my images returned when code asked for HTTP status per each image url. The code expects status Hints: if (strpos($status, '200 OK') === false) { In our case we have done customization with following enhancement: Kind Regards, |
Note : When a magento is behind a Proxy for example, this code is causing issue because get_header is not properly implemented |
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to import a CSV file with new products that contain local images but I am receiving the error:
Preconditions
Steps to reproduce
Expected result
Product Import Successful.
Actual result
Got following error :
Imported resource (image) could not be downloaded from external resource due to timeout or access permissions in row(s):
The text was updated successfully, but these errors were encountered: