1
'Delete draft' button doesn't work
Tried to delete draft of accounts but won't work and following message appears - "Error: Failed to delete draft: SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`tinytax`.`submissions`, CONSTRAINT `submissions_form_data_fk` FOREIGN KEY (`form_data_id`) REFERENCES `form_data` (`id`))"
Would be great if this could be fixed! Thank you
Would be great if this could be fixed! Thank you
4 Comments
Log in to comment
Message:
Error: Failed to delete draft: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`tinytax`.`form_data`, CONSTRAINT `form_data_ibfk_1` FOREIGN KEY (`submission_id`) REFERENCES `submissions` (`id`) ON DELETE CASCADE)