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
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
The text was updated successfully, but these errors were encountered:
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
, CONSTRAINTFK_9E0D840C1906B60786C1739599D1BEDA
FOREIGN KEY (customer_id
) REFERENCEScustomer_entity
(entity_id
) ON DELETE C), query was: INSERT INTOmeanbee_personalisedcontent_customer_categories
(customer_id
,category_id
,score
) VALUES (?, ?, ?)' in /var/www/html/lib/Zend/Db/Statement/Pdo.php:235The text was updated successfully, but these errors were encountered: