[2025-10-21 05:42:20] local.ERROR: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (Connection: mysql, SQL: alter table `users` add unique `users_email_unique`(`email`)) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (Connection: mysql, SQL: alter table `users` add unique `users_email_unique`(`email`)) at /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php:824)
[stacktrace]
#0 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php(778): Illuminate\\Database\\Connection->runQueryCallback('alter table `us...', Array, Object(Closure))
#1 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php(559): Illuminate\\Database\\Connection->run('alter table `us...', Array, Object(Closure))
#2 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Schema/Blueprint.php(121): Illuminate\\Database\\Connection->statement('alter table `us...')
#3 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(618): Illuminate\\Database\\Schema\\Blueprint->build()
#4 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(472): Illuminate\\Database\\Schema\\Builder->build(Object(Illuminate\\Database\\Schema\\Blueprint))
#5 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate\\Database\\Schema\\Builder->create('users', Object(Closure))
#6 /Users/macbookpro/dating-app/backend/database/migrations/0001_01_01_000000_create_users_table.php(14): Illuminate\\Support\\Facades\\Facade::__callStatic('create', Array)
#7 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(514): Illuminate\\Database\\Migrations\\Migration@anonymous->up()
#8 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(439): Illuminate\\Database\\Migrations\\Migrator->runMethod(Object(Illuminate\\Database\\MySqlConnection), Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#9 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(448): Illuminate\\Database\\Migrations\\Migrator->Illuminate\\Database\\Migrations\\{closure}()
#10 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->runMigration(Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#11 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Console/View/Components/Task.php(41): Illuminate\\Database\\Migrations\\Migrator->Illuminate\\Database\\Migrations\\{closure}()
#12 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(809): Illuminate\\Console\\View\\Components\\Task->render('0001_01_01_0000...', Object(Closure))
#13 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->write('Illuminate\\\\Cons...', '0001_01_01_0000...', Object(Closure))
#14 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(210): Illuminate\\Database\\Migrations\\Migrator->runUp('/Users/macbookp...', 1, false)
#15 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(137): Illuminate\\Database\\Migrations\\Migrator->runPending(Array, Array)
#16 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(116): Illuminate\\Database\\Migrations\\Migrator->run(Array, Array)
#17 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(666): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->Illuminate\\Database\\Console\\Migrations\\{closure}()
#18 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(109): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#19 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(88): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->runMigrations()
#20 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#21 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#22 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#23 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#24 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/Container.php(836): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#25 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)
#26 /Users/macbookpro/dating-app/backend/vendor/symfony/console/Command/Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Illuminate\\Console\\OutputStyle))
#27 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Illuminate\\Console\\OutputStyle))
#28 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(68): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Illuminate\\Console\\OutputStyle))
#29 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(29): Illuminate\\Console\\Command->runCommand('migrate', Array, Object(Illuminate\\Console\\OutputStyle))
#30 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(81): Illuminate\\Console\\Command->call('migrate', Array)
#31 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle()
#32 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#33 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#34 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#35 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/Container.php(836): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#36 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)
#37 /Users/macbookpro/dating-app/backend/vendor/symfony/console/Command/Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#38 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#39 /Users/macbookpro/dating-app/backend/vendor/symfony/console/Application.php(1110): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#40 /Users/macbookpro/dating-app/backend/vendor/symfony/console/Application.php(359): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\FreshCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#41 /Users/macbookpro/dating-app/backend/vendor/symfony/console/Application.php(194): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#42 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#43 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#44 /Users/macbookpro/dating-app/backend/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#45 {main}

[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes at /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php:570)
[stacktrace]
#0 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php(570): PDOStatement->execute()
#1 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php(811): Illuminate\\Database\\Connection->Illuminate\\Database\\{closure}('alter table `us...', Array)
#2 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php(778): Illuminate\\Database\\Connection->runQueryCallback('alter table `us...', Array, Object(Closure))
#3 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php(559): Illuminate\\Database\\Connection->run('alter table `us...', Array, Object(Closure))
#4 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Schema/Blueprint.php(121): Illuminate\\Database\\Connection->statement('alter table `us...')
#5 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(618): Illuminate\\Database\\Schema\\Blueprint->build()
#6 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(472): Illuminate\\Database\\Schema\\Builder->build(Object(Illuminate\\Database\\Schema\\Blueprint))
#7 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): Illuminate\\Database\\Schema\\Builder->create('users', Object(Closure))
#8 /Users/macbookpro/dating-app/backend/database/migrations/0001_01_01_000000_create_users_table.php(14): Illuminate\\Support\\Facades\\Facade::__callStatic('create', Array)
#9 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(514): Illuminate\\Database\\Migrations\\Migration@anonymous->up()
#10 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(439): Illuminate\\Database\\Migrations\\Migrator->runMethod(Object(Illuminate\\Database\\MySqlConnection), Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#11 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(448): Illuminate\\Database\\Migrations\\Migrator->Illuminate\\Database\\Migrations\\{closure}()
#12 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->runMigration(Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#13 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Console/View/Components/Task.php(41): Illuminate\\Database\\Migrations\\Migrator->Illuminate\\Database\\Migrations\\{closure}()
#14 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(809): Illuminate\\Console\\View\\Components\\Task->render('0001_01_01_0000...', Object(Closure))
#15 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(250): Illuminate\\Database\\Migrations\\Migrator->write('Illuminate\\\\Cons...', '0001_01_01_0000...', Object(Closure))
#16 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(210): Illuminate\\Database\\Migrations\\Migrator->runUp('/Users/macbookp...', 1, false)
#17 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(137): Illuminate\\Database\\Migrations\\Migrator->runPending(Array, Array)
#18 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(116): Illuminate\\Database\\Migrations\\Migrator->run(Array, Array)
#19 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(666): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->Illuminate\\Database\\Console\\Migrations\\{closure}()
#20 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(109): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#21 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(88): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->runMigrations()
#22 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#23 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#24 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#25 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#26 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/Container.php(836): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#27 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)
#28 /Users/macbookpro/dating-app/backend/vendor/symfony/console/Command/Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Illuminate\\Console\\OutputStyle))
#29 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Illuminate\\Console\\OutputStyle))
#30 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(68): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArrayInput), Object(Illuminate\\Console\\OutputStyle))
#31 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php(29): Illuminate\\Console\\Command->runCommand('migrate', Array, Object(Illuminate\\Console\\OutputStyle))
#32 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php(81): Illuminate\\Console\\Command->call('migrate', Array)
#33 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\FreshCommand->handle()
#34 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#35 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#36 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#37 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Container/Container.php(836): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#38 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)
#39 /Users/macbookpro/dating-app/backend/vendor/symfony/console/Command/Command.php(318): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#40 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#41 /Users/macbookpro/dating-app/backend/vendor/symfony/console/Application.php(1110): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#42 /Users/macbookpro/dating-app/backend/vendor/symfony/console/Application.php(359): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\FreshCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#43 /Users/macbookpro/dating-app/backend/vendor/symfony/console/Application.php(194): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#44 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#45 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#46 /Users/macbookpro/dating-app/backend/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#47 {main}
"} 
[2025-10-21 05:42:57] local.ERROR: syntax error, unexpected namespaced name "Illuminate\Support\Facades\Schema" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected namespaced name \"Illuminate\\Support\\Facades\\Schema\" at /Users/macbookpro/dating-app/backend/app/Providers/AppServiceProvider.php:5)
[stacktrace]
#0 /Users/macbookpro/dating-app/backend/vendor/composer/ClassLoader.php(427): Composer\\Autoload\\{closure}('/Users/macbookp...')
#1 [internal function]: Composer\\Autoload\\ClassLoader->loadClass('App\\\\Providers\\\\A...')
#2 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterProviders.php(52): class_exists('App\\\\Providers\\\\A...')
#3 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterProviders.php(34): Illuminate\\Foundation\\Bootstrap\\RegisterProviders->mergeAdditionalProviders(Object(Illuminate\\Foundation\\Application))
#4 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate\\Foundation\\Bootstrap\\RegisterProviders->bootstrap(Object(Illuminate\\Foundation\\Application))
#5 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(473): Illuminate\\Foundation\\Application->bootstrapWith(Array)
#6 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(195): Illuminate\\Foundation\\Console\\Kernel->bootstrap()
#7 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#8 /Users/macbookpro/dating-app/backend/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#9 {main}
"} 
[2025-10-21 05:54:14] local.ERROR: Command "make:console-kernel" is not defined.

