-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Description
Using AvS_FastSimpleImport_Model_Import->processProductImport([..]) I receiving this error:
PHP Fatal error: Uncaught Error: Call to a member function prepareAttributesForSave() on null in /var/www/html/app/code/community/AvS/FastSimpleImport/Model/Import/Entity/Product.php:1417
Stack trace:
#0 /var/www/html/app/code/core/Mage/ImportExport/Model/Import/Entity/Product.php(481): AvS_FastSimpleImport_Model_Import_Entity_Product->_saveProducts()
#1 /var/www/html/app/code/core/Mage/ImportExport/Model/Import/Entity/Abstract.php(522): Mage_ImportExport_Model_Import_Entity_Product->_importData()
#2 /var/www/html/app/code/core/Mage/ImportExport/Model/Import.php(325): Mage_ImportExport_Model_Import_Entity_Abstract->importData()
#3 /var/www/html/app/code/community/AvS/FastSimpleImport/Model/Import.php(123): Mage_ImportExport_Model_Import->importSource()
I think the input data in not correctly validated, it would be better to handle this kind of error instead of let it throwing a Fatal error.
Metadata
Metadata
Assignees
Labels
No labels