Pieter Hoste
Pieter Hoste
@Triyugi: you are correct, it is related to SUPEE-7405. The code was introduced in this PR: https://github.com/avstudnitz/AvS_FastSimpleImport/pull/278 Have you installed SUPEE-7405 on your Magento 1.9.2.2 installation? If not, then please...
@paales: if you pass `null` as the second param, would that fix the constructor problem? ``` php $this->_fileUploader = Mage::getModel("importexport/import_uploader", null); ``` They also fixed it like that in the...
Good catch, I just noticed this too. I'm willing to create a PR for this tonight.
I'm also running into this problem using 1.0.48 of the tool. For me what would be a good fix, is just having the opportunity to press Ctrl+C to stop the...
Maybe Sales Pdf Models could be considered as well to avoid BiC problems (like what happened in 2.3.6): https://github.com/magento/magento2/issues/30684 & https://github.com/magento/devdocs/issues/8299 & https://github.com/distrimedia/magento2-distrimedia-connector/issues/1
Is there something in the deployment steps which relies on the sort order of modules? I'm talking about: - `bin/magento setup:di:compile` - `bin/magento setup:static-content:deploy` If one of these commands reacts...
Sounds like a duplicate of https://github.com/magento/data-migration-tool/issues/880 which was fixed in [ACP2E-505](https://github.com/magento/data-migration-tool/search?q=ACP2E-505&type=commits), but those fixes aren't released yet. I'm guessing that they will be included in the 2.4.4 release of this...
Under 1.1.13 there is another one: > MDVA-43451 (for Adobe Commerce and Magento Open Source **>=1.3.2 MDVA-36424 (for Magento **>=1.3.0 =2.0.0
For the first two mentioned, it looks like those version ranges apply to the B2B product, and not the normal Commerce or Open Source products:
@jeff-matthews: why did this issue get closed?