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 team i am getting this error when i am running console:propel:install

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

hey team
i am getting this error when i am running console:propel:install

Comments

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

    Hey, please try to run propel:model:build first

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

    it is not working

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

    same exception?

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

    yes

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

    all the console command is not working

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

    Please try rm -Rf data/cache/propel && rm -Rf src/Orm/Zed/**/Base/ && rm -Rf src/Orm/Zed/**/Map/ and then do a propel:install

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

    okay

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

    thank you its work for me

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

    the error was resolved but new table is not creating now

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

    <?xml version="1.0"?>
    " name="zed" xsi:noNamespaceSchemaLocation="" namespace="Orm\Zed\TestArticle\Persistence" package="src.Orm.Zed.TestArticle.Persistence">



    i want to execute it and i am running console propel:install but nothing happening
  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,051 βš–οΈ - Guardians (admin)

    do you have the file in the right place with the right naming?

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

    yes

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

    i want to migrate this

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

    <table name=β€œpyz_test_article.schema” Why is it β€œ.schema” ?

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,051 βš–οΈ - Guardians (admin)
    • please gave your column names with underscore rather than camelcase
  • U0500RK40NR
    U0500RK40NR Posts: 57 πŸ§‘πŸ»β€πŸš€ - Cadet

    yes its is created

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

    thank you sir