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..

Hey guys, when i run the command propel:install i get an error and after these error i get the infor

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

Hey guys, when i run the command propel:install i get an error and after these error i get the information that ""Class 'Generated\Shared\Transfer\SpyAvailabilityAbstractEntityTransfer' not found"? Can somebody help me? It is a complette new installtion withour any customizations.

Comments

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

    these ist the repo i work with:

    git clone <https://github.com/spryker-shop/b2c-demo-shop.git> -b 202009.0-p1 --single-branch ./b2c-demo-shop
    
  • U01660GHSTT
    U01660GHSTT Posts: 80 πŸ§‘πŸ»β€πŸš€ - Cadet

    Did you generate the transfers?
    docker/sdk console transfer:generate

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

    The same issue with transfer:generate and without

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

    I solved it with checkout the complette system again and now it works

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

    Hm, you could also try

    propel:schema:copy
    propel:config:convert
    propel:model:build
    

    before running install. Maybe that helps

  • U01660GHSTT
    U01660GHSTT Posts: 80 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited June 2021

    And maybe also transfer:entity:generate