-
-
Notifications
You must be signed in to change notification settings - Fork 38
cant delete user #23
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
I am logged in as "Administrator". I went to the "Users" page (there was no search on this page), clicked "Edit" on a user, and then the delete confirmation modal popped up. I clicked "Confirm", and got the following error:
SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (
forum.user_roles, CONSTRAINTuser_roles_user_id_foreignFOREIGN KEY (user_id) REFERENCESusers(id))