KickImpact browser installer

.env already exists.

System requirements check passed.

Running: php artisan key:generate

   ERROR  Unable to set application key. No APP_KEY variable was found in the .env file.  

Running: php artisan migrate

   INFO  Nothing to migrate.  

Running: php artisan db:seed

   INFO  Seeding database.  

Running: php artisan storage:link

KickImpact
Internal Server Error

Error

vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:358

Call to undefined function Illuminate\Filesystem\exec()

LARAVEL 12.61.0
PHP 8.3.31
UNHANDLED
CODE 0
500
GET
http://localhost:8000

Exception trace

15 vendor frames
Illuminate\Filesystem\Filesystem->link(string, string)
vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:358
Illuminate\Filesystem\Filesystem->link(string, string)
vendor/laravel/framework/src/Illuminate/Foundation/Console/StorageLinkCommand.php:49
Illuminate\Foundation\Console\StorageLinkCommand->handle()
vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()
vendor/laravel/framework/src/Illuminate/Container/Util.php:43
Illuminate\Container\Util::unwrapIfClosure(object(Closure))
vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:96
Illuminate\Container\BoundMethod::callBoundMethod(object(Illuminate\Foundation\Application), array, object(Closure))
vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
Illuminate\Container\BoundMethod::call(object(Illuminate\Foundation\Application), array, array, null)
vendor/laravel/framework/src/Illuminate/Container/Container.php:799
Illuminate\Container\Container->call(array)
vendor/laravel/framework/src/Illuminate/Console/Command.php:211
Illuminate\Console\Command->execute(object(Symfony\Component\Console\Input\StringInput), object(Illuminate\Console\OutputStyle))
vendor/symfony/console/Command/Command.php:341
Symfony\Component\Console\Command\Command->run(object(Symfony\Component\Console\Input\StringInput), object(Illuminate\Console\OutputStyle))
vendor/laravel/framework/src/Illuminate/Console/Command.php:180
Illuminate\Console\Command->run(object(Symfony\Component\Console\Input\StringInput), object(Symfony\Component\Console\Output\BufferedOutput))
vendor/symfony/console/Application.php:1117
Symfony\Component\Console\Application->doRunCommand(object(Illuminate\Foundation\Console\StorageLinkCommand), object(Symfony\Component\Console\Input\StringInput), object(Symfony\Component\Console\Output\BufferedOutput))
vendor/symfony/console/Application.php:356
Symfony\Component\Console\Application->doRun(object(Symfony\Component\Console\Input\StringInput), object(Symfony\Component\Console\Output\BufferedOutput))
vendor/symfony/console/Application.php:195
Symfony\Component\Console\Application->run(object(Symfony\Component\Console\Input\StringInput), object(Symfony\Component\Console\Output\BufferedOutput))
vendor/laravel/framework/src/Illuminate/Console/Application.php:165
Illuminate\Console\Application->call(string, array, null)
vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php:447
Illuminate\Foundation\Console\Kernel->call(string, array)
public/installer.php:61
56    return $app->make(Illuminate\Contracts\Console\Kernel::class);
57}
58
59function runInternalCommand($kernel, string $command, array $params = []): array
60{
61    $status = $kernel->call($command, $params);
62    return ['output' => $kernel->output(), 'code' => $status];
63}
64
65function escapeJs(string $value): string
66{
67    return str_replace(['\\', '"', "\n", "\r", "\u2028", "\u2029"], ['\\\\', '\\"', '\\n', '\\r', '\\u2028', '\\u2029'], $value);
68}
69
70function loadDotEnv(string $path): array
71{
72    if (! file_exists($path)) {
73
runInternalCommand(object(Illuminate\Foundation\Console\Kernel), string, array)
public/installer.php:411
406}
407
408if ($success && $kernel !== null && ! shellExecutionAvailable()) {
409    foreach ($internalCommands as [$cmd, $params]) {
410        echo '<p><strong>Running:</strong> ' . escapeHtml('php artisan ' . $cmd) . '</p>';
411        $result = runInternalCommand($kernel, $cmd, $params);
412        echo '<pre>' . escapeHtml($result['output'] ?: 'No output.') . '</pre>';
413        if ($result['code'] !== 0) {
414            $success = false;
415            echo '<p><strong>Error:</strong> command exited with status ' . $result['code'] . '</p>';
416            break;
417        }
418    }
419}
420
421$installerPath = __FILE__;
422if (file_exists($installerPath)) {
423

Queries

sqlite
select exists (select 1 from "main".sqlite_master where name = 'migrations' and type = 'table') as "exists"
3.87ms
sqlite
select exists (select 1 from "main".sqlite_master where name = 'migrations' and type = 'table') as "exists"
0.06ms
sqlite
select "migration" from "migrations" order by "batch" asc, "migration" asc
0.08ms
sqlite
select "migration" from "migrations" order by "batch" asc, "migration" asc
0.06ms
sqlite
select exists(select * from "permissions" where ("name" = 'users.manage')) as "exists"
0.14ms
sqlite
update "permissions" set "uuid" = '1cfd4473-94a2-4c46-9c59-5931e59a2654', "group" = 'Users', "display_name" = 'Manage users', "description" = 'Manage users', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permissions"."rowid" from "permissions" where ("name" = 'users.manage') limit 1)
14.72ms
sqlite
select exists(select * from "permissions" where ("name" = 'roles.manage')) as "exists"
0.12ms
sqlite
update "permissions" set "uuid" = '48daf105-d78c-40fa-b11d-b34c53a6feae', "group" = 'Users', "display_name" = 'Manage roles and permissions', "description" = 'Manage roles and permissions', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permissions"."rowid" from "permissions" where ("name" = 'roles.manage') limit 1)
12.49ms
sqlite
select exists(select * from "permissions" where ("name" = 'teams.manage')) as "exists"
0.12ms
sqlite
update "permissions" set "uuid" = 'c1a3a47d-d406-4905-adad-752cefcb0e53', "group" = 'Teams', "display_name" = 'Manage teams', "description" = 'Manage teams', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permissions"."rowid" from "permissions" where ("name" = 'teams.manage') limit 1)
14.59ms
sqlite
select exists(select * from "permissions" where ("name" = 'players.manage')) as "exists"
0.12ms
sqlite
update "permissions" set "uuid" = '0a687dd4-dfdc-46cc-b58f-23ddc8533e68', "group" = 'Players', "display_name" = 'Manage players', "description" = 'Manage players', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permissions"."rowid" from "permissions" where ("name" = 'players.manage') limit 1)
21.96ms
sqlite
select exists(select * from "permissions" where ("name" = 'tournaments.manage')) as "exists"
0.12ms
sqlite
update "permissions" set "uuid" = '788c8cf5-b2d0-4c13-b13d-6c12ebff2528', "group" = 'Tournaments', "display_name" = 'Manage tournaments', "description" = 'Manage tournaments', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permissions"."rowid" from "permissions" where ("name" = 'tournaments.manage') limit 1)
11.06ms
sqlite
select exists(select * from "permissions" where ("name" = 'fixtures.manage')) as "exists"
0.13ms
sqlite
update "permissions" set "uuid" = 'e9ed413b-6228-40da-9def-19644e03a15b', "group" = 'Fixtures', "display_name" = 'Manage fixtures', "description" = 'Manage fixtures', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permissions"."rowid" from "permissions" where ("name" = 'fixtures.manage') limit 1)
4.9ms
sqlite
select exists(select * from "permissions" where ("name" = 'results.manage')) as "exists"
0.13ms
sqlite
update "permissions" set "uuid" = 'afe18440-1075-4e45-883e-9915c571b35f', "group" = 'Results', "display_name" = 'Manage match results', "description" = 'Manage match results', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permissions"."rowid" from "permissions" where ("name" = 'results.manage') limit 1)
9.11ms
sqlite
select exists(select * from "permissions" where ("name" = 'standings.view')) as "exists"
0.12ms
sqlite
update "permissions" set "uuid" = 'eb506e7b-3ff5-4359-a40d-6bb005feb563', "group" = 'Standings', "display_name" = 'View standings', "description" = 'View standings', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permissions"."rowid" from "permissions" where ("name" = 'standings.view') limit 1)
1.24ms
sqlite
select exists(select * from "permissions" where ("name" = 'donations.manage')) as "exists"
0.11ms
sqlite
update "permissions" set "uuid" = '10e3f2c2-f11d-46f4-8189-69cda03e41b6', "group" = 'Donations', "display_name" = 'Manage donations', "description" = 'Manage donations', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permissions"."rowid" from "permissions" where ("name" = 'donations.manage') limit 1)
1.6ms
sqlite
select exists(select * from "permissions" where ("name" = 'sponsors.manage')) as "exists"
0.1ms
sqlite
update "permissions" set "uuid" = '52bd7376-1ca1-462c-8509-c122f506799a', "group" = 'Sponsors', "display_name" = 'Manage sponsors', "description" = 'Manage sponsors', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permissions"."rowid" from "permissions" where ("name" = 'sponsors.manage') limit 1)
0.91ms
sqlite
select exists(select * from "permissions" where ("name" = 'campaigns.manage')) as "exists"
0.08ms
sqlite
update "permissions" set "uuid" = '22fbe4bf-fcb3-4997-ab88-d0a6d001e76a', "group" = 'Campaigns', "display_name" = 'Manage campaigns', "description" = 'Manage campaigns', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permissions"."rowid" from "permissions" where ("name" = 'campaigns.manage') limit 1)
0.48ms
sqlite
select exists(select * from "permissions" where ("name" = 'trees.manage')) as "exists"
0.09ms
sqlite
update "permissions" set "uuid" = '298472d9-3270-4390-bb17-8c246443ed16', "group" = 'Trees', "display_name" = 'Manage tree registry', "description" = 'Manage tree registry', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permissions"."rowid" from "permissions" where ("name" = 'trees.manage') limit 1)
0.45ms
sqlite
select exists(select * from "permissions" where ("name" = 'volunteers.manage')) as "exists"
0.07ms
sqlite
update "permissions" set "uuid" = '5d40dbb9-9f1a-4928-8ec9-47bcd28c7673', "group" = 'Volunteers', "display_name" = 'Manage volunteers', "description" = 'Manage volunteers', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permissions"."rowid" from "permissions" where ("name" = 'volunteers.manage') limit 1)
0.5ms
sqlite
select exists(select * from "permissions" where ("name" = 'reports.generate')) as "exists"
0.07ms
sqlite
update "permissions" set "uuid" = '5e84635c-91ee-453a-a666-24669159494a', "group" = 'Reports', "display_name" = 'Generate reports', "description" = 'Generate reports', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permissions"."rowid" from "permissions" where ("name" = 'reports.generate') limit 1)
0.45ms
sqlite
select exists(select * from "permissions" where ("name" = 'content.manage')) as "exists"
0.07ms
sqlite
update "permissions" set "uuid" = 'a14a30c5-8892-4574-96da-16c345dd41a7', "group" = 'Content', "display_name" = 'Manage website pages', "description" = 'Manage website pages', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permissions"."rowid" from "permissions" where ("name" = 'content.manage') limit 1)
5.19ms
sqlite
select exists(select * from "permissions" where ("name" = 'settings.manage')) as "exists"
0.12ms
sqlite
update "permissions" set "uuid" = '0d66b478-ea56-4c77-8b4f-0ad97f56eeb3', "group" = 'Settings', "display_name" = 'Manage platform settings', "description" = 'Manage platform settings', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permissions"."rowid" from "permissions" where ("name" = 'settings.manage') limit 1)
39.85ms
sqlite
select exists(select * from "permissions" where ("name" = 'branding.manage')) as "exists"
0.13ms
sqlite
update "permissions" set "uuid" = 'a128d09e-4a59-4218-a4b9-23df61ff364a', "group" = 'Settings', "display_name" = 'Manage organizer brand guide', "description" = 'Manage organizer brand guide', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permissions"."rowid" from "permissions" where ("name" = 'branding.manage') limit 1)
8.23ms
sqlite
select exists(select * from "roles" where ("name" = 'super-administrator')) as "exists"
0.13ms
sqlite
update "roles" set "uuid" = 'a4a96771-86e4-4111-b8c2-bfe055102430', "display_name" = 'Super Administrator', "description" = 'Super Administrator platform role', "is_system" = 1, "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "roles"."rowid" from "roles" where ("name" = 'super-administrator') limit 1)
0.62ms
sqlite
select exists(select * from "roles" where ("name" = 'tournament-organizer')) as "exists"
0.08ms
sqlite
update "roles" set "uuid" = '86fcb389-f069-4a09-84dd-e24a50683b84', "display_name" = 'Tournament Organizer', "description" = 'Tournament Organizer platform role', "is_system" = 1, "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "roles"."rowid" from "roles" where ("name" = 'tournament-organizer') limit 1)
0.46ms
sqlite
select exists(select * from "roles" where ("name" = 'team-manager')) as "exists"
0.07ms
sqlite
update "roles" set "uuid" = '55eea2b7-fa3c-4aec-83f7-13b2d269b1a4', "display_name" = 'Team Manager', "description" = 'Team Manager platform role', "is_system" = 1, "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "roles"."rowid" from "roles" where ("name" = 'team-manager') limit 1)
0.45ms
sqlite
select exists(select * from "roles" where ("name" = 'sponsor')) as "exists"
0.07ms
sqlite
update "roles" set "uuid" = '19c4a7c5-e2f0-4449-9c6b-0c4ecfbbe20d', "display_name" = 'Sponsor', "description" = 'Sponsor platform role', "is_system" = 1, "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "roles"."rowid" from "roles" where ("name" = 'sponsor') limit 1)
1.49ms
sqlite
select exists(select * from "roles" where ("name" = 'donor')) as "exists"
0.11ms
sqlite
update "roles" set "uuid" = 'f245dee1-a25e-4e2f-b97a-7bcd60165fde', "display_name" = 'Donor', "description" = 'Donor platform role', "is_system" = 1, "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "roles"."rowid" from "roles" where ("name" = 'donor') limit 1)
0.51ms
sqlite
select exists(select * from "roles" where ("name" = 'volunteer')) as "exists"
0.08ms
sqlite
update "roles" set "uuid" = '5c0bda5a-6104-4f85-916a-7b72041a63f0', "display_name" = 'Volunteer', "description" = 'Volunteer platform role', "is_system" = 1, "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "roles"."rowid" from "roles" where ("name" = 'volunteer') limit 1)
0.93ms
sqlite
select exists(select * from "roles" where ("name" = 'referee')) as "exists"
0.1ms
sqlite
update "roles" set "uuid" = '46027fe8-2dfa-4f77-93f4-941297b8fd66', "display_name" = 'Referee', "description" = 'Referee platform role', "is_system" = 1, "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "roles"."rowid" from "roles" where ("name" = 'referee') limit 1)
0.45ms
sqlite
select "id" from "roles" where "name" = 'super-administrator' limit 1
0.07ms
sqlite
select "id" from "permissions"
0.06ms
sqlite
select exists(select * from "permission_role" where ("role_id" = 1 and "permission_id" = 11)) as "exists"
0.07ms
sqlite
update "permission_role" set "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permission_role"."rowid" from "permission_role" where ("role_id" = 1 and "permission_id" = 11) limit 1)
0.43ms
sqlite
select exists(select * from "permission_role" where ("role_id" = 1 and "permission_id" = 17)) as "exists"
0.09ms
sqlite
update "permission_role" set "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permission_role"."rowid" from "permission_role" where ("role_id" = 1 and "permission_id" = 17) limit 1)
0.4ms
sqlite
select exists(select * from "permission_role" where ("role_id" = 1 and "permission_id" = 9)) as "exists"
0.07ms
sqlite
update "permission_role" set "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permission_role"."rowid" from "permission_role" where ("role_id" = 1 and "permission_id" = 9) limit 1)
0.45ms
sqlite
select exists(select * from "permission_role" where ("role_id" = 1 and "permission_id" = 6)) as "exists"
0.07ms
sqlite
update "permission_role" set "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permission_role"."rowid" from "permission_role" where ("role_id" = 1 and "permission_id" = 6) limit 1)
0.42ms
sqlite
select exists(select * from "permission_role" where ("role_id" = 1 and "permission_id" = 4)) as "exists"
0.08ms
sqlite
update "permission_role" set "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permission_role"."rowid" from "permission_role" where ("role_id" = 1 and "permission_id" = 4) limit 1)
0.5ms
sqlite
select exists(select * from "permission_role" where ("role_id" = 1 and "permission_id" = 14)) as "exists"
0.07ms
sqlite
update "permission_role" set "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permission_role"."rowid" from "permission_role" where ("role_id" = 1 and "permission_id" = 14) limit 1)
0.45ms
sqlite
select exists(select * from "permission_role" where ("role_id" = 1 and "permission_id" = 7)) as "exists"
0.07ms
sqlite
update "permission_role" set "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permission_role"."rowid" from "permission_role" where ("role_id" = 1 and "permission_id" = 7) limit 1)
0.46ms
sqlite
select exists(select * from "permission_role" where ("role_id" = 1 and "permission_id" = 15)) as "exists"
0.09ms
sqlite
update "permission_role" set "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permission_role"."rowid" from "permission_role" where ("role_id" = 1 and "permission_id" = 15) limit 1)
0.47ms
sqlite
select exists(select * from "permission_role" where ("role_id" = 1 and "permission_id" = 16)) as "exists"
0.07ms
sqlite
update "permission_role" set "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permission_role"."rowid" from "permission_role" where ("role_id" = 1 and "permission_id" = 16) limit 1)
0.48ms
sqlite
select exists(select * from "permission_role" where ("role_id" = 1 and "permission_id" = 10)) as "exists"
0.07ms
sqlite
update "permission_role" set "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permission_role"."rowid" from "permission_role" where ("role_id" = 1 and "permission_id" = 10) limit 1)
0.52ms
sqlite
select exists(select * from "permission_role" where ("role_id" = 1 and "permission_id" = 8)) as "exists"
0.07ms
sqlite
update "permission_role" set "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permission_role"."rowid" from "permission_role" where ("role_id" = 1 and "permission_id" = 8) limit 1)
0.89ms
sqlite
select exists(select * from "permission_role" where ("role_id" = 1 and "permission_id" = 3)) as "exists"
0.09ms
sqlite
update "permission_role" set "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permission_role"."rowid" from "permission_role" where ("role_id" = 1 and "permission_id" = 3) limit 1)
0.5ms
sqlite
select exists(select * from "permission_role" where ("role_id" = 1 and "permission_id" = 5)) as "exists"
0.07ms
sqlite
update "permission_role" set "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permission_role"."rowid" from "permission_role" where ("role_id" = 1 and "permission_id" = 5) limit 1)
0.5ms
sqlite
select exists(select * from "permission_role" where ("role_id" = 1 and "permission_id" = 12)) as "exists"
0.08ms
sqlite
update "permission_role" set "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permission_role"."rowid" from "permission_role" where ("role_id" = 1 and "permission_id" = 12) limit 1)
0.51ms
sqlite
select exists(select * from "permission_role" where ("role_id" = 1 and "permission_id" = 1)) as "exists"
0.07ms
sqlite
update "permission_role" set "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permission_role"."rowid" from "permission_role" where ("role_id" = 1 and "permission_id" = 1) limit 1)
0.52ms
sqlite
select exists(select * from "permission_role" where ("role_id" = 1 and "permission_id" = 2)) as "exists"
0.07ms
sqlite
update "permission_role" set "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permission_role"."rowid" from "permission_role" where ("role_id" = 1 and "permission_id" = 2) limit 1)
0.52ms
sqlite
select exists(select * from "permission_role" where ("role_id" = 1 and "permission_id" = 13)) as "exists"
0.08ms
sqlite
update "permission_role" set "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "permission_role"."rowid" from "permission_role" where ("role_id" = 1 and "permission_id" = 13) limit 1)
0.66ms
sqlite
select exists(select * from "sponsorship_packages" where ("slug" = 'platinum')) as "exists"
0.1ms
sqlite
update "sponsorship_packages" set "uuid" = 'f80ebabe-6a26-47ce-9e2b-71501e7dee2e', "name" = 'Platinum', "level" = 'platinum', "amount" = 1000000, "currency" = 'KES', "benefits" = '["Title placement","Premium branding","Sponsor dashboard","Monthly impact report"]', "exposure_commitments" = '{"reporting":true,"brand_assets":true}', "status" = 'active', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "sponsorship_packages"."rowid" from "sponsorship_packages" where ("slug" = 'platinum') limit 1)
0.62ms
sqlite
select exists(select * from "sponsorship_packages" where ("slug" = 'gold')) as "exists"
0.08ms
sqlite
update "sponsorship_packages" set "uuid" = '4d9dee1d-f2f6-4bac-8492-b33864c72ef7', "name" = 'Gold', "level" = 'gold', "amount" = 500000, "currency" = 'KES', "benefits" = '["Featured branding","Campaign placement","Sponsor dashboard"]', "exposure_commitments" = '{"reporting":true,"brand_assets":true}', "status" = 'active', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "sponsorship_packages"."rowid" from "sponsorship_packages" where ("slug" = 'gold') limit 1)
0.59ms
sqlite
select exists(select * from "sponsorship_packages" where ("slug" = 'silver')) as "exists"
0.08ms
sqlite
update "sponsorship_packages" set "uuid" = 'd96ea113-8491-4894-86b7-0aa95e7fe5f3', "name" = 'Silver', "level" = 'silver', "amount" = 250000, "currency" = 'KES', "benefits" = '["Website branding","Quarterly impact report"]', "exposure_commitments" = '{"reporting":true,"brand_assets":true}', "status" = 'active', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "sponsorship_packages"."rowid" from "sponsorship_packages" where ("slug" = 'silver') limit 1)
0.62ms
sqlite
select exists(select * from "sponsorship_packages" where ("slug" = 'bronze')) as "exists"
0.08ms
sqlite
update "sponsorship_packages" set "uuid" = 'd8f823eb-58c2-46b1-aa10-ce868bab966f', "name" = 'Bronze', "level" = 'bronze', "amount" = 100000, "currency" = 'KES', "benefits" = '["Sponsor listing","Campaign acknowledgement"]', "exposure_commitments" = '{"reporting":true,"brand_assets":true}', "status" = 'active', "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "sponsorship_packages"."rowid" from "sponsorship_packages" where ("slug" = 'bronze') limit 1)
0.58ms
sqlite
select exists(select * from "settings" where ("key" = 'platform.name')) as "exists"
0.08ms
sqlite
update "settings" set "group" = 'general', "type" = 'string', "value" = '"KickImpact"', "is_public" = 1, "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "settings"."rowid" from "settings" where ("key" = 'platform.name') limit 1)
0.55ms
sqlite
select exists(select * from "settings" where ("key" = 'standings.win_points')) as "exists"
0.08ms
sqlite
update "settings" set "group" = 'tournaments', "type" = 'integer', "value" = '3', "is_public" = 0, "created_at" = '2026-06-06 12:28:25', "updated_at" = '2026-06-06 12:28:25' where "rowid" in (select "settings"."rowid" from "settings" where ("key" = 'standings.win_points') limit 1)
0.52ms

Headers

host
localhost:8000
user-agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
accept
*/*
accept-language
en-us,en;q=0.5
accept-charset
ISO-8859-1,utf-8;q=0.7,*;q=0.7
accept-encoding
gzip, br, zstd, deflate
x-https
1

Body

// No request body

Routing

// No routing context

Routing parameters

// No routing parameters