View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006827 | OXID eShop (all versions) | 6. ------ Setup ------- | public | 2018-05-04 12:23 | 2019-05-07 11:22 |
Reporter | mf | Assigned To | |||
Priority | high | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 6.0.2 | ||||
Fixed in Version | 6.1.4 | ||||
Summary | 0006827: Upgrade CE/PE to EE leads to empty article list in backend | ||||
Description | After upgrade from CE/PE to EE the article list in backend is empty. The reason is an empty oxarticles2shop table. | ||||
Steps To Reproduce | executing following commands in the directory of a CE/PE: composer config repositories.oxid-esales composer https://enterprise-edition.packages.oxid-esales.com composer require oxid-esales/oxideshop-metapackage-ee vendor/bin/oe-eshop-db_migrate migrations:migrate vendor/bin/oe-eshop-db_views_generate | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
Database state after the migration.mysql> select count(oxid) from oxarticles; +-----------------+ | count(oxid) | +-----------------+ | 217 | +-----------------+ 1 row in set (0,01 sec) mysql> select count(oxshopid) from oxarticles2shop; +-----------------+ | count(oxshopid) | +-----------------+ | 0 | +-----------------+ 1 row in set (0,00 sec) mysql> edit: framed the code into pre tags for a better formatting. -MK |