magento / magento/magento2-sample-data
Upgrade Magento 2.3.2 to 2.3.3 with Sample-Data
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 212
- Forks
- 266
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure with `bin/magento setup:upgrade` and inspect the recurring setup path in `vendor/magento/module-configurable-sample-data/Setup/RecurringData.php`. Trace the “Incorrect theme identification key” error and determine whether the upgrade or database state is responsible; done means documenting the cause and a verified resolution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100