Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Magento 2.3.2 to 2.3.3 with Sample-Data #134

Open
bst2002git opened this issue Nov 19, 2019 · 2 comments
Open

Upgrade Magento 2.3.2 to 2.3.3 with Sample-Data #134

bst2002git opened this issue Nov 19, 2019 · 2 comments

Comments

@bst2002git
Copy link

bst2002git commented Nov 19, 2019

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
Copy link

Fdec commented Mar 5, 2020

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

@bst2002git
Copy link
Author

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']
*);
*/
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants