magento icon indicating copy to clipboard operation
magento copied to clipboard

Upgrade 4.6.0 to 4.7.0 gives db catalog_product_entity table or view error

Open bamboekeizer opened this issue 2 years ago • 3 comments

Plugin version

4.7.0

Magento version

2.4.4

PHP version

7.4

What went wrong?

composer update:

  • Upgrading myparcelnl/sdk (7.1.0 => 7.4.4): Extracting archive
  • Upgrading myparcelnl/magento (4.6.0 => 4.7.0): Extracting archive

php bin/magento cache:clean; rm -rf var/cache/; rm -rf var/page_cache/; rm -rf generated/code/*; php bin/magento setup:upgrade && php bin/magento indexer:reindex

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'u10998d25711_mg1.catalog_product_entity' doesn't exist, query was: SELECT catalog_product_entity_varchar.entity_id, catalog_product_entity_varchar.value_id, catalog_product_entity_varchar.value, eav_attribute.attribute_id FROM catalog_product_entity AS product LEFT JOIN catalog_product_entity_varchar ON product.entity_id = catalog_product_entity_varchar.entity_id LEFT JOIN eav_attribute ON 'myparcel_fit_in_mailbox' = eav_attribute.attribute_code WHERE catalog_product_entity_varchar.attribute_id = eav_attribute.attribute_id

Reproduction steps

1 composer update 2. php bin/magento cache:clean; rm -rf var/cache/; rm -rf var/page_cache/; rm -rf generated/code/*; php bin/magento setup:upgrade && php bin/magento indexer:reindex

Relevant log output

No response

Additional context

No response

bamboekeizer avatar Oct 06 '22 18:10 bamboekeizer