magento / magento2-sample-data

Magento 2 Sample Data
Open Software License 3.0
213 stars 271 forks source link

Upgrade Magento 2.3.2 to 2.3.3 with Sample-Data #134

Open bst2002git opened 4 years ago

bst2002git commented 4 years ago

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?

Fdec commented 4 years ago

Any update ? I have the same issue with Magento 2.3.4 installation from scratch.
Thanks

bst2002git commented 4 years ago

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(