-
Notifications
You must be signed in to change notification settings - Fork 197
Products do not shown after migration #52
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
Comments
Hi, |
All products from Magento 1.9.2.1 exists at |
Some products changed their attribute set |
Hey guys, what is final situation? |
@ilol, I don't konow, because it was my last attempt to migrate ) |
@serzhik try the MT after update up to 2.1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to run reindex, I have error:
$ php bin/magento indexer:reindex
Customer Grid index has been rebuilt successfully in 00:00:03
Category Products index has been rebuilt successfully in 00:00:00
Product Categories index has been rebuilt successfully in 00:00:00
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (
dev_autom
.catalog_product_index_tier_price
, CONSTRAINTCAT_PRD_IDX_TIER_PRICE_ENTT_ID_CAT_PRD_ENTT_ENTT_ID
FOREIGN KEY (entity_id
) REFERENCEScatalog_product_entity
(entity_id
) ON ), query was: INSERT INTOcatalog_product_index_tier_price
SELECTtp
.entity_id
,cg
.customer_group_id
,cw
.website_id
, MIN(IF(tp.website_id = 0, ROUND(tp.value * cwd.rate, 4), tp.value)) FROMcatalog_product_entity_tier_price
AStp
INNER JOIN
customer_group
AScg
ON tp.all_groups = 1 OR (tp.all_groups = 0 AND tp.customer_group_id = cg.customer_group_id)INNER JOIN
store_website
AScw
ON tp.website_id = 0 OR tp.website_id = cw.website_idINNER JOIN
catalog_product_index_website
AScwd
ON cw.website_id = cwd.website_id WHERE (cw.website_id != 0) GROUP BYtp
.entity_id
,cg
.customer_group_id
,cw
.website_id
ON DUPLICATE KEY UPDATEmin_price
= VALUES(min_price
)Product EAV index has been rebuilt successfully in 00:00:00
Stock index has been rebuilt successfully in 00:00:00
Catalog Rule Product index has been rebuilt successfully in 00:00:01
Catalog Product Rule index has been rebuilt successfully in 00:00:00
Catalog Search index has been rebuilt successfully in 00:00:08
The text was updated successfully, but these errors were encountered: