AvS_FastSimpleImport
AvS_FastSimpleImport copied to clipboard
Import errors since Magento update 1.9.3
Hi , We are using the Fast Simple Import module for importing data into Magento. Since we have updated our Magento to version 1.9.3 we are receiving many errors during the imports. Many of the error messages that are generated look like this:
2016-11-18T02:46:10+00:00 ERR (3): Warning: Invalid argument supplied for foreach() in webroot/app/code/community/AvS/FastSimpleImport/Model/Import/Entity/Product/Type/Simple.php on line 62 2016-11-18T02:46:11+00:00 ERR (3): Notice: Undefined offset: 1 in webroot/app/code/community/AvS/FastSimpleImport/Model/Import/Entity/Product.php on line 1496 2016-11-18T02:46:11+00:00 ERR (3): Notice: Undefined index: in webroot/app/code/core/Mage/ImportExport/Model/Import/Entity/Product/Type/Abstract.php on line 147 2016-11-18T02:46:11+00:00 ERR (3): Warning: Invalid argument supplied for foreach() in webroot/app/code/community/AvS/FastSimpleImport/Model/Import/Entity/Product/Type/Simple.php on line 28 2016-11-18T02:46:18+00:00 ERR (3): Notice: Undefined offset: 1 in webroot/app/code/core/Mage/ImportExport/Model/Import/Entity/Product/Type/Configurable.php on line 249
Any idea why these errors occur? The errors are slowing down our Magento.
Thanks in advance for the help, Greeting MW
For that to figure out we need the initiating script + data to see if the problem comes from your data (which I believe). I'm running the master branch with slight changes for simple + configurable products on a 1.9.3.x and it works like a charm.
So perhaps that's an individual issue.
If you still need - an REALLY need - support I can offer you my freelance capabilities :-)
Otherwise: Use xDebug to dig down till you see what data is expected and why it's missing. That helps you to understand your specific issue.
Best, Rico