Skip to content
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

[Magento 2.4.7] Product import returns errors after Magento upgrade #148

Open
Arkadij-RS opened this issue Mar 11, 2025 · 0 comments
Open

Comments

@Arkadij-RS
Copy link

Arkadij-RS commented Mar 11, 2025

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:

  • 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:

  1. URL key for specified store already exists.
  2. 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
  3. Please enter a correct entity model.
  4. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant