Code Monkey home page Code Monkey logo

Comments (7)

pathmissing avatar pathmissing commented on May 31, 2024 1

Hi @amenk, thank you for reporting this issue, I will have a look at it right away.

from import-cli-simple.

pathmissing avatar pathmissing commented on May 31, 2024 1

@amenk You could use it as a standalone application required via composer, as a dependency in your Magento installation or you could use the import-cli-simple.phar file. All three ways are supported and should work out of the box.

The issue seems to be related to an incorrect set of dependencies, specifically laminas/laminas-filter which has a hard dependency on laminas/laminas-servicemanager which is not defined in the composer.json file (well it is defined as "require-dev" but not "require").

I am currently investigating why this issue did not occur before and how we can fix it. In the meantime you could require import-cli-simple outside of your project directory and execute your import commands from within your magento application root directory.

from import-cli-simple.

amenk avatar amenk commented on May 31, 2024

@pathmissing Even after uninstalling the package, bin/magento was broken, I was able to resolve it by deleting vendor/laminas. Seems to be something with the package-replacing?
Still I would like to give M2IF a try :)

from import-cli-simple.

amenk avatar amenk commented on May 31, 2024

I just learned that m2if is more like a seperate symfony application than a Magento plugin, so it might not make to much sense to pull the dependencies into a Magento 2 project, right?

from import-cli-simple.

pathmissing avatar pathmissing commented on May 31, 2024

Although it is indeed problematic for laminas/laminas-filter to have a hard dependency on laminas/laminas-servicemanager without having a "required" declaration in composer.json, it is not the root cause of the issue.

Back in january we accepted a pull request for using laminas-filter instead of the abandoned zend-filter: techdivision/import@dbea212#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780
This however leads to conflicts with other zendframework components which are requried by magento core until version 2.3.4.

With 2.3.5, Magento replaced all zendframework components with their new laminas successors, which is why this issue has not been discovered earlier: https://devdocs.magento.com/guides/v2.3/release-notes/release-notes-2-3-5-open-source.html

We will discuss possible solutions. Thanks again for the feedback!

from import-cli-simple.

amenk avatar amenk commented on May 31, 2024

Works, thanks :)

from import-cli-simple.

wagnert avatar wagnert commented on May 31, 2024

@amenk Happy to hear that :)

from import-cli-simple.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.