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. Did some one faced with the error? ```Command dependencies-install [vendor/bin/console fronte

U03CXHD70KH
U03CXHD70KH Posts: 1 🧑🏻‍🚀 - Cadet
edited July 2022 in Help

Hello. Did some one faced with the error?

Command dependencies-install [vendor/bin/console frontend:project:install-dependencies] (In progress...)
Store: DE | Environment: docker
Error - Exception: Class "\Orm\Zed\AclStorage\Persistence\Map\PyzAclStorageTableMap" not found 
in /data/vendor/propel/propel/src/Propel/Runtime/Map/DatabaseMap.php (115)

Command: vendor/bin/console frontend:project:install-dependencies

Trace: 
#0 [internal function]: Propel\Runtime\Map\DatabaseMap->addTableFromMapClass('\\Orm\\Zed\\AclSto...')
#1 /data/vendor/propel/propel/src/Propel/Runtime/ServiceContainer/StandardServiceContainer.php(264): array_map(Array, Array)
#2 /data/data/cache/propel/generated-conf/loadDatabase.php(6): Propel\Runtime\ServiceContainer\StandardServiceContainer->initDatabaseMaps(Array)
#3 /data/vendor/spryker/propel/src/Spryker/Zed/Propel/Business/Model/PropelTableMapLoader.php(45): require('/data/data/cach...')
#4 /data/vendor/spryker/propel/src/Spryker/Zed/Propel/Business/PropelFacade.php(317): Spryker\Zed\Propel\Business\Model\PropelTableMapLoader->loadTableMap()
#5 /data/vendor/spryker/propel/src/Spryker/Zed/Propel/Communication/Plugin/Application/PropelApplicationPlugin.php(47): Spryker\Zed\Propel\Business\PropelFacade->loadPropelTableMap()
#6 /data/vendor/spryker/application/src/Spryker/Shared/Application/Application.php(81): Spryker\Zed\Propel\Communication\Plugin\Application\PropelApplicationPlugin->provide(Object(Spryker\Shared\Kernel\Container\ContainerProxy))
#7 /data/vendor/spryker/application/src/Spryker/Shared/Application/Application.php(70): Spryker\Shared\Application\Application->registerApplicationPlugin(Object(Spryker\Zed\Propel\Communication\Plugin\Application\PropelApplicationPlugin))
#8 /data/vendor/spryker/console/src/Spryker/Zed/Console/Communication/ConsoleCommunicationFactory.php(30): Spryker\Shared\Application\Application->__construct(Object(Spryker\Shared\Kernel\Container\ContainerProxy), Array)
#9 /data/vendor/spryker/console/src/Spryker/Zed/Console/Communication/Bootstrap/ConsoleBootstrap.php(104): Spryker\Zed\Console\Communication\ConsoleCommunicationFactory->createApplication()
#10 /data/vendor/symfony/console/Application.php(149): Spryker\Zed\Console\Communication\Bootstrap\ConsoleBootstrap->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /data/vendor/spryker/console/bin/console(27): Symfony\Component\Console\Application->run()
#12 {main}
In CommandLineExecutable.php line 107:

 Aborted install...  


install [-r|--recipe RECIPE] [-d|--dry-run] [-s|--sections SECTIONS] [-g|--groups GROUPS] [-x|--exclude EXCLUDE] [-e|--include-excluded INCLUDE-EXCLUDED] [-i|--interactive] [-b|--breakpoint] [-a|--ask-before-continue] [-l|--log] [--] [<store>]

Looks some problem with vendor

Comments

  • giovanni.piemontese
    giovanni.piemontese Technical Lead @ Löffelhardt Spryker Solution Partner Posts: 871 🧑🏻‍🚀 - Cadet

    U have to disable the composer dump autoload with classmap authoritative if new model/table are added via project level when u run the first time the propel install command

  • U031G802S74
    U031G802S74 Posts: 29 🧑🏻‍🚀 - Cadet

    I had the same issue. I deleted the loadDatabase php from propel folder, i think there was something wrong stored due to an unwanted update of propel that i had to rollback.