rough-agency-88294
05/31/2023, 6:17 AMdocker/sdk console kesko:disable-empty-categories in nu at 09:11:19
--> DEVELOPMENT MODE
Store: FI | Environment: docker.local
[31-May-2023 06:11:45 UTC] PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 20480 bytes) in /data/src/Orm/Zed/Category/Persistence/Base/SpyCategory.php on line 1613
Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 20480 bytes) in /data/src/Orm/Zed/Category/Persistence/Base/SpyCategory.php on line 1613
[31-May-2023 06:11:45 UTC] PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 65536 bytes) in /data/vendor/composer/ClassLoader.php on line 571
Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 65536 bytes) in /data/vendor/composer/ClassLoader.php on line 571
polite-intern-55963
05/31/2023, 6:21 AMrough-agency-88294
05/31/2023, 6:22 AMpolite-intern-55963
05/31/2023, 6:22 AMrough-agency-88294
05/31/2023, 6:22 AMpolite-intern-55963
05/31/2023, 6:23 AMrough-agency-88294
05/31/2023, 6:24 AMrough-agency-88294
05/31/2023, 6:24 AM$categoryIds // Long list of category ids...
foreach ($categoryIds as $categoryId) {
$category = $this->getFactory()->getCategoryFacade()->findCategoryById($categoryId);
$category->setIsActive(false);
$this->getFactory()->getCategoryFacade()->update($category);
}
rough-agency-88294
05/31/2023, 6:25 AMbest-sundown-96727
05/31/2023, 6:27 AMwooden-king-30682
05/31/2023, 6:28 AMPropel::_disableInstancePooling_();
wooden-king-30682
05/31/2023, 6:30 AMrough-agency-88294
05/31/2023, 6:30 AMrough-agency-88294
05/31/2023, 6:31 AMbest-sundown-96727
05/31/2023, 6:32 AMbest-sundown-96727
05/31/2023, 6:33 AMrough-agency-88294
05/31/2023, 6:33 AMbest-sundown-96727
05/31/2023, 6:34 AMrough-agency-88294
05/31/2023, 6:34 AMbest-sundown-96727
05/31/2023, 6:34 AMrough-agency-88294
05/31/2023, 6:35 AMrough-agency-88294
05/31/2023, 6:35 AMrough-agency-88294
05/31/2023, 6:38 AMwooden-king-30682
05/31/2023, 6:39 AMSELECT fk_category_node FROM spy_category_closure_table WHERE fk_category_node_descendant = :categoryNodeId
)wooden-king-30682
05/31/2023, 6:41 AMrough-agency-88294
05/31/2023, 6:46 AM