Can anyone help with this ?
Next Illuminate\Database\QueryException: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (
guruwall_discuss.
#sql-11680_331c, CONSTRAINT
post_votes_post_id_foreignFOREIGN KEY (
post_id) REFERENCES
posts(
id) ON DELETE CASCADE) (SQL: alter table
post_votesadd constraint
post_votes_post_id_foreignforeign key (
post_id) references
posts(
id) on delete cascade) in /var/www/vhosts/guruwall.com/discuss.guruwall.com/vendor/illuminate/database/Connection.php:664
Also posted here a while back, but sadly no response
https://discuss.flarum.org/d/20671-friendsofflarum-gamification/23
Interestingly, my other forum doesn't have this issue...
EDIT: Tried to remove the extension, and install it again, which deleted my tables 🙁
Recovering from backup, but this issue still exists.