Import csv issue (product.php on line 1407)
1
I just install the magento 1.9.2 and try to import my csv file through System -> Import - > Import . I received the following error message: Notice: Undefined index: _attribute_set in /app/code/core/Mage/ImportExport/Model/Import/Entity/Product.php on line 1407 everything worked fine with the 1.9.1 any suggestion? UPDATED here is the code in line 1407 and 1408 if (!is_null($rowData[self::COL_ATTR_SET])) { $previousAttributeSet = $rowData[Mage_ImportExport_Model_Import_Entity_Product::COL_ATTR_SET]; }
product error import csv
share | improve this question
edited Jul 2 '17 at 21:39
...