What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello Everyone, We are using `spryker/shopping-list: 4.1.0` and we are getting error: `Error - Exce

Posts: 17 πŸ§‘πŸ»β€πŸš€ - Cadet

Hello Everyone, We are using spryker/shopping-list: 4.1.0 and we are getting error:
Error - Exception: Class 'Generated\Shared\Transfer\SpyShoppingListPermissionGroupEntityTransfer' not found
When looking into the core transfer.xml there is no such transfer defined. Does anyone have any idea?

Welcome!

It looks like you're new here. Sign in or register to get started.

Comments

  • Posts: 6 πŸ§‘πŸ»β€πŸš€ - Cadet

    That is an entity transfer, probably you need to run the propel:install and then transfer:generate, just an idea

  • Posts: 6 πŸ§‘πŸ»β€πŸš€ - Cadet

    you have also the transfer:entity:generate

  • Posts: 17 πŸ§‘πŸ»β€πŸš€ - Cadet

    thanks, when I ran the above command I it generates the transfer but when run vendor/bin/install it throws the same error

  • Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,117 βš–οΈ - Guardians (admin)

    So the file is in your project? What is the exception trace giving?

  • Posts: 17 πŸ§‘πŸ»β€πŸš€ - Cadet

    I figured out that after upgrade this command wasn’t in config/install/development.yml Put it there and install is working now. Anyways thanks

Welcome!

It looks like you're new here. Sign in or register to get started.