SIWECOS / siwecos-business-layer

SIWECOS Main API and Business Layer Application
https://siwecos.de
0 stars 1 forks source link

Exception bei mehrmaligem User-Eintragen #190

Closed Lednerb closed 4 years ago

Lednerb commented 4 years ago
production.ERROR: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'info@example.org' for key 'users_email_unique' (SQL: insert into `users` (`email`, `activation_key`, `password`, `token_id`, `updated_at`, `created_at`) values (info@example.org, vDs02loxq1z8hC6xabIOCvJLZI0o72kr6T43csK43218h4wym3BxdhjXL0bVc5LHP3WHJ8L5azQ7SS6S13zsP2mp91U54MHK, $2y$10$FL15V5W5KeQzmkkmzcPztOgxRq96sZqqzas20AfOymDb7SG2mzc/., 3984, 2019-12-06 07:35:09, 2019-12-06 07:35:09)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'info@example.org' for key 'users_email_unique' (SQL: insert into `users` (`email`, `activation_key`, `password`, `token_id`, `updated_at`, `created_at`) values (info@example.org, vDs02loxq1z8hC6xabIOCvJLZI0o72kr6T43csK43218h4wym3BxdhjXL0bVc5LHP3WHJ8L5azQ7SS6S13zsP2mp91U54MHK, $2y$10$FL15V5W5KeQzmkkmzcPztOgxRq96sZqqzas20AfOymDb7SG2mzc/., 3984, 2019-12-06 07:35:09, 2019-12-06 07:35:09)) at /var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:664, Doctrine\\DBAL\\Driver\\PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'info@example.org' for key 'users_email_unique' at /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:123, PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'info@example.org' for key 'users_email_unique' at /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:121)
Lednerb commented 4 years ago

Checks existieren bereits.

Fehler wahrscheinlich durch schnelles Absenden zweier Requests entstanden. Lediglich 1 Fehler in den letzten 90 Tagen, daher schließe ich hier.