You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have recently upgraded our Magento version from 2.4.6 to 2.4.7 and product imported stopped working.
Also during the upgrade we updated FireGento_FastSimpleImport2 to the latest 2.1.0 version.
The business logic imports product data with external system regularly by cron job. After we have released the new
versions we can see only errors in cron logs and no successful runs.
Old versions:
PHP: 8.1
Magento: "2.4.6-p3"
"firegento/fastsimpleimport": "1.3.4"
New versions:
PHP: 8.1
Magento: 2.4.7-p3
"firegento/fastsimpleimport": "2.1.0"
Errors:
URL key for specified store already exists.
Warning: Undefined array key "apply_to" in
/domains/corneyandbarrow.com/deployer/releases/116/vendor/magento/module-catalog-import-export/Model/Import/Product/Type/AbstractType.php
on line 233
Please enter a correct entity model.
Warning: Trying to access array offset on value of type null in /domains/corneyandbarrow.com/deployer/releases/116/vendor/magento/module-catalog-import-export/Model/Import/Product.php on line 2437
To make sure that the upgrade is the cause of a problem we have reverted back to Magento 2.4.6 in the staging environment and all product imports worked well. There is no difference within the data importing from external system.
The text was updated successfully, but these errors were encountered:
Hello,
We have recently upgraded our Magento version from 2.4.6 to 2.4.7 and product imported stopped working.
Also during the upgrade we updated FireGento_FastSimpleImport2 to the latest 2.1.0 version.
The business logic imports product data with external system regularly by cron job. After we have released the new
versions we can see only errors in cron logs and no successful runs.
Old versions:
New versions:
Errors:
To make sure that the upgrade is the cause of a problem we have reverted back to Magento 2.4.6 in the staging environment and all product imports worked well. There is no difference within the data importing from external system.
The text was updated successfully, but these errors were encountered: