From 3cffefb9ad6cbe726cfefb569fe1f1113a52147f Mon Sep 17 00:00:00 2001 From: hpmouton Date: Tue, 2 Apr 2024 14:27:22 +0200 Subject: [PATCH] Dashboard UI Update --- ...24_03_22_101249_create_jcp_skill_table.php | 1 + storage/logs/laravel.log | 546 ++++++++++++++++++ 2 files changed, 547 insertions(+) diff --git a/database/migrations/2024_03_22_101249_create_jcp_skill_table.php b/database/migrations/2024_03_22_101249_create_jcp_skill_table.php index b599bca..d28cdcb 100644 --- a/database/migrations/2024_03_22_101249_create_jcp_skill_table.php +++ b/database/migrations/2024_03_22_101249_create_jcp_skill_table.php @@ -15,6 +15,7 @@ public function up(): void $table->id(); $table->unsignedBiginteger('jcp_id'); $table->unsignedBiginteger('skill_id'); + $table->integer('required_level')->default(random_int(1, 5)); $table->integer('user_rating')->default(0); $table->integer('supervisor_rating')->default(0); diff --git a/storage/logs/laravel.log b/storage/logs/laravel.log index cfd560b..7853bcb 100644 --- a/storage/logs/laravel.log +++ b/storage/logs/laravel.log @@ -52368,3 +52368,549 @@ Stack trace: #61 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(16): require_once('...') #62 {main} "} +[2024-04-02 12:15:17] local.ERROR: SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: jcp_skill.required_level (Connection: sqlite, SQL: insert into "jcp_skill" ("jcp_id", "skill_id") values (1, 2)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: jcp_skill.required_level (Connection: sqlite, SQL: insert into \"jcp_skill\" (\"jcp_id\", \"skill_id\") values (1, 2)) at /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php:813) +[stacktrace] +#0 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(767): Illuminate\\Database\\Connection->runQueryCallback() +#1 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(560): Illuminate\\Database\\Connection->run() +#2 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(524): Illuminate\\Database\\Connection->statement() +#3 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3509): Illuminate\\Database\\Connection->insert() +#4 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable.php(276): Illuminate\\Database\\Query\\Builder->insert() +#5 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1221): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->attach() +#6 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1251): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->save() +#7 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(47): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->saveMany() +#8 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Collections/Traits/EnumeratesValues.php(236): Database\\Seeders\\DatabaseSeeder->Database\\Seeders\\{closure}() +#9 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(46): Illuminate\\Support\\Collection->each() +#10 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Database\\Seeders\\DatabaseSeeder->run() +#11 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#12 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#13 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#14 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#15 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(184): Illuminate\\Container\\Container->call() +#16 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(193): Illuminate\\Database\\Seeder->Illuminate\\Database\\{closure}() +#17 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(70): Illuminate\\Database\\Seeder->__invoke() +#18 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php(155): Illuminate\\Database\\Console\\Seeds\\SeedCommand->Illuminate\\Database\\Console\\Seeds\\{closure}() +#19 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(69): Illuminate\\Database\\Eloquent\\Model::unguarded() +#20 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Seeds\\SeedCommand->handle() +#21 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#22 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#23 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#24 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#25 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#26 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#27 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#28 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(67): Illuminate\\Console\\Command->run() +#29 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(28): Illuminate\\Console\\Command->runCommand() +#30 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(93): Illuminate\\Console\\Command->call() +#31 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(69): Illuminate\\Database\\Console\\Migrations\\FreshCommand->runSeeder() +#32 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle() +#33 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#34 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#35 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#36 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#37 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#38 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#39 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#40 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(1049): Illuminate\\Console\\Command->run() +#41 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(318): Symfony\\Component\\Console\\Application->doRunCommand() +#42 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(169): Symfony\\Component\\Console\\Application->doRun() +#43 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Symfony\\Component\\Console\\Application->run() +#44 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1183): Illuminate\\Foundation\\Console\\Kernel->handle() +#45 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/artisan(13): Illuminate\\Foundation\\Application->handleCommand() +#46 {main} + +[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: jcp_skill.required_level at /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php:571) +[stacktrace] +#0 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(571): PDOStatement->execute() +#1 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(800): Illuminate\\Database\\Connection->Illuminate\\Database\\{closure}() +#2 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(767): Illuminate\\Database\\Connection->runQueryCallback() +#3 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(560): Illuminate\\Database\\Connection->run() +#4 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(524): Illuminate\\Database\\Connection->statement() +#5 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3509): Illuminate\\Database\\Connection->insert() +#6 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable.php(276): Illuminate\\Database\\Query\\Builder->insert() +#7 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1221): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->attach() +#8 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1251): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->save() +#9 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(47): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->saveMany() +#10 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Collections/Traits/EnumeratesValues.php(236): Database\\Seeders\\DatabaseSeeder->Database\\Seeders\\{closure}() +#11 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(46): Illuminate\\Support\\Collection->each() +#12 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Database\\Seeders\\DatabaseSeeder->run() +#13 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#14 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#15 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#16 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#17 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(184): Illuminate\\Container\\Container->call() +#18 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(193): Illuminate\\Database\\Seeder->Illuminate\\Database\\{closure}() +#19 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(70): Illuminate\\Database\\Seeder->__invoke() +#20 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php(155): Illuminate\\Database\\Console\\Seeds\\SeedCommand->Illuminate\\Database\\Console\\Seeds\\{closure}() +#21 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(69): Illuminate\\Database\\Eloquent\\Model::unguarded() +#22 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Seeds\\SeedCommand->handle() +#23 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#24 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#25 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#26 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#27 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#28 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#29 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#30 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(67): Illuminate\\Console\\Command->run() +#31 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(28): Illuminate\\Console\\Command->runCommand() +#32 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(93): Illuminate\\Console\\Command->call() +#33 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(69): Illuminate\\Database\\Console\\Migrations\\FreshCommand->runSeeder() +#34 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle() +#35 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#36 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#37 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#38 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#39 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#40 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#41 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#42 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(1049): Illuminate\\Console\\Command->run() +#43 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(318): Symfony\\Component\\Console\\Application->doRunCommand() +#44 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(169): Symfony\\Component\\Console\\Application->doRun() +#45 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Symfony\\Component\\Console\\Application->run() +#46 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1183): Illuminate\\Foundation\\Console\\Kernel->handle() +#47 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/artisan(13): Illuminate\\Foundation\\Application->handleCommand() +#48 {main} +"} +[2024-04-02 12:16:20] local.ERROR: SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: jcp_skill.required_level (Connection: sqlite, SQL: insert into "jcp_skill" ("jcp_id", "skill_id") values (1, 3)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: jcp_skill.required_level (Connection: sqlite, SQL: insert into \"jcp_skill\" (\"jcp_id\", \"skill_id\") values (1, 3)) at /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php:813) +[stacktrace] +#0 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(767): Illuminate\\Database\\Connection->runQueryCallback() +#1 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(560): Illuminate\\Database\\Connection->run() +#2 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(524): Illuminate\\Database\\Connection->statement() +#3 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3509): Illuminate\\Database\\Connection->insert() +#4 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable.php(276): Illuminate\\Database\\Query\\Builder->insert() +#5 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1221): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->attach() +#6 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1251): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->save() +#7 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(47): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->saveMany() +#8 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Collections/Traits/EnumeratesValues.php(236): Database\\Seeders\\DatabaseSeeder->Database\\Seeders\\{closure}() +#9 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(46): Illuminate\\Support\\Collection->each() +#10 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Database\\Seeders\\DatabaseSeeder->run() +#11 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#12 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#13 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#14 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#15 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(184): Illuminate\\Container\\Container->call() +#16 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(193): Illuminate\\Database\\Seeder->Illuminate\\Database\\{closure}() +#17 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(70): Illuminate\\Database\\Seeder->__invoke() +#18 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php(155): Illuminate\\Database\\Console\\Seeds\\SeedCommand->Illuminate\\Database\\Console\\Seeds\\{closure}() +#19 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(69): Illuminate\\Database\\Eloquent\\Model::unguarded() +#20 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Seeds\\SeedCommand->handle() +#21 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#22 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#23 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#24 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#25 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#26 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#27 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#28 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(67): Illuminate\\Console\\Command->run() +#29 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(28): Illuminate\\Console\\Command->runCommand() +#30 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(93): Illuminate\\Console\\Command->call() +#31 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(69): Illuminate\\Database\\Console\\Migrations\\FreshCommand->runSeeder() +#32 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle() +#33 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#34 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#35 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#36 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#37 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#38 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#39 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#40 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(1049): Illuminate\\Console\\Command->run() +#41 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(318): Symfony\\Component\\Console\\Application->doRunCommand() +#42 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(169): Symfony\\Component\\Console\\Application->doRun() +#43 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Symfony\\Component\\Console\\Application->run() +#44 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1183): Illuminate\\Foundation\\Console\\Kernel->handle() +#45 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/artisan(13): Illuminate\\Foundation\\Application->handleCommand() +#46 {main} + +[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: jcp_skill.required_level at /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php:571) +[stacktrace] +#0 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(571): PDOStatement->execute() +#1 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(800): Illuminate\\Database\\Connection->Illuminate\\Database\\{closure}() +#2 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(767): Illuminate\\Database\\Connection->runQueryCallback() +#3 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(560): Illuminate\\Database\\Connection->run() +#4 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(524): Illuminate\\Database\\Connection->statement() +#5 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3509): Illuminate\\Database\\Connection->insert() +#6 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable.php(276): Illuminate\\Database\\Query\\Builder->insert() +#7 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1221): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->attach() +#8 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1251): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->save() +#9 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(47): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->saveMany() +#10 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Collections/Traits/EnumeratesValues.php(236): Database\\Seeders\\DatabaseSeeder->Database\\Seeders\\{closure}() +#11 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(46): Illuminate\\Support\\Collection->each() +#12 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Database\\Seeders\\DatabaseSeeder->run() +#13 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#14 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#15 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#16 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#17 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(184): Illuminate\\Container\\Container->call() +#18 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(193): Illuminate\\Database\\Seeder->Illuminate\\Database\\{closure}() +#19 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(70): Illuminate\\Database\\Seeder->__invoke() +#20 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php(155): Illuminate\\Database\\Console\\Seeds\\SeedCommand->Illuminate\\Database\\Console\\Seeds\\{closure}() +#21 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(69): Illuminate\\Database\\Eloquent\\Model::unguarded() +#22 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Seeds\\SeedCommand->handle() +#23 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#24 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#25 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#26 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#27 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#28 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#29 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#30 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(67): Illuminate\\Console\\Command->run() +#31 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(28): Illuminate\\Console\\Command->runCommand() +#32 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(93): Illuminate\\Console\\Command->call() +#33 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(69): Illuminate\\Database\\Console\\Migrations\\FreshCommand->runSeeder() +#34 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle() +#35 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#36 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#37 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#38 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#39 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#40 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#41 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#42 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(1049): Illuminate\\Console\\Command->run() +#43 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(318): Symfony\\Component\\Console\\Application->doRunCommand() +#44 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(169): Symfony\\Component\\Console\\Application->doRun() +#45 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Symfony\\Component\\Console\\Application->run() +#46 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1183): Illuminate\\Foundation\\Console\\Kernel->handle() +#47 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/artisan(13): Illuminate\\Foundation\\Application->handleCommand() +#48 {main} +"} +[2024-04-02 12:19:29] local.ERROR: SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: jcp_skill.required_level (Connection: sqlite, SQL: insert into "jcp_skill" ("jcp_id", "skill_id") values (1, 1)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: jcp_skill.required_level (Connection: sqlite, SQL: insert into \"jcp_skill\" (\"jcp_id\", \"skill_id\") values (1, 1)) at /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php:813) +[stacktrace] +#0 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(767): Illuminate\\Database\\Connection->runQueryCallback() +#1 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(560): Illuminate\\Database\\Connection->run() +#2 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(524): Illuminate\\Database\\Connection->statement() +#3 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3509): Illuminate\\Database\\Connection->insert() +#4 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable.php(276): Illuminate\\Database\\Query\\Builder->insert() +#5 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1221): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->attach() +#6 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1251): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->save() +#7 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(47): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->saveMany() +#8 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Collections/Traits/EnumeratesValues.php(236): Database\\Seeders\\DatabaseSeeder->Database\\Seeders\\{closure}() +#9 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(46): Illuminate\\Support\\Collection->each() +#10 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Database\\Seeders\\DatabaseSeeder->run() +#11 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#12 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#13 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#14 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#15 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(184): Illuminate\\Container\\Container->call() +#16 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(193): Illuminate\\Database\\Seeder->Illuminate\\Database\\{closure}() +#17 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(70): Illuminate\\Database\\Seeder->__invoke() +#18 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php(155): Illuminate\\Database\\Console\\Seeds\\SeedCommand->Illuminate\\Database\\Console\\Seeds\\{closure}() +#19 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(69): Illuminate\\Database\\Eloquent\\Model::unguarded() +#20 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Seeds\\SeedCommand->handle() +#21 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#22 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#23 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#24 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#25 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#26 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#27 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#28 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(67): Illuminate\\Console\\Command->run() +#29 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(28): Illuminate\\Console\\Command->runCommand() +#30 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(93): Illuminate\\Console\\Command->call() +#31 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(69): Illuminate\\Database\\Console\\Migrations\\FreshCommand->runSeeder() +#32 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle() +#33 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#34 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#35 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#36 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#37 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#38 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#39 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#40 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(1049): Illuminate\\Console\\Command->run() +#41 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(318): Symfony\\Component\\Console\\Application->doRunCommand() +#42 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(169): Symfony\\Component\\Console\\Application->doRun() +#43 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Symfony\\Component\\Console\\Application->run() +#44 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1183): Illuminate\\Foundation\\Console\\Kernel->handle() +#45 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/artisan(13): Illuminate\\Foundation\\Application->handleCommand() +#46 {main} + +[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: jcp_skill.required_level at /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php:571) +[stacktrace] +#0 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(571): PDOStatement->execute() +#1 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(800): Illuminate\\Database\\Connection->Illuminate\\Database\\{closure}() +#2 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(767): Illuminate\\Database\\Connection->runQueryCallback() +#3 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(560): Illuminate\\Database\\Connection->run() +#4 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(524): Illuminate\\Database\\Connection->statement() +#5 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3509): Illuminate\\Database\\Connection->insert() +#6 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable.php(276): Illuminate\\Database\\Query\\Builder->insert() +#7 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1221): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->attach() +#8 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1251): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->save() +#9 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(47): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->saveMany() +#10 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Collections/Traits/EnumeratesValues.php(236): Database\\Seeders\\DatabaseSeeder->Database\\Seeders\\{closure}() +#11 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(46): Illuminate\\Support\\Collection->each() +#12 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Database\\Seeders\\DatabaseSeeder->run() +#13 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#14 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#15 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#16 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#17 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(184): Illuminate\\Container\\Container->call() +#18 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(193): Illuminate\\Database\\Seeder->Illuminate\\Database\\{closure}() +#19 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(70): Illuminate\\Database\\Seeder->__invoke() +#20 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php(155): Illuminate\\Database\\Console\\Seeds\\SeedCommand->Illuminate\\Database\\Console\\Seeds\\{closure}() +#21 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(69): Illuminate\\Database\\Eloquent\\Model::unguarded() +#22 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Seeds\\SeedCommand->handle() +#23 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#24 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#25 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#26 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#27 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#28 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#29 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#30 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(67): Illuminate\\Console\\Command->run() +#31 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(28): Illuminate\\Console\\Command->runCommand() +#32 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(93): Illuminate\\Console\\Command->call() +#33 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(69): Illuminate\\Database\\Console\\Migrations\\FreshCommand->runSeeder() +#34 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle() +#35 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#36 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#37 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#38 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#39 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#40 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#41 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#42 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(1049): Illuminate\\Console\\Command->run() +#43 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(318): Symfony\\Component\\Console\\Application->doRunCommand() +#44 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(169): Symfony\\Component\\Console\\Application->doRun() +#45 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Symfony\\Component\\Console\\Application->run() +#46 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1183): Illuminate\\Foundation\\Console\\Kernel->handle() +#47 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/artisan(13): Illuminate\\Foundation\\Application->handleCommand() +#48 {main} +"} +[2024-04-02 12:20:43] local.ERROR: Unclosed '(' on line 46 does not match '}' {"exception":"[object] (ParseError(code: 0): Unclosed '(' on line 46 does not match '}' at /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php:98) +[stacktrace] +#0 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/composer/ClassLoader.php(433): Composer\\Autoload\\{closure}() +#1 [internal function]: Composer\\Autoload\\ClassLoader->loadClass() +#2 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(94): class_exists() +#3 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(70): Illuminate\\Database\\Console\\Seeds\\SeedCommand->getSeeder() +#4 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php(155): Illuminate\\Database\\Console\\Seeds\\SeedCommand->Illuminate\\Database\\Console\\Seeds\\{closure}() +#5 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(69): Illuminate\\Database\\Eloquent\\Model::unguarded() +#6 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Seeds\\SeedCommand->handle() +#7 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#8 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#9 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#10 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#11 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#12 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#13 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#14 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(67): Illuminate\\Console\\Command->run() +#15 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(28): Illuminate\\Console\\Command->runCommand() +#16 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(93): Illuminate\\Console\\Command->call() +#17 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(69): Illuminate\\Database\\Console\\Migrations\\FreshCommand->runSeeder() +#18 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle() +#19 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#20 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#21 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#22 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#23 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#24 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#25 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#26 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(1049): Illuminate\\Console\\Command->run() +#27 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(318): Symfony\\Component\\Console\\Application->doRunCommand() +#28 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(169): Symfony\\Component\\Console\\Application->doRun() +#29 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Symfony\\Component\\Console\\Application->run() +#30 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1183): Illuminate\\Foundation\\Console\\Kernel->handle() +#31 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/artisan(13): Illuminate\\Foundation\\Application->handleCommand() +#32 {main} +"} +[2024-04-02 12:22:19] local.ERROR: SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: jcp_skill.required_level (Connection: sqlite, SQL: insert into "jcp_skill" ("jcp_id", "skill_id") values (1, 1)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: jcp_skill.required_level (Connection: sqlite, SQL: insert into \"jcp_skill\" (\"jcp_id\", \"skill_id\") values (1, 1)) at /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php:813) +[stacktrace] +#0 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(767): Illuminate\\Database\\Connection->runQueryCallback() +#1 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(560): Illuminate\\Database\\Connection->run() +#2 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(524): Illuminate\\Database\\Connection->statement() +#3 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3509): Illuminate\\Database\\Connection->insert() +#4 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable.php(276): Illuminate\\Database\\Query\\Builder->insert() +#5 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1221): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->attach() +#6 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1251): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->save() +#7 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(47): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->saveMany() +#8 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Collections/Traits/EnumeratesValues.php(236): Database\\Seeders\\DatabaseSeeder->Database\\Seeders\\{closure}() +#9 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(46): Illuminate\\Support\\Collection->each() +#10 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Database\\Seeders\\DatabaseSeeder->run() +#11 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#12 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#13 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#14 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#15 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(184): Illuminate\\Container\\Container->call() +#16 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(193): Illuminate\\Database\\Seeder->Illuminate\\Database\\{closure}() +#17 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(70): Illuminate\\Database\\Seeder->__invoke() +#18 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php(155): Illuminate\\Database\\Console\\Seeds\\SeedCommand->Illuminate\\Database\\Console\\Seeds\\{closure}() +#19 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(69): Illuminate\\Database\\Eloquent\\Model::unguarded() +#20 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Seeds\\SeedCommand->handle() +#21 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#22 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#23 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#24 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#25 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#26 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#27 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#28 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(67): Illuminate\\Console\\Command->run() +#29 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(28): Illuminate\\Console\\Command->runCommand() +#30 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(93): Illuminate\\Console\\Command->call() +#31 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(69): Illuminate\\Database\\Console\\Migrations\\FreshCommand->runSeeder() +#32 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle() +#33 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#34 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#35 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#36 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#37 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#38 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#39 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#40 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(1049): Illuminate\\Console\\Command->run() +#41 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(318): Symfony\\Component\\Console\\Application->doRunCommand() +#42 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(169): Symfony\\Component\\Console\\Application->doRun() +#43 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Symfony\\Component\\Console\\Application->run() +#44 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1183): Illuminate\\Foundation\\Console\\Kernel->handle() +#45 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/artisan(13): Illuminate\\Foundation\\Application->handleCommand() +#46 {main} + +[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: jcp_skill.required_level at /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php:571) +[stacktrace] +#0 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(571): PDOStatement->execute() +#1 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(800): Illuminate\\Database\\Connection->Illuminate\\Database\\{closure}() +#2 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(767): Illuminate\\Database\\Connection->runQueryCallback() +#3 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(560): Illuminate\\Database\\Connection->run() +#4 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(524): Illuminate\\Database\\Connection->statement() +#5 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3509): Illuminate\\Database\\Connection->insert() +#6 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable.php(276): Illuminate\\Database\\Query\\Builder->insert() +#7 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1221): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->attach() +#8 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1251): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->save() +#9 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(47): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->saveMany() +#10 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Collections/Traits/EnumeratesValues.php(236): Database\\Seeders\\DatabaseSeeder->Database\\Seeders\\{closure}() +#11 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(46): Illuminate\\Support\\Collection->each() +#12 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Database\\Seeders\\DatabaseSeeder->run() +#13 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#14 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#15 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#16 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#17 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(184): Illuminate\\Container\\Container->call() +#18 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(193): Illuminate\\Database\\Seeder->Illuminate\\Database\\{closure}() +#19 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(70): Illuminate\\Database\\Seeder->__invoke() +#20 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php(155): Illuminate\\Database\\Console\\Seeds\\SeedCommand->Illuminate\\Database\\Console\\Seeds\\{closure}() +#21 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(69): Illuminate\\Database\\Eloquent\\Model::unguarded() +#22 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Seeds\\SeedCommand->handle() +#23 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#24 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#25 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#26 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#27 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#28 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#29 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#30 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(67): Illuminate\\Console\\Command->run() +#31 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(28): Illuminate\\Console\\Command->runCommand() +#32 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(93): Illuminate\\Console\\Command->call() +#33 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(69): Illuminate\\Database\\Console\\Migrations\\FreshCommand->runSeeder() +#34 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle() +#35 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#36 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#37 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#38 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#39 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#40 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#41 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#42 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(1049): Illuminate\\Console\\Command->run() +#43 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(318): Symfony\\Component\\Console\\Application->doRunCommand() +#44 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(169): Symfony\\Component\\Console\\Application->doRun() +#45 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Symfony\\Component\\Console\\Application->run() +#46 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1183): Illuminate\\Foundation\\Console\\Kernel->handle() +#47 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/artisan(13): Illuminate\\Foundation\\Application->handleCommand() +#48 {main} +"} +[2024-04-02 12:23:34] local.ERROR: SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: jcp_skill.required_level (Connection: sqlite, SQL: insert into "jcp_skill" ("jcp_id", "skill_id") values (1, 2)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: jcp_skill.required_level (Connection: sqlite, SQL: insert into \"jcp_skill\" (\"jcp_id\", \"skill_id\") values (1, 2)) at /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php:813) +[stacktrace] +#0 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(767): Illuminate\\Database\\Connection->runQueryCallback() +#1 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(560): Illuminate\\Database\\Connection->run() +#2 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(524): Illuminate\\Database\\Connection->statement() +#3 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3509): Illuminate\\Database\\Connection->insert() +#4 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable.php(276): Illuminate\\Database\\Query\\Builder->insert() +#5 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1221): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->attach() +#6 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1251): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->save() +#7 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(47): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->saveMany() +#8 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Collections/Traits/EnumeratesValues.php(236): Database\\Seeders\\DatabaseSeeder->Database\\Seeders\\{closure}() +#9 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(46): Illuminate\\Support\\Collection->each() +#10 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Database\\Seeders\\DatabaseSeeder->run() +#11 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#12 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#13 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#14 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#15 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(184): Illuminate\\Container\\Container->call() +#16 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(193): Illuminate\\Database\\Seeder->Illuminate\\Database\\{closure}() +#17 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(70): Illuminate\\Database\\Seeder->__invoke() +#18 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php(155): Illuminate\\Database\\Console\\Seeds\\SeedCommand->Illuminate\\Database\\Console\\Seeds\\{closure}() +#19 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(69): Illuminate\\Database\\Eloquent\\Model::unguarded() +#20 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Seeds\\SeedCommand->handle() +#21 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#22 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#23 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#24 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#25 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#26 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#27 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#28 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(67): Illuminate\\Console\\Command->run() +#29 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(28): Illuminate\\Console\\Command->runCommand() +#30 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(93): Illuminate\\Console\\Command->call() +#31 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(69): Illuminate\\Database\\Console\\Migrations\\FreshCommand->runSeeder() +#32 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle() +#33 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#34 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#35 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#36 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#37 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#38 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#39 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#40 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(1049): Illuminate\\Console\\Command->run() +#41 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(318): Symfony\\Component\\Console\\Application->doRunCommand() +#42 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(169): Symfony\\Component\\Console\\Application->doRun() +#43 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Symfony\\Component\\Console\\Application->run() +#44 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1183): Illuminate\\Foundation\\Console\\Kernel->handle() +#45 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/artisan(13): Illuminate\\Foundation\\Application->handleCommand() +#46 {main} + +[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 19 NOT NULL constraint failed: jcp_skill.required_level at /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php:571) +[stacktrace] +#0 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(571): PDOStatement->execute() +#1 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(800): Illuminate\\Database\\Connection->Illuminate\\Database\\{closure}() +#2 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(767): Illuminate\\Database\\Connection->runQueryCallback() +#3 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(560): Illuminate\\Database\\Connection->run() +#4 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Connection.php(524): Illuminate\\Database\\Connection->statement() +#5 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3509): Illuminate\\Database\\Connection->insert() +#6 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable.php(276): Illuminate\\Database\\Query\\Builder->insert() +#7 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1221): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->attach() +#8 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php(1251): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->save() +#9 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(47): Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany->saveMany() +#10 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Collections/Traits/EnumeratesValues.php(236): Database\\Seeders\\DatabaseSeeder->Database\\Seeders\\{closure}() +#11 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/database/seeders/DatabaseSeeder.php(46): Illuminate\\Support\\Collection->each() +#12 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Database\\Seeders\\DatabaseSeeder->run() +#13 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#14 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#15 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#16 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#17 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(184): Illuminate\\Container\\Container->call() +#18 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Seeder.php(193): Illuminate\\Database\\Seeder->Illuminate\\Database\\{closure}() +#19 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(70): Illuminate\\Database\\Seeder->__invoke() +#20 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php(155): Illuminate\\Database\\Console\\Seeds\\SeedCommand->Illuminate\\Database\\Console\\Seeds\\{closure}() +#21 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php(69): Illuminate\\Database\\Eloquent\\Model::unguarded() +#22 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Seeds\\SeedCommand->handle() +#23 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#24 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#25 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#26 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#27 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#28 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#29 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#30 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(67): Illuminate\\Console\\Command->run() +#31 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(28): Illuminate\\Console\\Command->runCommand() +#32 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(93): Illuminate\\Console\\Command->call() +#33 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(69): Illuminate\\Database\\Console\\Migrations\\FreshCommand->runSeeder() +#34 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle() +#35 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}() +#36 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure() +#37 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod() +#38 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call() +#39 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(212): Illuminate\\Container\\Container->call() +#40 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Command/Command.php(279): Illuminate\\Console\\Command->execute() +#41 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run() +#42 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(1049): Illuminate\\Console\\Command->run() +#43 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(318): Symfony\\Component\\Console\\Application->doRunCommand() +#44 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/symfony/console/Application.php(169): Symfony\\Component\\Console\\Application->doRun() +#45 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(196): Symfony\\Component\\Console\\Application->run() +#46 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1183): Illuminate\\Foundation\\Console\\Kernel->handle() +#47 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/artisan(13): Illuminate\\Foundation\\Application->handleCommand() +#48 {main} +"}