Open TimHollies opened 7 years ago
With the plugin enabled deleting users can result in a foreign key error:
exception 'PDOException' with message 'SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`db1`.`site`, CONSTRAINT `FK_694309E47E3C61F9` FOREIGN KEY (`owner_id`) REFERENCES `user` (`id`))' in /var/www/omeka-s/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:91
This does not happen for every user.
With the plugin enabled deleting users can result in a foreign key error:
This does not happen for every user.