You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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(
* \Magento\Framework\App\Area::AREA_CRONTAB,
* [$this, 'reindex']
*);
*/
}
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?
The text was updated successfully, but these errors were encountered: