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

hi, this happens when trying to access the discounts list in zed, after updating some modules ```ZED

UK7TM6CQJ
UK7TM6CQJ Posts: 123 🧑🏻‍🚀 - Cadet

hi, this happens when trying to access the discounts list in zed, after updating some modules ```
ZED Exception
Propel\Runtime\Exception\PropelException - Unable to execute SELECT statement [SELECT spy_discount.id_discount, spy_discount.fk_discount_voucher_pool, spy_discount.fk_store, spy_discount.amount, spy_discount.calculator_plugin, spy_discount.collector_query_string, spy_discount.decision_rule_query_string, spy_discount.description, spy_discount.discount_key, spy_discount.discount_type, spy_discount.display_name, spy_discount.is_active, spy_discount.is_exclusive, spy_discount.minimum_item_amount, spy_discount.valid_from, spy_discount.valid_to, spy_discount.created_at, spy_discount.updated_at FROM spy_discount ORDER BY spy_discount.id_discount DESC LIMIT 10]
in /data/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/Criteria.php (2648)

Url:/discount/index/listTable

Trace:

0 /data/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php(1988): Propel\Runtime\ActiveQuery\Criteria->doSelect(Object(Propel\Runtime\Connection\ConnectionWrapper))

1 /data/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php(997): Propel\Runtime\ActiveQuery\ModelCriteria->doSelect(Object(Propel\Runtime\Connection\ConnectionWrapper))

2 /data/vendor/spryker/gui/src/Spryker/Zed/Gui/Communication/Table/AbstractTable.php(712): Propel\Runtime\ActiveQuery\ModelCriteria->find()

3 /data/vendor/spryker/discount/src/Spryker/Zed/Discount/Communication/Table/DiscountsTable.php(121): Spryker\Zed\Gui\Communication\Table\AbstractTable->runQuery(Object(Orm\Zed\Discount\Persistence\SpyDiscountQuery), Object(Spryker\Zed\Gui\Communication\Table\TableConfiguration), true)

4 /data/vendor/spryker/gui/src/Spryker/Zed/Gui/Communication/Table/AbstractTable.php(741): Spryker\Zed\Discount\Communication\Table\DiscountsTable->prepareData(Object(Spryker\Zed\Gui\Communication\Table\TableConfiguration))

5 /data/vendor/spryker/discount/src/Spryker/Zed/Discount/Communication/Controller/IndexController.php(217): Spryker\Zed\Gui\Communication\Table\AbstractTable->fetchData()

6 /data/vendor/symfony/http-kernel/HttpKernel.php(151): Spryker\Zed\Discount\Communication\Controller\IndexController->listTableAction()

7 /data/vendor/symfony/http-kernel/HttpKernel.php(68): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)

8 /data/vendor/spryker/application/src/Spryker/Shared/Application/Application.php(105): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request))

9 /data/vendor/spryker/application/src/Spryker/Shared/Application/Application.php(86): Spryker\Shared\Application\Application->handle(Object(Symfony\Component\HttpFoundation\Request))

10 /data/public/Zed/index.php(26): Spryker\Shared\Application\Application->run()

11

```

Comments