Open bst2002git opened 4 years ago
Any update ?
I have the same issue with Magento 2.3.4 installation from scratch.
Thanks
Hello @Fdec , i've made this because i don'T need this: File vendor/magento/module-configurable-sample-data/Setup/RecurringData.php: public function install(ModuleDataSetupInterface $setup, ModuleContextInterface $context) { /*$this->state->emulateAreaCode(
Hello, i'v upgraded Magento 2.3.2 to 2.3.3 with Sample-Data (v100.3.3) installed. When i make "bin/magento setup:upgrade" it terminates with: Module 'Magento_ProductAlert': Module 'Magento_ConfigurableSampleData': Running data recurring...Incorrect theme identification key
I'v tried to debug but only found the Function responsable for this in File: vendor/magento/module-configurable-sample-data/Setup/RecurringData.php
public function install(ModuleDataSetupInterface $setup, ModuleContextInterface $context) { $this->state->emulateAreaCode( \Magento\Framework\App\Area::AREA_CRONTAB, [$this, 'reindex'] ); } Can anyone explain why this Error occurres, or is something missing into database?