-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Issue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failed
Description
The ImportExport module especially the model Mage_ImportExport_Model_Import_Entity_Product
is accessing non existing array keys without checking them first. This leads to a system.log
full of Notice: Undefined index
:
Notice: Undefined index: sku in /app/code/core/Mage/ImportExport/Model/Import/Entity/Product.php on line 1717
Notice: Undefined index: _type in /app/code/core/Mage/ImportExport/Model/Import/Entity/Product.php on line 1240
Notice: Undefined index: _type in /app/code/core/Mage/ImportExport/Model/Import/Entity/Product.php on line 1241
Metadata
Metadata
Assignees
Labels
Issue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failed