Did you mean one of these?
    make:cache-table
    make:cast
    make:channel
    make:class
    make:command
    make:component
    make:config
    make:controller
    make:enum
    make:event
    make:exception
    make:factory
    make:interface
    make:job
    make:job-middleware
    make:listener
    make:mail
    make:middleware
    make:migration
    make:model
    make:notification
    make:notifications-table
    make:observer
    make:policy
    make:provider
    make:queue-batches-table
    make:queue-failed-table
    make:queue-table
    make:request
    make:resource
    make:rule
    make:scope
    make:seeder
    make:session-table
    make:test
    make:trait
    make:view {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"make:console-kernel\" is not defined.

Did you mean one of these?
    make:cache-table
    make:cast
    make:channel
    make:class
    make:command
    make:component
    make:config
    make:controller
    make:enum
    make:event
    make:exception
    make:factory
    make:interface
    make:job
    make:job-middleware
    make:listener
    make:mail
    make:middleware
    make:migration
    make:model
    make:notification
    make:notifications-table
    make:observer
    make:policy
    make:provider
    make:queue-batches-table
    make:queue-failed-table
    make:queue-table
    make:request
    make:resource
    make:rule
    make:scope
    make:seeder
    make:session-table
    make:test
    make:trait
    make:view at /Users/macbookpro/dating-app/backend/vendor/symfony/console/Application.php:743)
[stacktrace]
#0 /Users/macbookpro/dating-app/backend/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->find('make:console-ke...')
#1 /Users/macbookpro/dating-app/backend/vendor/symfony/console/Application.php(194): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#2 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#3 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#4 /Users/macbookpro/dating-app/backend/artisan(16): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#5 {main}
"} 
[2025-10-21 05:56:31] local.DEBUG: From: Laravel <hello@example.com>
To: admin@datingapp.com
Subject: Popular People Alert - Dating App
MIME-Version: 1.0
Date: Tue, 21 Oct 2025 05:56:31 +0000
Message-ID: <ad3acda5e87cdb8d3f024f6c78827ea9@example.com>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Popular People Alert:

- Sarah Johnson (25) has 54 likes
  
[2025-10-21 05:56:31] local.INFO: Popular people email sent {"count":1} 
[2025-10-21 06:27:46] local.DEBUG: From: Laravel <hello@example.com>
To: admin@datingapp.com
Subject: Popular People Alert - Dating App
MIME-Version: 1.0
Date: Tue, 21 Oct 2025 06:27:46 +0000
Message-ID: <ad558b84734d3da1a54bdbb3e7952b63@example.com>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Popular People Alert:

- Sarah Johnson (25) has 51 likes
  
[2025-10-21 06:27:46] local.INFO: Popular people email sent {"count":1} 
[2025-10-21 09:21:27] production.ERROR: SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, SQL: select * from `sessions` where `id` = svIRRgmiRKu8vR5OgoHUAxTfEcQJTa8fhO4afKKI limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 2002): SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, SQL: select * from `sessions` where `id` = svIRRgmiRKu8vR5OgoHUAxTfEcQJTa8fhO4afKKI limit 1) at /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php:824)
[stacktrace]
#0 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php(978): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#1 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php(957): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#2 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php(780): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#3 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php(397): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#4 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3188): Illuminate\\Database\\Connection->select('select * from `...', Array, false)
#5 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3173): Illuminate\\Database\\Query\\Builder->runSelect()
#6 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3763): Illuminate\\Database\\Query\\Builder->Illuminate\\Database\\Query\\{closure}()
#7 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3172): Illuminate\\Database\\Query\\Builder->onceWithColumns(Array, Object(Closure))
#8 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Query\\Builder->get(Array)
#9 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3095): Illuminate\\Database\\Query\\Builder->first(Array)
#10 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php(96): Illuminate\\Database\\Query\\Builder->find('svIRRgmiRKu8vR5...')
#11 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Session/Store.php(117): Illuminate\\Session\\DatabaseSessionHandler->read('svIRRgmiRKu8vR5...')
#12 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Session/Store.php(105): Illuminate\\Session\\Store->readFromHandler()
#13 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Session/Store.php(89): Illuminate\\Session\\Store->loadSession()
#14 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(146): Illuminate\\Session\\Store->start()
#15 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Support/helpers.php(390): Illuminate\\Session\\Middleware\\StartSession->Illuminate\\Session\\Middleware\\{closure}(Object(Illuminate\\Session\\Store))
#16 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(143): tap(Object(Illuminate\\Session\\Store), Object(Closure))
#17 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(115): Illuminate\\Session\\Middleware\\StartSession->startSession(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store))
#18 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#19 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#24 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#25 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#26 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#27 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#28 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#29 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#30 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#31 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#32 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#33 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#35 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#36 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#44 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#45 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#46 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#47 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#48 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#49 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#50 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#51 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#52 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#53 /Users/macbookpro/dating-app/backend/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest(Object(Illuminate\\Http\\Request))
#54 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('/Users/macbookp...')
#55 {main}

[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] No such file or directory at /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:66)
[stacktrace]
#0 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(66): PDO->__construct('mysql:host=loca...', 'bagospro_dummy', Object(SensitiveParameterValue), Array)
#1 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(85): Illuminate\\Database\\Connectors\\Connector->createPdoConnection('mysql:host=loca...', 'bagospro_dummy', Object(SensitiveParameterValue), Array)
#2 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(48): Illuminate\\Database\\Connectors\\Connector->tryAgainIfCausedByLostConnection(Object(PDOException), 'mysql:host=loca...', 'bagospro_dummy', Object(SensitiveParameterValue), Array)
#3 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=loca...', Array, Array)
#4 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(184): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)
#5 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->Illuminate\\Database\\Connectors\\{closure}()
#6 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1230): call_user_func(Object(Closure))
#7 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php(511): Illuminate\\Database\\Connection->getPdo()
#8 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php(406): Illuminate\\Database\\Connection->getPdoForSelect(false)
#9 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php(811): Illuminate\\Database\\Connection->Illuminate\\Database\\{closure}('select * from `...', Array)
#10 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php(978): Illuminate\\Database\\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
#11 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php(957): Illuminate\\Database\\Connection->tryAgainIfCausedByLostConnection(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#12 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php(780): Illuminate\\Database\\Connection->handleQueryException(Object(Illuminate\\Database\\QueryException), 'select * from `...', Array, Object(Closure))
#13 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Connection.php(397): Illuminate\\Database\\Connection->run('select * from `...', Array, Object(Closure))
#14 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3188): Illuminate\\Database\\Connection->select('select * from `...', Array, false)
#15 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3173): Illuminate\\Database\\Query\\Builder->runSelect()
#16 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3763): Illuminate\\Database\\Query\\Builder->Illuminate\\Database\\Query\\{closure}()
#17 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3172): Illuminate\\Database\\Query\\Builder->onceWithColumns(Array, Object(Closure))
#18 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Query\\Builder->get(Array)
#19 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3095): Illuminate\\Database\\Query\\Builder->first(Array)
#20 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php(96): Illuminate\\Database\\Query\\Builder->find('svIRRgmiRKu8vR5...')
#21 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Session/Store.php(117): Illuminate\\Session\\DatabaseSessionHandler->read('svIRRgmiRKu8vR5...')
#22 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Session/Store.php(105): Illuminate\\Session\\Store->readFromHandler()
#23 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Session/Store.php(89): Illuminate\\Session\\Store->loadSession()
#24 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(146): Illuminate\\Session\\Store->start()
#25 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Support/helpers.php(390): Illuminate\\Session\\Middleware\\StartSession->Illuminate\\Session\\Middleware\\{closure}(Object(Illuminate\\Session\\Store))
#26 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(143): tap(Object(Illuminate\\Session\\Store), Object(Closure))
#27 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(115): Illuminate\\Session\\Middleware\\StartSession->startSession(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store))
#28 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#29 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#30 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#31 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#35 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#36 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#37 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#38 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#39 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#40 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#41 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#46 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#47 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#48 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#49 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#50 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#51 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#52 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#53 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#54 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#55 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#56 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#57 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#58 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#59 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#60 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#61 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#62 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#63 /Users/macbookpro/dating-app/backend/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest(Object(Illuminate\\Http\\Request))
#64 /Users/macbookpro/dating-app/backend/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(23): require_once('/Users/macbookp...')
#65 {main}
"} 
[2025-10-21 10:59:56] production.ERROR: Class "Illuminate\Testing\ParallelTestingServiceProvider" not found {"exception":"[object] (Error(code: 0): Class \"Illuminate\\Testing\\ParallelTestingServiceProvider\" not found at /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:961)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(893): Illuminate\\Foundation\\Application->resolveProvider()
#1 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/AggregateServiceProvider.php(31): Illuminate\\Foundation\\Application->register()
#2 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Providers/FoundationServiceProvider.php(88): Illuminate\\Support\\AggregateServiceProvider->register()
#3 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(896): Illuminate\\Foundation\\Providers\\FoundationServiceProvider->register()
#4 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php(74): Illuminate\\Foundation\\Application->register()
#5 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(871): Illuminate\\Foundation\\ProviderRepository->load()
#6 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterProviders.php(37): Illuminate\\Foundation\\Application->registerConfiguredProviders()
#7 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate\\Foundation\\Bootstrap\\RegisterProviders->bootstrap()
#8 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(186): Illuminate\\Foundation\\Application->bootstrapWith()
#9 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(170): Illuminate\\Foundation\\Http\\Kernel->bootstrap()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#12 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#13 {main}
"} 
[2025-10-21 10:59:56] production.ERROR: Target class [view] does not exist. {"exception":"[object] (Illuminate\\Contracts\\Container\\BindingResolutionException(code: 0): Target class [view] does not exist. at /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1163)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(972): Illuminate\\Container\\Container->build()
#1 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\\Container\\Container->resolve()
#2 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(903): Illuminate\\Foundation\\Application->resolve()
#3 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\\Container\\Container->make()
#4 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1856): Illuminate\\Foundation\\Application->make()
#5 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(240): Illuminate\\Container\\Container->offsetGet()
#6 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(211): Illuminate\\Support\\Facades\\Facade::resolveFacadeInstance()
#7 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(357): Illuminate\\Support\\Facades\\Facade::getFacadeRoot()
#8 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/RegisterErrorViewPaths.php(17): Illuminate\\Support\\Facades\\Facade::__callStatic()
#9 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(947): Illuminate\\Foundation\\Exceptions\\RegisterErrorViewPaths->__invoke()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(922): Illuminate\\Foundation\\Exceptions\\Handler->registerErrorViewPaths()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(847): Illuminate\\Foundation\\Exceptions\\Handler->renderHttpException()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(574): Illuminate\\Foundation\\Exceptions\\Handler->render()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(148): Illuminate\\Foundation\\Http\\Kernel->renderException()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#17 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#18 {main}

[previous exception] [object] (ReflectionException(code: -1): Class \"view\" does not exist at /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1161)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1161): ReflectionClass->__construct()
#1 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(972): Illuminate\\Container\\Container->build()
#2 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\\Container\\Container->resolve()
#3 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(903): Illuminate\\Foundation\\Application->resolve()
#4 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\\Container\\Container->make()
#5 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1856): Illuminate\\Foundation\\Application->make()
#6 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(240): Illuminate\\Container\\Container->offsetGet()
#7 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(211): Illuminate\\Support\\Facades\\Facade::resolveFacadeInstance()
#8 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(357): Illuminate\\Support\\Facades\\Facade::getFacadeRoot()
#9 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/RegisterErrorViewPaths.php(17): Illuminate\\Support\\Facades\\Facade::__callStatic()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(947): Illuminate\\Foundation\\Exceptions\\RegisterErrorViewPaths->__invoke()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(922): Illuminate\\Foundation\\Exceptions\\Handler->registerErrorViewPaths()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(847): Illuminate\\Foundation\\Exceptions\\Handler->renderHttpException()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(574): Illuminate\\Foundation\\Exceptions\\Handler->render()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(148): Illuminate\\Foundation\\Http\\Kernel->renderException()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#18 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#19 {main}
"} 
[2025-10-21 10:59:56] production.ERROR: Uncaught ReflectionException: Class "view" does not exist in /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1161
Stack trace:
#0 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1161): ReflectionClass->__construct()
#1 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(972): Illuminate\Container\Container->build()
#2 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\Container\Container->resolve()
#3 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(903): Illuminate\Foundation\Application->resolve()
#4 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\Container\Container->make()
#5 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1856): Illuminate\Foundation\Application->make()
#6 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(240): Illuminate\Container\Container->offsetGet()
#7 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(211): Illuminate\Support\Facades\Facade::resolveFacadeInstance()
#8 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(357): Illuminate\Support\Facades\Facade::getFacadeRoot()
#9 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/RegisterErrorViewPaths.php(17): Illuminate\Support\Facades\Facade::__callStatic()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(947): Illuminate\Foundation\Exceptions\RegisterErrorViewPaths->__invoke()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(922): Illuminate\Foundation\Exceptions\Handler->registerErrorViewPaths()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(847): Illuminate\Foundation\Exceptions\Handler->renderHttpException()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\Foundation\Exceptions\Handler->prepareResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\Foundation\Exceptions\Handler->renderExceptionResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(221): Illuminate\Foundation\Exceptions\Handler->render()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(198): Illuminate\Foundation\Bootstrap\HandleExceptions->renderHttpResponse()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\Foundation\Bootstrap\HandleExceptions->handleException()
#18 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->Illuminate\Foundation\Bootstrap\{closure}()
#19 {main}

Next Illuminate\Contracts\Container\BindingResolutionException: Target class [view] does not exist. in /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1163
Stack trace:
#0 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(972): Illuminate\Container\Container->build()
#1 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\Container\Container->resolve()
#2 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(903): Illuminate\Foundation\Application->resolve()
#3 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\Container\Container->make()
#4 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1856): Illuminate\Foundation\Application->make()
#5 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(240): Illuminate\Container\Container->offsetGet()
#6 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(211): Illuminate\Support\Facades\Facade::resolveFacadeInstance()
#7 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(357): Illuminate\Support\Facades\Facade::getFacadeRoot()
#8 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/RegisterErrorViewPaths.php(17): Illuminate\Support\Facades\Facade::__callStatic()
#9 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(947): Illuminate\Foundation\Exceptions\RegisterErrorViewPaths->__invoke()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(922): Illuminate\Foundation\Exceptions\Handler->registerErrorViewPaths()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(847): Illuminate\Foundation\Exceptions\Handler->renderHttpException()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\Foundation\Exceptions\Handler->prepareResponse()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\Foundation\Exceptions\Handler->renderExceptionResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(221): Illuminate\Foundation\Exceptions\Handler->render()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(198): Illuminate\Foundation\Bootstrap\HandleExceptions->renderHttpResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\Foundation\Bootstrap\HandleExceptions->handleException()
#17 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->Illuminate\Foundation\Bootstrap\{closure}()
#18 {main}
  thrown {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Uncaught ReflectionException: Class \"view\" does not exist in /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1161
Stack trace:
#0 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1161): ReflectionClass->__construct()
#1 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(972): Illuminate\\Container\\Container->build()
#2 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\\Container\\Container->resolve()
#3 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(903): Illuminate\\Foundation\\Application->resolve()
#4 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\\Container\\Container->make()
#5 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1856): Illuminate\\Foundation\\Application->make()
#6 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(240): Illuminate\\Container\\Container->offsetGet()
#7 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(211): Illuminate\\Support\\Facades\\Facade::resolveFacadeInstance()
#8 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(357): Illuminate\\Support\\Facades\\Facade::getFacadeRoot()
#9 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/RegisterErrorViewPaths.php(17): Illuminate\\Support\\Facades\\Facade::__callStatic()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(947): Illuminate\\Foundation\\Exceptions\\RegisterErrorViewPaths->__invoke()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(922): Illuminate\\Foundation\\Exceptions\\Handler->registerErrorViewPaths()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(847): Illuminate\\Foundation\\Exceptions\\Handler->renderHttpException()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(221): Illuminate\\Foundation\\Exceptions\\Handler->render()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(198): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->renderHttpResponse()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleException()
#18 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->Illuminate\\Foundation\\Bootstrap\\{closure}()
#19 {main}

Next Illuminate\\Contracts\\Container\\BindingResolutionException: Target class [view] does not exist. in /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1163
Stack trace:
#0 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(972): Illuminate\\Container\\Container->build()
#1 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\\Container\\Container->resolve()
#2 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(903): Illuminate\\Foundation\\Application->resolve()
#3 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\\Container\\Container->make()
#4 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1856): Illuminate\\Foundation\\Application->make()
#5 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(240): Illuminate\\Container\\Container->offsetGet()
#6 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(211): Illuminate\\Support\\Facades\\Facade::resolveFacadeInstance()
#7 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(357): Illuminate\\Support\\Facades\\Facade::getFacadeRoot()
#8 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/RegisterErrorViewPaths.php(17): Illuminate\\Support\\Facades\\Facade::__callStatic()
#9 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(947): Illuminate\\Foundation\\Exceptions\\RegisterErrorViewPaths->__invoke()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(922): Illuminate\\Foundation\\Exceptions\\Handler->registerErrorViewPaths()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(847): Illuminate\\Foundation\\Exceptions\\Handler->renderHttpException()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(221): Illuminate\\Foundation\\Exceptions\\Handler->render()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(198): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->renderHttpResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleException()
#17 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->Illuminate\\Foundation\\Bootstrap\\{closure}()
#18 {main}
  thrown at /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1163)
[stacktrace]
#0 {main}
"} 
[2025-10-21 11:05:40] production.ERROR: Unclosed '(' {"exception":"[object] (ParseError(code: 0): Unclosed '(' at /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:600)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/composer/ClassLoader.php(427): Composer\\Autoload\\{closure}()
#1 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(290): Composer\\Autoload\\ClassLoader->loadClass()
#2 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1154): Illuminate\\Foundation\\Application->Illuminate\\Foundation\\{closure}()
#3 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(972): Illuminate\\Container\\Container->build()
#4 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\\Container\\Container->resolve()
#5 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(903): Illuminate\\Foundation\\Application->resolve()
#6 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\\Container\\Container->make()
#7 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\\Foundation\\Application->make()
#8 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(342): Illuminate\\Foundation\\Bootstrap\\RegisterFacades->bootstrap()
#9 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(186): Illuminate\\Foundation\\Application->bootstrapWith()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(170): Illuminate\\Foundation\\Http\\Kernel->bootstrap()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#13 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#14 {main}
"} 
[2025-10-21 11:05:40] production.ERROR: Target class [view] does not exist. {"exception":"[object] (Illuminate\\Contracts\\Container\\BindingResolutionException(code: 0): Target class [view] does not exist. at /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1163)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(972): Illuminate\\Container\\Container->build()
#1 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\\Container\\Container->resolve()
#2 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(903): Illuminate\\Foundation\\Application->resolve()
#3 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\\Container\\Container->make()
#4 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1856): Illuminate\\Foundation\\Application->make()
#5 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(240): Illuminate\\Container\\Container->offsetGet()
#6 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(211): Illuminate\\Support\\Facades\\Facade::resolveFacadeInstance()
#7 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(357): Illuminate\\Support\\Facades\\Facade::getFacadeRoot()
#8 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/RegisterErrorViewPaths.php(17): Illuminate\\Support\\Facades\\Facade::__callStatic()
#9 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(947): Illuminate\\Foundation\\Exceptions\\RegisterErrorViewPaths->__invoke()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(922): Illuminate\\Foundation\\Exceptions\\Handler->registerErrorViewPaths()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(847): Illuminate\\Foundation\\Exceptions\\Handler->renderHttpException()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(574): Illuminate\\Foundation\\Exceptions\\Handler->render()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(148): Illuminate\\Foundation\\Http\\Kernel->renderException()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#17 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#18 {main}

[previous exception] [object] (ReflectionException(code: -1): Class \"view\" does not exist at /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1161)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1161): ReflectionClass->__construct()
#1 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(972): Illuminate\\Container\\Container->build()
#2 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\\Container\\Container->resolve()
#3 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(903): Illuminate\\Foundation\\Application->resolve()
#4 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\\Container\\Container->make()
#5 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1856): Illuminate\\Foundation\\Application->make()
#6 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(240): Illuminate\\Container\\Container->offsetGet()
#7 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(211): Illuminate\\Support\\Facades\\Facade::resolveFacadeInstance()
#8 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(357): Illuminate\\Support\\Facades\\Facade::getFacadeRoot()
#9 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/RegisterErrorViewPaths.php(17): Illuminate\\Support\\Facades\\Facade::__callStatic()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(947): Illuminate\\Foundation\\Exceptions\\RegisterErrorViewPaths->__invoke()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(922): Illuminate\\Foundation\\Exceptions\\Handler->registerErrorViewPaths()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(847): Illuminate\\Foundation\\Exceptions\\Handler->renderHttpException()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(574): Illuminate\\Foundation\\Exceptions\\Handler->render()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(148): Illuminate\\Foundation\\Http\\Kernel->renderException()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#18 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#19 {main}
"} 
[2025-10-21 11:05:40] production.ERROR: Uncaught ReflectionException: Class "view" does not exist in /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1161
Stack trace:
#0 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1161): ReflectionClass->__construct()
#1 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(972): Illuminate\Container\Container->build()
#2 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\Container\Container->resolve()
#3 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(903): Illuminate\Foundation\Application->resolve()
#4 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\Container\Container->make()
#5 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1856): Illuminate\Foundation\Application->make()
#6 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(240): Illuminate\Container\Container->offsetGet()
#7 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(211): Illuminate\Support\Facades\Facade::resolveFacadeInstance()
#8 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(357): Illuminate\Support\Facades\Facade::getFacadeRoot()
#9 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/RegisterErrorViewPaths.php(17): Illuminate\Support\Facades\Facade::__callStatic()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(947): Illuminate\Foundation\Exceptions\RegisterErrorViewPaths->__invoke()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(922): Illuminate\Foundation\Exceptions\Handler->registerErrorViewPaths()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(847): Illuminate\Foundation\Exceptions\Handler->renderHttpException()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\Foundation\Exceptions\Handler->prepareResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\Foundation\Exceptions\Handler->renderExceptionResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(221): Illuminate\Foundation\Exceptions\Handler->render()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(198): Illuminate\Foundation\Bootstrap\HandleExceptions->renderHttpResponse()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\Foundation\Bootstrap\HandleExceptions->handleException()
#18 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->Illuminate\Foundation\Bootstrap\{closure}()
#19 {main}

Next Illuminate\Contracts\Container\BindingResolutionException: Target class [view] does not exist. in /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1163
Stack trace:
#0 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(972): Illuminate\Container\Container->build()
#1 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\Container\Container->resolve()
#2 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(903): Illuminate\Foundation\Application->resolve()
#3 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\Container\Container->make()
#4 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1856): Illuminate\Foundation\Application->make()
#5 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(240): Illuminate\Container\Container->offsetGet()
#6 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(211): Illuminate\Support\Facades\Facade::resolveFacadeInstance()
#7 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(357): Illuminate\Support\Facades\Facade::getFacadeRoot()
#8 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/RegisterErrorViewPaths.php(17): Illuminate\Support\Facades\Facade::__callStatic()
#9 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(947): Illuminate\Foundation\Exceptions\RegisterErrorViewPaths->__invoke()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(922): Illuminate\Foundation\Exceptions\Handler->registerErrorViewPaths()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(847): Illuminate\Foundation\Exceptions\Handler->renderHttpException()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\Foundation\Exceptions\Handler->prepareResponse()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\Foundation\Exceptions\Handler->renderExceptionResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(221): Illuminate\Foundation\Exceptions\Handler->render()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(198): Illuminate\Foundation\Bootstrap\HandleExceptions->renderHttpResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\Foundation\Bootstrap\HandleExceptions->handleException()
#17 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->Illuminate\Foundation\Bootstrap\{closure}()
#18 {main}
  thrown {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Uncaught ReflectionException: Class \"view\" does not exist in /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1161
Stack trace:
#0 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1161): ReflectionClass->__construct()
#1 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(972): Illuminate\\Container\\Container->build()
#2 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\\Container\\Container->resolve()
#3 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(903): Illuminate\\Foundation\\Application->resolve()
#4 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\\Container\\Container->make()
#5 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1856): Illuminate\\Foundation\\Application->make()
#6 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(240): Illuminate\\Container\\Container->offsetGet()
#7 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(211): Illuminate\\Support\\Facades\\Facade::resolveFacadeInstance()
#8 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(357): Illuminate\\Support\\Facades\\Facade::getFacadeRoot()
#9 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/RegisterErrorViewPaths.php(17): Illuminate\\Support\\Facades\\Facade::__callStatic()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(947): Illuminate\\Foundation\\Exceptions\\RegisterErrorViewPaths->__invoke()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(922): Illuminate\\Foundation\\Exceptions\\Handler->registerErrorViewPaths()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(847): Illuminate\\Foundation\\Exceptions\\Handler->renderHttpException()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(221): Illuminate\\Foundation\\Exceptions\\Handler->render()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(198): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->renderHttpResponse()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleException()
#18 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->Illuminate\\Foundation\\Bootstrap\\{closure}()
#19 {main}

Next Illuminate\\Contracts\\Container\\BindingResolutionException: Target class [view] does not exist. in /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1163
Stack trace:
#0 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(972): Illuminate\\Container\\Container->build()
#1 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\\Container\\Container->resolve()
#2 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(903): Illuminate\\Foundation\\Application->resolve()
#3 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\\Container\\Container->make()
#4 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(1856): Illuminate\\Foundation\\Application->make()
#5 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(240): Illuminate\\Container\\Container->offsetGet()
#6 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(211): Illuminate\\Support\\Facades\\Facade::resolveFacadeInstance()
#7 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(357): Illuminate\\Support\\Facades\\Facade::getFacadeRoot()
#8 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/RegisterErrorViewPaths.php(17): Illuminate\\Support\\Facades\\Facade::__callStatic()
#9 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(947): Illuminate\\Foundation\\Exceptions\\RegisterErrorViewPaths->__invoke()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(922): Illuminate\\Foundation\\Exceptions\\Handler->registerErrorViewPaths()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(847): Illuminate\\Foundation\\Exceptions\\Handler->renderHttpException()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(221): Illuminate\\Foundation\\Exceptions\\Handler->render()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(198): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->renderHttpResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleException()
#17 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->Illuminate\\Foundation\\Bootstrap\\{closure}()
#18 {main}
  thrown at /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:1163)
[stacktrace]
#0 {main}
"} 
[2025-10-21 12:29:22] local.ERROR: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: mysql, SQL: select * from `sessions` where `id` = Uudl5aSO6OwHHkm1C3zcognwEQkuLWVI4TNkFYzP limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 1045): SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: mysql, SQL: select * from `sessions` where `id` = Uudl5aSO6OwHHkm1C3zcognwEQkuLWVI4TNkFYzP limit 1) at /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php:824)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(778): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(397): Illuminate\\Database\\Connection->run()
#2 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3188): Illuminate\\Database\\Connection->select()
#3 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3173): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3763): Illuminate\\Database\\Query\\Builder->Illuminate\\Database\\Query\\{closure}()
#5 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3172): Illuminate\\Database\\Query\\Builder->onceWithColumns()
#6 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Query\\Builder->get()
#7 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3095): Illuminate\\Database\\Query\\Builder->first()
#8 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php(96): Illuminate\\Database\\Query\\Builder->find()
#9 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(117): Illuminate\\Session\\DatabaseSessionHandler->read()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(105): Illuminate\\Session\\Store->readFromHandler()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(89): Illuminate\\Session\\Store->loadSession()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(146): Illuminate\\Session\\Store->start()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/helpers.php(390): Illuminate\\Session\\Middleware\\StartSession->Illuminate\\Session\\Middleware\\{closure}()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(143): tap()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(115): Illuminate\\Session\\Middleware\\StartSession->startSession()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Session\\Middleware\\StartSession->handle()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#19 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#20 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#21 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#22 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#23 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#24 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#25 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#26 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#27 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#28 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#29 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#30 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#31 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#32 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#33 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#34 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#35 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#36 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#37 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#38 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#39 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#40 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#41 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#42 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#43 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#44 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#45 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#46 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#47 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#48 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#49 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#50 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#51 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#52 {main}

[previous exception] [object] (PDOException(code: 1045): SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO) at /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:66)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(66): PDO->__construct()
#1 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(44): Illuminate\\Database\\Connectors\\Connector->createPdoConnection()
#2 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php(24): Illuminate\\Database\\Connectors\\Connector->createConnection()
#3 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php(184): Illuminate\\Database\\Connectors\\MySqlConnector->connect()
#4 [internal function]: Illuminate\\Database\\Connectors\\ConnectionFactory->Illuminate\\Database\\Connectors\\{closure}()
#5 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(1230): call_user_func()
#6 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(511): Illuminate\\Database\\Connection->getPdo()
#7 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(406): Illuminate\\Database\\Connection->getPdoForSelect()
#8 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(811): Illuminate\\Database\\Connection->Illuminate\\Database\\{closure}()
#9 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(778): Illuminate\\Database\\Connection->runQueryCallback()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(397): Illuminate\\Database\\Connection->run()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3188): Illuminate\\Database\\Connection->select()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3173): Illuminate\\Database\\Query\\Builder->runSelect()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3763): Illuminate\\Database\\Query\\Builder->Illuminate\\Database\\Query\\{closure}()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3172): Illuminate\\Database\\Query\\Builder->onceWithColumns()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(366): Illuminate\\Database\\Query\\Builder->get()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3095): Illuminate\\Database\\Query\\Builder->first()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php(96): Illuminate\\Database\\Query\\Builder->find()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(117): Illuminate\\Session\\DatabaseSessionHandler->read()
#19 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(105): Illuminate\\Session\\Store->readFromHandler()
#20 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(89): Illuminate\\Session\\Store->loadSession()
#21 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(146): Illuminate\\Session\\Store->start()
#22 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Support/helpers.php(390): Illuminate\\Session\\Middleware\\StartSession->Illuminate\\Session\\Middleware\\{closure}()
#23 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(143): tap()
#24 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(115): Illuminate\\Session\\Middleware\\StartSession->startSession()
#25 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
#26 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Session\\Middleware\\StartSession->handle()
#27 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#28 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#29 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#30 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#31 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#32 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#33 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#34 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#35 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#36 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#37 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#38 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#39 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#40 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#41 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#42 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#43 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#44 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#45 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#46 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#47 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#48 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#49 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#50 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#51 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#52 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#53 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#54 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#55 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#56 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#57 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#58 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#59 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#60 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#61 {main}
"} 
[2025-10-21 12:29:22] local.ERROR: Call to undefined function Symfony\Component\ErrorHandler\ErrorRenderer\highlight_file() {"exception":"[object] (Error(code: 0): Call to undefined function Symfony\\Component\\ErrorHandler\\ErrorRenderer\\highlight_file() at /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php:257)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/trace.html.php(36): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->fileExcerpt()
#1 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#2 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/traces.html.php(48): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#3 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#4 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception.html.php(54): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#5 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#6 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception_full.html.php(35): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#7 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#8 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(140): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#9 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(72): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->renderException()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(911): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->render()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(885): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionWithSymfony()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(860): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionContent()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(839): Illuminate\\Foundation\\Exceptions\\Handler->convertExceptionToResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(51): Illuminate\\Foundation\\Exceptions\\Handler->render()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(224): Illuminate\\Routing\\Pipeline->handleException()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(36): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#19 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
#20 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#21 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#22 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#23 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#24 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#25 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#26 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#27 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#28 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#29 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#30 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#31 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#32 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#33 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#34 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#35 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#36 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#37 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#38 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#39 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#40 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#41 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#42 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#43 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#44 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#45 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#46 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#47 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#48 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#49 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#50 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#51 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#52 {main}
"} 
[2025-10-21 12:29:22] local.ERROR: Call to undefined function Symfony\Component\ErrorHandler\ErrorRenderer\highlight_file() {"exception":"[object] (Error(code: 0): Call to undefined function Symfony\\Component\\ErrorHandler\\ErrorRenderer\\highlight_file() at /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php:257)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/trace.html.php(36): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->fileExcerpt()
#1 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#2 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/traces.html.php(48): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#3 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#4 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception.html.php(54): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#5 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#6 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception_full.html.php(35): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#7 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#8 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(140): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#9 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(72): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->renderException()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(911): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->render()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(885): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionWithSymfony()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(860): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionContent()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(839): Illuminate\\Foundation\\Exceptions\\Handler->convertExceptionToResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(51): Illuminate\\Foundation\\Exceptions\\Handler->render()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(224): Illuminate\\Routing\\Pipeline->handleException()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(74): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#19 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
#20 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#21 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#22 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#23 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#24 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#25 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#26 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#27 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#28 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#29 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#30 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#31 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#32 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#33 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#34 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#35 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#36 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#37 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#38 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#39 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#40 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#41 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#42 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#43 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#44 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#45 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#46 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#47 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#48 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#49 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#50 {main}
"} 
[2025-10-21 12:29:22] local.ERROR: Call to undefined function Symfony\Component\ErrorHandler\ErrorRenderer\highlight_file() {"exception":"[object] (Error(code: 0): Call to undefined function Symfony\\Component\\ErrorHandler\\ErrorRenderer\\highlight_file() at /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php:257)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/trace.html.php(36): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->fileExcerpt()
#1 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#2 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/traces.html.php(48): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#3 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#4 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception.html.php(54): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#5 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#6 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception_full.html.php(35): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#7 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#8 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(140): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#9 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(72): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->renderException()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(911): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->render()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(885): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionWithSymfony()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(860): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionContent()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(839): Illuminate\\Foundation\\Exceptions\\Handler->convertExceptionToResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(51): Illuminate\\Foundation\\Exceptions\\Handler->render()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(224): Illuminate\\Routing\\Pipeline->handleException()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#19 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#20 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#21 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#22 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#23 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#24 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#25 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#27 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#28 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#29 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#30 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#31 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#32 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#33 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#34 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#35 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#36 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#37 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#38 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#39 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#40 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#41 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#42 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#43 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#44 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#45 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#46 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#47 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#48 {main}
"} 
[2025-10-21 12:29:22] local.ERROR: Call to undefined function Symfony\Component\ErrorHandler\ErrorRenderer\highlight_file() {"exception":"[object] (Error(code: 0): Call to undefined function Symfony\\Component\\ErrorHandler\\ErrorRenderer\\highlight_file() at /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php:257)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/trace.html.php(36): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->fileExcerpt()
#1 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#2 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/traces.html.php(48): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#3 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#4 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception.html.php(54): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#5 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#6 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception_full.html.php(35): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#7 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#8 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(140): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#9 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(72): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->renderException()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(911): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->render()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(885): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionWithSymfony()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(860): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionContent()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(839): Illuminate\\Foundation\\Exceptions\\Handler->convertExceptionToResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(51): Illuminate\\Foundation\\Exceptions\\Handler->render()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(182): Illuminate\\Routing\\Pipeline->handleException()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#19 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#20 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#21 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#22 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#23 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#24 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#25 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#26 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#27 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#28 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#29 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#30 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#31 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#32 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#33 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#34 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#35 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#36 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#37 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#38 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#39 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#40 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#41 {main}
"} 
[2025-10-21 12:29:22] local.ERROR: Call to undefined function Symfony\Component\ErrorHandler\ErrorRenderer\highlight_file() {"exception":"[object] (Error(code: 0): Call to undefined function Symfony\\Component\\ErrorHandler\\ErrorRenderer\\highlight_file() at /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php:257)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/trace.html.php(36): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->fileExcerpt()
#1 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#2 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/traces.html.php(48): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#3 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#4 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception.html.php(54): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#5 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#6 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception_full.html.php(35): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#7 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#8 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(140): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#9 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(72): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->renderException()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(911): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->render()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(885): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionWithSymfony()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(860): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionContent()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(839): Illuminate\\Foundation\\Exceptions\\Handler->convertExceptionToResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(51): Illuminate\\Foundation\\Exceptions\\Handler->render()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(224): Illuminate\\Routing\\Pipeline->handleException()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#19 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#20 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#21 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#22 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#23 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#24 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#25 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#27 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#28 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#29 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#30 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#31 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#32 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#33 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#34 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#35 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#36 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#37 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#38 {main}
"} 
[2025-10-21 12:29:22] local.ERROR: Call to undefined function Symfony\Component\ErrorHandler\ErrorRenderer\highlight_file() {"exception":"[object] (Error(code: 0): Call to undefined function Symfony\\Component\\ErrorHandler\\ErrorRenderer\\highlight_file() at /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php:257)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/trace.html.php(36): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->fileExcerpt()
#1 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#2 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/traces.html.php(48): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#3 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#4 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception.html.php(54): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#5 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#6 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception_full.html.php(35): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#7 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#8 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(140): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#9 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(72): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->renderException()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(911): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->render()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(885): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionWithSymfony()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(860): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionContent()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(839): Illuminate\\Foundation\\Exceptions\\Handler->convertExceptionToResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(51): Illuminate\\Foundation\\Exceptions\\Handler->render()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(224): Illuminate\\Routing\\Pipeline->handleException()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#19 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#20 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#21 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#22 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#23 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#24 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#25 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#26 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#27 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#28 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#29 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#30 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#31 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#32 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#33 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#34 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#35 {main}
"} 
[2025-10-21 12:29:22] local.ERROR: Call to undefined function Symfony\Component\ErrorHandler\ErrorRenderer\highlight_file() {"exception":"[object] (Error(code: 0): Call to undefined function Symfony\\Component\\ErrorHandler\\ErrorRenderer\\highlight_file() at /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php:257)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/trace.html.php(36): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->fileExcerpt()
#1 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#2 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/traces.html.php(48): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#3 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#4 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception.html.php(54): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#5 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#6 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception_full.html.php(35): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#7 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#8 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(140): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#9 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(72): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->renderException()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(911): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->render()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(885): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionWithSymfony()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(860): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionContent()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(839): Illuminate\\Foundation\\Exceptions\\Handler->convertExceptionToResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(51): Illuminate\\Foundation\\Exceptions\\Handler->render()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(224): Illuminate\\Routing\\Pipeline->handleException()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#19 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#20 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#21 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#22 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#23 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#24 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#25 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#26 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#27 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#28 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#29 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#30 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#31 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#32 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#33 {main}
"} 
[2025-10-21 12:29:22] local.ERROR: Call to undefined function Symfony\Component\ErrorHandler\ErrorRenderer\highlight_file() {"exception":"[object] (Error(code: 0): Call to undefined function Symfony\\Component\\ErrorHandler\\ErrorRenderer\\highlight_file() at /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php:257)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/trace.html.php(36): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->fileExcerpt()
#1 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#2 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/traces.html.php(48): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#3 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#4 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception.html.php(54): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#5 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#6 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception_full.html.php(35): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#7 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#8 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(140): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#9 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(72): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->renderException()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(911): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->render()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(885): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionWithSymfony()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(860): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionContent()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(839): Illuminate\\Foundation\\Exceptions\\Handler->convertExceptionToResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(51): Illuminate\\Foundation\\Exceptions\\Handler->render()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(224): Illuminate\\Routing\\Pipeline->handleException()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(48): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#19 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#20 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#21 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#22 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#23 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#24 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#25 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#26 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#27 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#28 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#29 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#30 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#31 {main}
"} 
[2025-10-21 12:29:22] local.ERROR: Call to undefined function Symfony\Component\ErrorHandler\ErrorRenderer\highlight_file() {"exception":"[object] (Error(code: 0): Call to undefined function Symfony\\Component\\ErrorHandler\\ErrorRenderer\\highlight_file() at /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php:257)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/trace.html.php(36): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->fileExcerpt()
#1 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#2 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/traces.html.php(48): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#3 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#4 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception.html.php(54): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#5 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#6 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception_full.html.php(35): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#7 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#8 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(140): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#9 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(72): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->renderException()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(911): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->render()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(885): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionWithSymfony()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(860): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionContent()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(839): Illuminate\\Foundation\\Exceptions\\Handler->convertExceptionToResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(51): Illuminate\\Foundation\\Exceptions\\Handler->render()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(224): Illuminate\\Routing\\Pipeline->handleException()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#19 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#20 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#21 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#22 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#23 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#24 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#25 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#26 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#27 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#28 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#29 {main}
"} 
[2025-10-21 12:29:22] local.ERROR: Call to undefined function Symfony\Component\ErrorHandler\ErrorRenderer\highlight_file() {"exception":"[object] (Error(code: 0): Call to undefined function Symfony\\Component\\ErrorHandler\\ErrorRenderer\\highlight_file() at /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php:257)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/trace.html.php(36): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->fileExcerpt()
#1 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#2 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/traces.html.php(48): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#3 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#4 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception.html.php(54): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#5 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#6 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception_full.html.php(35): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#7 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#8 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(140): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#9 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(72): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->renderException()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(911): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->render()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(885): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionWithSymfony()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(860): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionContent()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(839): Illuminate\\Foundation\\Exceptions\\Handler->convertExceptionToResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(51): Illuminate\\Foundation\\Exceptions\\Handler->render()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(224): Illuminate\\Routing\\Pipeline->handleException()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#19 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#20 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#21 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#22 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#23 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#24 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#25 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#26 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#27 {main}
"} 
[2025-10-21 12:29:22] local.ERROR: Call to undefined function Symfony\Component\ErrorHandler\ErrorRenderer\highlight_file() {"exception":"[object] (Error(code: 0): Call to undefined function Symfony\\Component\\ErrorHandler\\ErrorRenderer\\highlight_file() at /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php:257)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/trace.html.php(36): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->fileExcerpt()
#1 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#2 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/traces.html.php(48): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#3 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#4 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception.html.php(54): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#5 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#6 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception_full.html.php(35): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#7 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#8 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(140): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#9 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(72): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->renderException()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(911): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->render()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(885): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionWithSymfony()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(860): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionContent()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(839): Illuminate\\Foundation\\Exceptions\\Handler->convertExceptionToResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(51): Illuminate\\Foundation\\Exceptions\\Handler->render()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(224): Illuminate\\Routing\\Pipeline->handleException()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#19 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#20 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#21 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#22 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#23 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#24 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#25 {main}
"} 
[2025-10-21 12:29:22] local.ERROR: Call to undefined function Symfony\Component\ErrorHandler\ErrorRenderer\highlight_file() {"exception":"[object] (Error(code: 0): Call to undefined function Symfony\\Component\\ErrorHandler\\ErrorRenderer\\highlight_file() at /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php:257)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/trace.html.php(36): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->fileExcerpt()
#1 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#2 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/traces.html.php(48): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#3 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#4 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception.html.php(54): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#5 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#6 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception_full.html.php(35): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#7 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#8 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(140): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#9 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(72): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->renderException()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(911): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->render()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(885): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionWithSymfony()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(860): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionContent()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(839): Illuminate\\Foundation\\Exceptions\\Handler->convertExceptionToResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(51): Illuminate\\Foundation\\Exceptions\\Handler->render()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(224): Illuminate\\Routing\\Pipeline->handleException()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#19 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#20 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#21 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#22 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#23 {main}
"} 
[2025-10-21 12:29:22] local.ERROR: Call to undefined function Symfony\Component\ErrorHandler\ErrorRenderer\highlight_file() {"exception":"[object] (Error(code: 0): Call to undefined function Symfony\\Component\\ErrorHandler\\ErrorRenderer\\highlight_file() at /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php:257)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/trace.html.php(36): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->fileExcerpt()
#1 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#2 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/traces.html.php(48): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#3 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#4 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception.html.php(54): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#5 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#6 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception_full.html.php(35): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#7 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#8 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(140): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#9 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(72): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->renderException()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(911): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->render()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(885): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionWithSymfony()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(860): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionContent()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(839): Illuminate\\Foundation\\Exceptions\\Handler->convertExceptionToResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(574): Illuminate\\Foundation\\Exceptions\\Handler->render()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(148): Illuminate\\Foundation\\Http\\Kernel->renderException()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#19 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#20 {main}
"} 
[2025-10-21 12:29:22] local.ERROR: Uncaught Error: Call to undefined function Symfony\Component\ErrorHandler\ErrorRenderer\highlight_file() in /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php:257
Stack trace:
#0 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/trace.html.php(36): Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer->fileExcerpt()
#1 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#2 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/traces.html.php(48): Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer->include()
#3 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#4 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception.html.php(54): Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer->include()
#5 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#6 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception_full.html.php(35): Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer->include()
#7 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#8 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(140): Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer->include()
#9 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(72): Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer->renderException()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(911): Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer->render()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(885): Illuminate\Foundation\Exceptions\Handler->renderExceptionWithSymfony()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(860): Illuminate\Foundation\Exceptions\Handler->renderExceptionContent()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(839): Illuminate\Foundation\Exceptions\Handler->convertExceptionToResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\Foundation\Exceptions\Handler->prepareResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\Foundation\Exceptions\Handler->renderExceptionResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(221): Illuminate\Foundation\Exceptions\Handler->render()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(198): Illuminate\Foundation\Bootstrap\HandleExceptions->renderHttpResponse()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\Foundation\Bootstrap\HandleExceptions->handleException()
#19 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->Illuminate\Foundation\Bootstrap\{closure}()
#20 {main}
  thrown {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Uncaught Error: Call to undefined function Symfony\\Component\\ErrorHandler\\ErrorRenderer\\highlight_file() in /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php:257
Stack trace:
#0 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/trace.html.php(36): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->fileExcerpt()
#1 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#2 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/traces.html.php(48): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#3 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#4 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception.html.php(54): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#5 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#6 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/Resources/views/exception_full.html.php(35): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#7 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(345): include('/home/bagospro/...')
#8 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(140): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->include()
#9 /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php(72): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->renderException()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(911): Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer->render()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(885): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionWithSymfony()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(860): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionContent()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(839): Illuminate\\Foundation\\Exceptions\\Handler->convertExceptionToResponse()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(738): Illuminate\\Foundation\\Exceptions\\Handler->prepareResponse()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(626): Illuminate\\Foundation\\Exceptions\\Handler->renderExceptionResponse()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(221): Illuminate\\Foundation\\Exceptions\\Handler->render()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(198): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->renderHttpResponse()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleException()
#19 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->Illuminate\\Foundation\\Bootstrap\\{closure}()
#20 {main}
  thrown at /home/bagospro/dummy.teguharief.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php:257)
[stacktrace]
#0 {main}
"} 
[2025-10-21 16:30:47] production.ERROR: Call to undefined method App\Services\GeolocationService::getCountryName() {"exception":"[object] (Error(code: 0): Call to undefined method App\\Services\\GeolocationService::getCountryName() at /home/bagospro/dummy.teguharief.com/app/Services/GeolocationService.php:19)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/app/Http/Controllers/Api/LocationController.php(25): App\\Services\\GeolocationService::detectLocationFromIP()
#1 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): App\\Http\\Controllers\\Api\\LocationController->detectLocation()
#2 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(265): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#3 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(211): Illuminate\\Routing\\Route->runController()
#4 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate\\Routing\\Route->run()
#5 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
#6 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#7 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#8 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#9 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#19 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#20 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#21 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#22 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#23 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#24 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#25 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#27 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#28 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#29 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#30 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#31 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#32 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#33 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#34 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#35 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#36 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#37 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#38 {main}
"} 
[2025-10-21 16:33:15] production.ERROR: Call to undefined method App\Services\GeolocationService::getCountryName() {"exception":"[object] (Error(code: 0): Call to undefined method App\\Services\\GeolocationService::getCountryName() at /home/bagospro/dummy.teguharief.com/app/Services/GeolocationService.php:19)
[stacktrace]
#0 /home/bagospro/dummy.teguharief.com/app/Http/Controllers/Api/LocationController.php(25): App\\Services\\GeolocationService::detectLocationFromIP()
#1 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(46): App\\Http\\Controllers\\Api\\LocationController->detectLocation()
#2 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(265): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#3 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Route.php(211): Illuminate\\Routing\\Route->runController()
#4 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(822): Illuminate\\Routing\\Route->run()
#5 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
#6 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#7 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#8 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#9 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(821): Illuminate\\Pipeline\\Pipeline->then()
#10 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(800): Illuminate\\Routing\\Router->runRouteWithinStack()
#11 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(764): Illuminate\\Routing\\Router->runRoute()
#12 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php(753): Illuminate\\Routing\\Router->dispatchToRoute()
#13 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch()
#14 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#15 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#16 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#17 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#18 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#19 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#20 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#21 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#22 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePostSize->handle()
#23 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(109): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#24 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#25 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(61): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#26 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\HandleCors->handle()
#27 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#28 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#29 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php(22): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#30 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Foundation\\Http\\Middleware\\InvokeDeferredCallbacks->handle()
#31 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php(26): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#32 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(219): Illuminate\\Http\\Middleware\\ValidatePathEncoding->handle()
#33 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#34 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then()
#35 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#36 /home/bagospro/dummy.teguharief.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1220): Illuminate\\Foundation\\Http\\Kernel->handle()
#37 /home/bagospro/dummy.teguharief.com/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest()
#38 {main}
"} 
