-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I'm very keen to test this module further but when Installed on v1.9.2.2 with established database of customers and history and the following error occurs when customer_categories_update runs by cron.
Any suggestions on what may cause this or how to debug further?
Next exception 'Zend_Db_Statement_Exception' with message 'SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (user
.meanbee_personalisedcontent_customer_categories
, CONSTRAINT FK_9E0D840C1906B60786C1739599D1BEDA
FOREIGN KEY (customer_id
) REFERENCES customer_entity
(entity_id
) ON DELETE C), query was: INSERT INTO meanbee_personalisedcontent_customer_categories
(customer_id
, category_id
, score
) VALUES (?, ?, ?)' in /var/www/html/lib/Zend/Db/Statement/Pdo.php:235