You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLSTATE[23000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Ein expliziter Wert für die Identitätsspalte kann nicht in der wt1222_user-Tabelle eingefügt werden, wenn IDENTITY_INSERT auf OFF festgelegt ist. (SQL: insert into [wt1222_user] ([user_id], [user_name], [real_name], [email], [password]) values (-1, DEFAULT_USER, DEFAULT_USER, DEFAULT_USER, DEFAULT_USER))
SQLSTATE[23000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Ein expliziter Wert für die Identitätsspalte kann nicht in der wt1222_user-Tabelle eingefügt werden, wenn IDENTITY_INSERT auf OFF festgelegt ist. (SQL: insert into [wt1222_user] ([user_id], [user_name], [real_name], [email], [password]) values (-1, DEFAULT_USER, DEFAULT_USER, DEFAULT_USER, DEFAULT_USER))
#2 D:\GitRepos\fisharebest\webtrees\vendor\illuminate\database\Connection.php(498): Illuminate\Database\Connection->statement('insert into [wt...', Array)
#3 D:\GitRepos\fisharebest\webtrees\vendor\illuminate\database\Query\Builder.php(3218): Illuminate\Database\Connection->insert('insert into [wt...', Array)
#4 D:\GitRepos\fisharebest\webtrees\vendor\illuminate\database\Query\Builder.php(3336): Illuminate\Database\Query\Builder->insert(Array)
#5 D:\GitRepos\fisharebest\webtrees\app\Schema\SeedUserTable.php(45): Illuminate\Database\Query\Builder->updateOrInsert(Array, Array)
#6 D:\GitRepos\fisharebest\webtrees\app\Services\MigrationService.php(117): Fisharebest\Webtrees\Schema\SeedUserTable->run()
with all due respect: are you kidding me?
I provided you tested code and gave you the link #4668 (comment) why to use 'unprepared' instead of 'statement' but you changed it!
I'll fix it local again but don't provide another fix.
The text was updated successfully, but these errors were encountered: