Closed nickbe closed 8 years ago
I delete one user. This worked.
After that I tried to delete another user. TinyIssue responded with this error message:
QueryException in Connection.php line 662: SQLSTATE[23000]: Integrity constraint violation: 19 UNIQUE constraint failed: ti_users.email (SQL: update "ti_users" set "email" = , "deleted" = 1, "updated_at" = 2016-06-24 11:14:21 where "id" = 4)
The error occurs with every user I try to delete now.
Tested and closed. Thanks
I delete one user. This worked.
After that I tried to delete another user. TinyIssue responded with this error message:
QueryException in Connection.php line 662: SQLSTATE[23000]: Integrity constraint violation: 19 UNIQUE constraint failed: ti_users.email (SQL: update "ti_users" set "email" = , "deleted" = 1, "updated_at" = 2016-06-24 11:14:21 where "id" = 4)
The error occurs with every user I try to delete now.