Hello everyone,
I have just installed a fresh Joomla and EasyStore. Everything worked so far, but as soon as I try to create a new user in EasyStore, I get the error:
Cannot add or update a child row: a foreign key constraint fails (d03c39a2
.shop_easystore_users
, CONSTRAINT shop_easystore_users_ibfk_1
FOREIGN KEY ( user_id
) REFERENCES shop_users
(id
) ON DELETE CASCADE ON UPDATE CASCADE)
I tried with PHP8.2 and 8.1... the error is the same. EasyStore 1.0.5 + Joomla 5.0.1
Can someone help me there? Thank you very much!