You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2022. It is now read-only.
The macro for populating the database with test data will fail if existing data is present due to the product delete query occuring before the "clean_urls" table is updated. I am not sure how to fix this properly yet due to just starting with the this version of the codebase but the temp work around is to manually clear out any clean_urls with a productid set before re-running the test data script.
The macro for populating the database with test data will fail if existing data is present due to the product delete query occuring before the "clean_urls" table is updated. I am not sure how to fix this properly yet due to just starting with the this version of the codebase but the temp work around is to manually clear out any clean_urls with a productid set before re-running the test data script.
Example output:
generate-dump-etalon.php --categories=10 --depth=2 --categoryImage -featuredProducts=30 --products=2000 --attributes=8 --options=5 --optionValues=3 --productImages=3 --wholesalePrices=4 --orders=15000 --orderItems=3
Clear categories ... done
Generate categories .............................................................................................................. done
Recalculate quick flags ... done
Clear products ...
ERROR: "0" (N/A) - An exception occurred while executing 'DELETE FROM xc_products':
SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (
rjv_xcart5
.xc_clean_urls
, CONSTRAINTFK_ED2984B14584665A
FOREIGN KEY (product_id
) REFERENCESxc_products
(product_id
))The text was updated successfully, but these errors were encountered: