=== EMAIL TRACKING VERIFICATION === OmegaSolution
Internal Server Error

Illuminate\Database\QueryException

vendor/laravel/framework/src/Illuminate/Database/Connection.php:824

SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: mysql, SQL: select * from `email_logs` where `uuid` is not null order by `created_at` desc limit 10)

LARAVEL 12.35.1
PHP 8.3.27
UNHANDLED
CODE 1045
500
GET
https://mail-dev.osllc.us

Exception trace

11 vendor frames
Illuminate\Database\Connection->runQueryCallback(string, array, object(Closure))
vendor/laravel/framework/src/Illuminate/Database/Connection.php:824
Illuminate\Database\Connection->tryAgainIfCausedByLostConnection(object(Illuminate\Database\QueryException), string, array, object(Closure))
vendor/laravel/framework/src/Illuminate/Database/Connection.php:978
Illuminate\Database\Connection->handleQueryException(object(Illuminate\Database\QueryException), string, array, object(Closure))
vendor/laravel/framework/src/Illuminate/Database/Connection.php:957
Illuminate\Database\Connection->run(string, array, object(Closure))
vendor/laravel/framework/src/Illuminate/Database/Connection.php:780
Illuminate\Database\Connection->select(string, array, boolean)
vendor/laravel/framework/src/Illuminate/Database/Connection.php:397
Illuminate\Database\Query\Builder->runSelect()
vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:3188
Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure}()
vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:3173
Illuminate\Database\Query\Builder->onceWithColumns(array, object(Closure))
vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:3763
Illuminate\Database\Query\Builder->get(array)
vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:3172
Illuminate\Database\Eloquent\Builder->getModels(array)
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:902
Illuminate\Database\Eloquent\Builder->get()
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:884
verify_tracking.php
verify_tracking.php:17
1213// Get recent tracking emails (those with UUIDs)14$trackingLogs = EmailLog::whereNotNull('uuid')15                        ->orderBy('created_at', 'desc')16                        ->take(10)17                        ->get();1819if ($trackingLogs->isEmpty()) {20    echo "❌ No tracking emails found. Send some emails first.\n";21    exit(1);22}2324echo "📊 RECENT TRACKING EMAILS:\n";25echo str_repeat("-", 80) . "\n";2627foreach ($trackingLogs as $log) {28    echo "ID: {$log->id} | Email: {$log->email}\n";29

Queries

// No queries executed

Headers

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

Body

// No request body

Routing

// No routing context

Routing parameters

// No routing parameters