Andreas von Studnitz
Andreas von Studnitz
Change `Magento\Framework\Console\CommandList` to `Magento\Framework\Console\CommandListInterface` in the di.xml file.
Did you read the installation instructions? https://github.com/avstudnitz/AvS_DisableModules#installation-instructions They mention calling `bin/magento module:enable AvS_DisableModules` and `bin/magento setup:upgrade`
I don't see the `_media_attribute_id`, `_media_is_disabled`, `_media_position` and `_media_lable` fields. Could you try to add them for a test? It's described in https://www.integer-net.com/importing-products-with-the-import-export-interface/ in the chapter "Product Images".
This is not resolved as it is only solved locally.
Either provide a pull request, or do nothing and wait until someone else provides a fix which can be included in the module.
Thanks, but sorry: we can't let the module depend on `Enterprise_ImportExport`. In any case, I'd prefer seperate pull requests for seperate issues - combining already existing PRs makes it more...
Sorry, I had to revert that again as it broke the integration tests. sku_type becomes a required value with that change.
@peterjaap Does +1 mean you reviewed the pull request and it's working for you, or that you like the idea?
Thanks a lot. Unfortunately, this breaks our unit tests: `Exception : Notice: Undefined variable: productIdArray in src/app/code/community/AvS/FastSimpleImport/Model/Import/Entity/Product/Type/Configurable.php on line 154` At least, the variable has to be initialized. More errors...
Getting a `PHP Fatal error: Call to undefined method AvS_FastSimpleImport_Model_Import_Entity_Product::_validate()` on @nhp's version. Magento CE 1.7.