Description
Preconditions (*)
- Magento 2.4-develop
- Php 7.4
- Mysql v 8.0
Steps to reproduce (*)
- Create Simple product with image;
- Go to Admin -> System -> Export;
- Select Products from the Entity Type dropdown and click on the Continue button;
- Run
php bin/magento cron:run
and download exported file; - Open the file and make any changes ( change name for example);
- Save file;
- Go to Admin -> System -> Import;
- Fill all required fields;
-
Select edited before File to Import and click on the Check Data button;
✔️ File is valid!
-
Click on the Import button
✔️ The product was successfully updated -
Go to
var/log/exception.log
file
Expected Result:
No errors in the exception.log
file if the path is present in the file system.
If the file doesn't exist, the user should have a warning/error on the importer (admin panel) highlighting the problem.
Actual Result:
File 'var/import/images//t/e/test.jpg' was not found or has read restriction.
[2020-11-18 20:33:09] main.CRITICAL: File 'var/import/images//t/e/test.jpg' was not found or has read restriction. {"exception":"[object] (Magento\\Framework\\Exception\\LocalizedException(code: 0): File 'var/import/images//t/e/test.jpg' was not found or has read restriction. at /var/www/html/magento24/app/code/Magento/CatalogImportExport/Model/Import/Uploader.php:293)"} []
The user has not received or seen any errors on the importer.
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.