( ! ) Fatal error: Uncaught PDOException: SQLSTATE[08006] [7] could not translate host name "prod-postgresql.cluster-cd8b2ma7e35q.sa-east-1.rds.amazonaws.com" to address: Name or service not known in /var/www/html/vendor/illuminate/database/Connectors/Connector.php:70 Stack trace: #0 /var/www/html/vendor/illuminate/database/Connectors/Connector.php(70): PDO->__construct() #1 /var/www/html/vendor/illuminate/database/Connectors/Connector.php(100): Illuminate\Database\Connectors\Connector->createPdoConnection() #2 /var/www/html/vendor/illuminate/database/Connectors/Connector.php(50): Illuminate\Database\Connectors\Connector->tryAgainIfCausedByLostConnection() #3 /var/www/html/vendor/illuminate/database/Connectors/PostgresConnector.php(36): Illuminate\Database\Connectors\Connector->createConnection() #4 /var/www/html/vendor/illuminate/database/Connectors/ConnectionFactory.php(184): Illuminate\Database\Connectors\PostgresConnector->connect() #5 [internal function]: Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure}() #6 /var/www/html/vendor/illuminate/database/Connection.php(1169): call_user_func() #7 /var/www/html/vendor/illuminate/database/Connection.php(485): Illuminate\Database\Connection->getPdo() #8 /var/www/html/vendor/illuminate/database/Connection.php(413): Illuminate\Database\Connection->getPdoForSelect() #9 /var/www/html/vendor/illuminate/database/Connection.php(752): Illuminate\Database\Connection->Illuminate\Database\{closure}() #10 /var/www/html/vendor/illuminate/database/Connection.php(898): Illuminate\Database\Connection->runQueryCallback() #11 /var/www/html/vendor/illuminate/database/Connection.php(878): Illuminate\Database\Connection->tryAgainIfCausedByLostConnection() #12 /var/www/html/vendor/illuminate/database/Connection.php(722): Illuminate\Database\Connection->handleQueryException() #13 /var/www/html/vendor/illuminate/database/Connection.php(421): Illuminate\Database\Connection->run() #14 /var/www/html/vendor/illuminate/database/Connection.php(391): Illuminate\Database\Connection->select() #15 /var/www/html/vendor/illuminate/database/Query/Processors/PostgresProcessor.php(24): Illuminate\Database\Connection->selectFromWriteConnection() #16 /var/www/html/vendor/illuminate/database/Query/Builder.php(3252): Illuminate\Database\Query\Processors\PostgresProcessor->processInsertGetId() #17 /var/www/html/vendor/illuminate/database/Eloquent/Builder.php(1858): Illuminate\Database\Query\Builder->insertGetId() #18 /var/www/html/vendor/illuminate/database/Eloquent/Model.php(1245): Illuminate\Database\Eloquent\Builder->__call() #19 /var/www/html/vendor/illuminate/database/Eloquent/Model.php(1210): Illuminate\Database\Eloquent\Model->insertAndSetId() #20 /var/www/html/vendor/illuminate/database/Eloquent/Model.php(1051): Illuminate\Database\Eloquent\Model->performInsert() #21 /var/www/html/app/Init.php(38): Illuminate\Database\Eloquent\Model->save() #22 /var/www/html/public/index.php(41): TDS\Init->process() #23 {main} Next Illuminate\Database\QueryException: SQLSTATE[08006] [7] could not translate host name "prod-postgresql.cluster-cd8b2ma7e35q.sa-east-1.rds.amazonaws.com" to address: Name or service not known (SQL: insert into "user_data" ("user_id", "program_id", "landing_id", "linkcode", "sub_id", "is_unique", "user_params", "updated_at", "created_at") values (640, 46, 15, 640p46l15_GR, , 1, {"tds_domain":"_","user_agent":"Mozilla\/5.0 AppleWebKit\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\/1.0; +claudebot@anthropic.com)","lang":"","ip":"10.100.11.72","referer":"http:\/\/tds.sunplay.casino\/640p46l15_GR","query":""}, 2024-04-27 09:10:01, 2024-04-27 09:10:01) returning "id") in /var/www/html/vendor/illuminate/database/Connection.php on line 759
( ! ) Illuminate\Database\QueryException: SQLSTATE[08006] [7] could not translate host name "prod-postgresql.cluster-cd8b2ma7e35q.sa-east-1.rds.amazonaws.com" to address: Name or service not known (SQL: insert into "user_data" ("user_id", "program_id", "landing_id", "linkcode", "sub_id", "is_unique", "user_params", "updated_at", "created_at") values (640, 46, 15, 640p46l15_GR, , 1, {"tds_domain":"_","user_agent":"Mozilla\/5.0 AppleWebKit\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\/1.0; +claudebot@anthropic.com)","lang":"","ip":"10.100.11.72","referer":"http:\/\/tds.sunplay.casino\/640p46l15_GR","query":""}, 2024-04-27 09:10:01, 2024-04-27 09:10:01) returning "id") in /var/www/html/vendor/illuminate/database/Connection.php on line 759
Call Stack
#TimeMemoryFunctionLocation
10.0000393968{main}( ).../index.php:0
20.0008405440TDS\Init->process( ).../index.php:41
30.0013416112Illuminate\Database\Eloquent\Model->save( $options = ??? ).../Init.php:38
40.0016425040Illuminate\Database\Eloquent\Model->performInsert( $query = class Illuminate\Database\Eloquent\Builder { protected $query = class Illuminate\Database\Query\Builder { public $connection = class Illuminate\Database\PostgresConnection { ... }; public $grammar = class Illuminate\Database\Query\Grammars\PostgresGrammar { ... }; public $processor = class Illuminate\Database\Query\Processors\PostgresProcessor { ... }; public $bindings = [...]; public $aggregate = NULL; public $columns = NULL; public $distinct = FALSE; public $from = 'user_data'; public $joins = NULL; public $wheres = [...]; public $groups = NULL; public $havings = NULL; public $orders = NULL; public $limit = NULL; public $offset = NULL; public $unions = NULL; public $unionLimit = NULL; public $unionOffset = NULL; public $unionOrders = NULL; public $lock = NULL; public $beforeQueryCallbacks = [...]; public $operators = [...]; public $bitwiseOperators = [...]; public $useWritePdo = FALSE }; protected $model = class TDS\Models\UserData { protected $connection = NULL; protected $table = 'user_data'; protected $primaryKey = 'id'; protected $keyType = 'int'; public $incrementing = TRUE; protected $with = [...]; protected $withCount = [...]; public $preventsLazyLoading = FALSE; protected $perPage = 15; public $exists = FALSE; public $wasRecentlyCreated = FALSE; protected $escapeWhenCastingToString = FALSE; protected $attributes = [...]; protected $original = [...]; protected $changes = [...]; protected $casts = [...]; protected $classCastCache = [...]; protected $attributeCastCache = [...]; protected $dates = [...]; protected $dateFormat = NULL; protected $appends = [...]; protected $dispatchesEvents = [...]; protected $observables = [...]; protected $relations = [...]; protected $touches = [...]; public $timestamps = TRUE; protected $hidden = [...]; protected $visible = [...]; protected $fillable = [...]; protected $guarded = [...] }; protected $eagerLoad = []; protected $localMacros = []; protected $onDelete = NULL; protected $propertyPassthru = [0 => 'from']; protected $passthru = [0 => 'aggregate', 1 => 'average', 2 => 'avg', 3 => 'count', 4 => 'dd', 5 => 'doesntExist', 6 => 'dump', 7 => 'exists', 8 => 'explain', 9 => 'getBindings', 10 => 'getConnection', 11 => 'getGrammar', 12 => 'implode', 13 => 'insert', 14 => 'insertGetId', 15 => 'insertOrIgnore', 16 => 'insertUsing', 17 => 'max', 18 => 'min', 19 => 'raw', 20 => 'sum', 21 => 'toSql']; protected $scopes = []; protected $removedScopes = [] } ).../Model.php:1051
50.0022432144Illuminate\Database\Eloquent\Model->insertAndSetId( $query = class Illuminate\Database\Eloquent\Builder { protected $query = class Illuminate\Database\Query\Builder { public $connection = class Illuminate\Database\PostgresConnection { ... }; public $grammar = class Illuminate\Database\Query\Grammars\PostgresGrammar { ... }; public $processor = class Illuminate\Database\Query\Processors\PostgresProcessor { ... }; public $bindings = [...]; public $aggregate = NULL; public $columns = NULL; public $distinct = FALSE; public $from = 'user_data'; public $joins = NULL; public $wheres = [...]; public $groups = NULL; public $havings = NULL; public $orders = NULL; public $limit = NULL; public $offset = NULL; public $unions = NULL; public $unionLimit = NULL; public $unionOffset = NULL; public $unionOrders = NULL; public $lock = NULL; public $beforeQueryCallbacks = [...]; public $operators = [...]; public $bitwiseOperators = [...]; public $useWritePdo = FALSE }; protected $model = class TDS\Models\UserData { protected $connection = NULL; protected $table = 'user_data'; protected $primaryKey = 'id'; protected $keyType = 'int'; public $incrementing = TRUE; protected $with = [...]; protected $withCount = [...]; public $preventsLazyLoading = FALSE; protected $perPage = 15; public $exists = FALSE; public $wasRecentlyCreated = FALSE; protected $escapeWhenCastingToString = FALSE; protected $attributes = [...]; protected $original = [...]; protected $changes = [...]; protected $casts = [...]; protected $classCastCache = [...]; protected $attributeCastCache = [...]; protected $dates = [...]; protected $dateFormat = NULL; protected $appends = [...]; protected $dispatchesEvents = [...]; protected $observables = [...]; protected $relations = [...]; protected $touches = [...]; public $timestamps = TRUE; protected $hidden = [...]; protected $visible = [...]; protected $fillable = [...]; protected $guarded = [...] }; protected $eagerLoad = []; protected $localMacros = []; protected $onDelete = NULL; protected $propertyPassthru = [0 => 'from']; protected $passthru = [0 => 'aggregate', 1 => 'average', 2 => 'avg', 3 => 'count', 4 => 'dd', 5 => 'doesntExist', 6 => 'dump', 7 => 'exists', 8 => 'explain', 9 => 'getBindings', 10 => 'getConnection', 11 => 'getGrammar', 12 => 'implode', 13 => 'insert', 14 => 'insertGetId', 15 => 'insertOrIgnore', 16 => 'insertUsing', 17 => 'max', 18 => 'min', 19 => 'raw', 20 => 'sum', 21 => 'toSql']; protected $scopes = []; protected $removedScopes = [] }, $attributes = ['user_id' => 640, 'program_id' => 46, 'landing_id' => 15, 'linkcode' => '640p46l15_GR', 'sub_id' => '', 'is_unique' => TRUE, 'user_params' => '{"tds_domain":"_","user_agent":"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\\/1.0; +claudebot@anthropic.com)","lang":"","ip":"10.100.11.72","referer":"http:\\/\\/tds.sunplay.casino\\/640p46l15_GR","query":""}', 'updated_at' => '2024-04-27 09:10:01', 'created_at' => '2024-04-27 09:10:01'] ).../Model.php:1210
60.0022432144Illuminate\Database\Eloquent\Builder->insertGetId( ['user_id' => 640, 'program_id' => 46, 'landing_id' => 15, 'linkcode' => '640p46l15_GR', 'sub_id' => '', 'is_unique' => TRUE, 'user_params' => '{"tds_domain":"_","user_agent":"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\\/1.0; +claudebot@anthropic.com)","lang":"","ip":"10.100.11.72","referer":"http:\\/\\/tds.sunplay.casino\\/640p46l15_GR","query":""}', 'updated_at' => '2024-04-27 09:10:01', 'created_at' => '2024-04-27 09:10:01'], 'id' ).../Model.php:1245
70.0022432520Illuminate\Database\Eloquent\Builder->__call( $method = 'insertGetId', $parameters = [0 => ['user_id' => 640, 'program_id' => 46, 'landing_id' => 15, 'linkcode' => '640p46l15_GR', 'sub_id' => '', 'is_unique' => TRUE, 'user_params' => '{"tds_domain":"_","user_agent":"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\\/1.0; +claudebot@anthropic.com)","lang":"","ip":"10.100.11.72","referer":"http:\\/\\/tds.sunplay.casino\\/640p46l15_GR","query":""}', 'updated_at' => '2024-04-27 09:10:01', 'created_at' => '2024-04-27 09:10:01'], 1 => 'id'] ).../Model.php:1245
80.0022432536Illuminate\Database\Query\Builder->insertGetId( $values = ['user_id' => 640, 'program_id' => 46, 'landing_id' => 15, 'linkcode' => '640p46l15_GR', 'sub_id' => '', 'is_unique' => TRUE, 'user_params' => '{"tds_domain":"_","user_agent":"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\\/1.0; +claudebot@anthropic.com)","lang":"","ip":"10.100.11.72","referer":"http:\\/\\/tds.sunplay.casino\\/640p46l15_GR","query":""}', 'updated_at' => '2024-04-27 09:10:01', 'created_at' => '2024-04-27 09:10:01'], $sequence = 'id' ).../Builder.php:1858
90.0024433456Illuminate\Database\Query\Processors\PostgresProcessor->processInsertGetId( $query = class Illuminate\Database\Query\Builder { public $connection = class Illuminate\Database\PostgresConnection { protected $pdo = class Closure { virtual $closure = "$this->Illuminate\Database\Connectors\{closure}", ... }; protected $readPdo = NULL; protected $database = 'aff_tds_db'; protected $readWriteType = NULL; protected $tablePrefix = ''; protected $config = [...]; protected $reconnector = class Closure { virtual $closure = "$this->Illuminate\Database\{closure}", ... }; protected $queryGrammar = class Illuminate\Database\Query\Grammars\PostgresGrammar { ... }; protected $schemaGrammar = NULL; protected $postProcessor = class Illuminate\Database\Query\Processors\PostgresProcessor { ... }; protected $events = NULL; protected $fetchMode = 5; protected $transactions = 0; protected $transactionsManager = NULL; protected $recordsModified = TRUE; protected $readOnWriteConnection = FALSE; protected $queryLog = [...]; protected $loggingQueries = FALSE; protected $totalQueryDuration = 0; protected $queryDurationHandlers = [...]; protected $pretending = FALSE; protected $beforeExecutingCallbacks = [...]; protected $doctrineConnection = NULL; protected $doctrineTypeMappings = [...] }; public $grammar = class Illuminate\Database\Query\Grammars\PostgresGrammar { protected $tablePrefix = ''; protected $operators = [...]; protected $bitwiseOperators = [...]; protected $selectComponents = [...] }; public $processor = class Illuminate\Database\Query\Processors\PostgresProcessor { }; public $bindings = ['select' => [...], 'from' => [...], 'join' => [...], 'where' => [...], 'groupBy' => [...], 'having' => [...], 'order' => [...], 'union' => [...], 'unionOrder' => [...]]; public $aggregate = NULL; public $columns = NULL; public $distinct = FALSE; public $from = 'user_data'; public $joins = NULL; public $wheres = []; public $groups = NULL; public $havings = NULL; public $orders = NULL; public $limit = NULL; public $offset = NULL; public $unions = NULL; public $unionLimit = NULL; public $unionOffset = NULL; public $unionOrders = NULL; public $lock = NULL; public $beforeQueryCallbacks = []; public $operators = [0 => '=', 1 => '<', 2 => '>', 3 => '<=', 4 => '>=', 5 => '<>', 6 => '!=', 7 => '<=>', 8 => 'like', 9 => 'like binary', 10 => 'not like', 11 => 'ilike', 12 => '&', 13 => '|', 14 => '^', 15 => '<<', 16 => '>>', 17 => '&~', 18 => 'is', 19 => 'is not', 20 => 'rlike', 21 => 'not rlike', 22 => 'regexp', 23 => 'not regexp', 24 => '~', 25 => '~*', 26 => '!~', 27 => '!~*', 28 => 'similar to', 29 => 'not similar to', 30 => 'not ilike', 31 => '~~*', 32 => '!~~*']; public $bitwiseOperators = [0 => '&', 1 => '|', 2 => '^', 3 => '<<', 4 => '>>', 5 => '&~']; public $useWritePdo = FALSE }, $sql = 'insert into "user_data" ("user_id", "program_id", "landing_id", "linkcode", "sub_id", "is_unique", "user_params", "updated_at", "created_at") values (?, ?, ?, ?, ?, ?, ?, ?, ?) returning "id"', $values = [0 => 640, 1 => 46, 2 => 15, 3 => '640p46l15_GR', 4 => '', 5 => TRUE, 6 => '{"tds_domain":"_","user_agent":"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\\/1.0; +claudebot@anthropic.com)","lang":"","ip":"10.100.11.72","referer":"http:\\/\\/tds.sunplay.casino\\/640p46l15_GR","query":""}', 7 => '2024-04-27 09:10:01', 8 => '2024-04-27 09:10:01'], $sequence = 'id' ).../Builder.php:3252
100.0024433456Illuminate\Database\Connection->selectFromWriteConnection( $query = 'insert into "user_data" ("user_id", "program_id", "landing_id", "linkcode", "sub_id", "is_unique", "user_params", "updated_at", "created_at") values (?, ?, ?, ?, ?, ?, ?, ?, ?) returning "id"', $bindings = [0 => 640, 1 => 46, 2 => 15, 3 => '640p46l15_GR', 4 => '', 5 => TRUE, 6 => '{"tds_domain":"_","user_agent":"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\\/1.0; +claudebot@anthropic.com)","lang":"","ip":"10.100.11.72","referer":"http:\\/\\/tds.sunplay.casino\\/640p46l15_GR","query":""}', 7 => '2024-04-27 09:10:01', 8 => '2024-04-27 09:10:01'] ).../PostgresProcessor.php:24
110.0024433456Illuminate\Database\Connection->select( $query = 'insert into "user_data" ("user_id", "program_id", "landing_id", "linkcode", "sub_id", "is_unique", "user_params", "updated_at", "created_at") values (?, ?, ?, ?, ?, ?, ?, ?, ?) returning "id"', $bindings = [0 => 640, 1 => 46, 2 => 15, 3 => '640p46l15_GR', 4 => '', 5 => TRUE, 6 => '{"tds_domain":"_","user_agent":"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\\/1.0; +claudebot@anthropic.com)","lang":"","ip":"10.100.11.72","referer":"http:\\/\\/tds.sunplay.casino\\/640p46l15_GR","query":""}', 7 => '2024-04-27 09:10:01', 8 => '2024-04-27 09:10:01'], $useReadPdo = FALSE ).../Connection.php:391
120.0024434376Illuminate\Database\Connection->run( $query = 'insert into "user_data" ("user_id", "program_id", "landing_id", "linkcode", "sub_id", "is_unique", "user_params", "updated_at", "created_at") values (?, ?, ?, ?, ?, ?, ?, ?, ?) returning "id"', $bindings = [0 => 640, 1 => 46, 2 => 15, 3 => '640p46l15_GR', 4 => '', 5 => TRUE, 6 => '{"tds_domain":"_","user_agent":"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\\/1.0; +claudebot@anthropic.com)","lang":"","ip":"10.100.11.72","referer":"http:\\/\\/tds.sunplay.casino\\/640p46l15_GR","query":""}', 7 => '2024-04-27 09:10:01', 8 => '2024-04-27 09:10:01'], $callback = class Closure { virtual $closure = "$this->Illuminate\Database\{closure}" } ).../Connection.php:421
130.0261513632Illuminate\Database\Connection->handleQueryException( $e = class Illuminate\Database\QueryException { protected $message = 'SQLSTATE[08006] [7] could not translate host name "prod-postgresql.cluster-cd8b2ma7e35q.sa-east-1.rds.amazonaws.com" to address: Name or service not known (SQL: insert into "user_data" ("user_id", "program_id", "landing_id", "linkcode", "sub_id", "is_unique", "user_params", "updated_at", "created_at") values (640, 46, 15, 640p46l15_GR, , 1, {"tds_domain":"_","user_agent":"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\\/1.0; +claudebot@anthropic.com)","lang":"","ip":"10.100.11.72"'...; private string ${Exception}string = ''; protected $code = 7; protected string $file = '/var/www/html/vendor/illuminate/database/Connection.php'; protected int $line = 759; private array ${Exception}trace = [0 => [...], 1 => [...], 2 => [...], 3 => [...], 4 => [...], 5 => [...], 6 => [...], 7 => [...], 8 => [...], 9 => [...], 10 => [...]]; private ?Throwable ${Exception}previous = class PDOException { protected $message = 'SQLSTATE[08006] [7] could not translate host name "prod-postgresql.cluster-cd8b2ma7e35q.sa-east-1.rds.amazonaws.com" to address: Name or service not known'; private string ${Exception}string = ''; protected $code = 7; protected string $file = '/var/www/html/vendor/illuminate/database/Connectors/Connector.php'; protected int $line = 70; private array ${Exception}trace = [...]; private ?Throwable ${Exception}previous = NULL; public ?array $errorInfo = [...]; public $xdebug_message = '<tr><th align=\'left\' bgcolor=\'#f57900\' colspan="5"><span style=\'background-color: #cc0000; color: #fce94f; font-size: x-large;\'>( ! )</span> PDOException: SQLSTATE[08006] [7] could not translate host name "prod-postgresql.cluster-cd8b2ma7e35q.sa-east-1.rds.amazonaws.com" to address: Name or service not known in /var/www/html/vendor/illuminate/database/Connectors/Connector.php on line <i>70</i></th></tr>\n<tr><th align=\'left\' bgcolor=\'#e9b96e\' colspan=\'5\'>Call Stack</th></tr>\n<tr><th align=\'center\' bgcolor=\'#'... }; public ?array $errorInfo = [0 => '08006', 1 => 7, 2 => 'could not translate host name "prod-postgresql.cluster-cd8b2ma7e35q.sa-east-1.rds.amazonaws.com" to address: Name or service not known']; protected $sql = 'insert into "user_data" ("user_id", "program_id", "landing_id", "linkcode", "sub_id", "is_unique", "user_params", "updated_at", "created_at") values (?, ?, ?, ?, ?, ?, ?, ?, ?) returning "id"'; protected $bindings = [0 => 640, 1 => 46, 2 => 15, 3 => '640p46l15_GR', 4 => '', 5 => 1, 6 => '{"tds_domain":"_","user_agent":"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\\/1.0; +claudebot@anthropic.com)","lang":"","ip":"10.100.11.72","referer":"http:\\/\\/tds.sunplay.casino\\/640p46l15_GR","query":""}', 7 => '2024-04-27 09:10:01', 8 => '2024-04-27 09:10:01']; public $xdebug_message = '<tr><th align=\'left\' bgcolor=\'#f57900\' colspan="5"><span style=\'background-color: #cc0000; color: #fce94f; font-size: x-large;\'>( ! )</span> Illuminate\\Database\\QueryException: SQLSTATE[08006] [7] could not translate host name "prod-postgresql.cluster-cd8b2ma7e35q.sa-east-1.rds.amazonaws.com" to address: Name or service not known (SQL: insert into "user_data" ("user_id", "program_id", "landing_id", "linkcode", "sub_id", "is_unique", "user_params", "updated_at", "created_at") values (640, 46, 15, 640p46l15_G'... }, $query = 'insert into "user_data" ("user_id", "program_id", "landing_id", "linkcode", "sub_id", "is_unique", "user_params", "updated_at", "created_at") values (?, ?, ?, ?, ?, ?, ?, ?, ?) returning "id"', $bindings = [0 => 640, 1 => 46, 2 => 15, 3 => '640p46l15_GR', 4 => '', 5 => TRUE, 6 => '{"tds_domain":"_","user_agent":"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\\/1.0; +claudebot@anthropic.com)","lang":"","ip":"10.100.11.72","referer":"http:\\/\\/tds.sunplay.casino\\/640p46l15_GR","query":""}', 7 => '2024-04-27 09:10:01', 8 => '2024-04-27 09:10:01'], $callback = class Closure { virtual $closure = "$this->Illuminate\Database\{closure}" } ).../Connection.php:722
140.0261513632Illuminate\Database\Connection->tryAgainIfCausedByLostConnection( $e = class Illuminate\Database\QueryException { protected $message = 'SQLSTATE[08006] [7] could not translate host name "prod-postgresql.cluster-cd8b2ma7e35q.sa-east-1.rds.amazonaws.com" to address: Name or service not known (SQL: insert into "user_data" ("user_id", "program_id", "landing_id", "linkcode", "sub_id", "is_unique", "user_params", "updated_at", "created_at") values (640, 46, 15, 640p46l15_GR, , 1, {"tds_domain":"_","user_agent":"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\\/1.0; +claudebot@anthropic.com)","lang":"","ip":"10.100.11.72"'...; private string ${Exception}string = ''; protected $code = 7; protected string $file = '/var/www/html/vendor/illuminate/database/Connection.php'; protected int $line = 759; private array ${Exception}trace = [0 => [...], 1 => [...], 2 => [...], 3 => [...], 4 => [...], 5 => [...], 6 => [...], 7 => [...], 8 => [...], 9 => [...], 10 => [...]]; private ?Throwable ${Exception}previous = class PDOException { protected $message = 'SQLSTATE[08006] [7] could not translate host name "prod-postgresql.cluster-cd8b2ma7e35q.sa-east-1.rds.amazonaws.com" to address: Name or service not known'; private string ${Exception}string = ''; protected $code = 7; protected string $file = '/var/www/html/vendor/illuminate/database/Connectors/Connector.php'; protected int $line = 70; private array ${Exception}trace = [...]; private ?Throwable ${Exception}previous = NULL; public ?array $errorInfo = [...]; public $xdebug_message = '<tr><th align=\'left\' bgcolor=\'#f57900\' colspan="5"><span style=\'background-color: #cc0000; color: #fce94f; font-size: x-large;\'>( ! )</span> PDOException: SQLSTATE[08006] [7] could not translate host name "prod-postgresql.cluster-cd8b2ma7e35q.sa-east-1.rds.amazonaws.com" to address: Name or service not known in /var/www/html/vendor/illuminate/database/Connectors/Connector.php on line <i>70</i></th></tr>\n<tr><th align=\'left\' bgcolor=\'#e9b96e\' colspan=\'5\'>Call Stack</th></tr>\n<tr><th align=\'center\' bgcolor=\'#'... }; public ?array $errorInfo = [0 => '08006', 1 => 7, 2 => 'could not translate host name "prod-postgresql.cluster-cd8b2ma7e35q.sa-east-1.rds.amazonaws.com" to address: Name or service not known']; protected $sql = 'insert into "user_data" ("user_id", "program_id", "landing_id", "linkcode", "sub_id", "is_unique", "user_params", "updated_at", "created_at") values (?, ?, ?, ?, ?, ?, ?, ?, ?) returning "id"'; protected $bindings = [0 => 640, 1 => 46, 2 => 15, 3 => '640p46l15_GR', 4 => '', 5 => 1, 6 => '{"tds_domain":"_","user_agent":"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\\/1.0; +claudebot@anthropic.com)","lang":"","ip":"10.100.11.72","referer":"http:\\/\\/tds.sunplay.casino\\/640p46l15_GR","query":""}', 7 => '2024-04-27 09:10:01', 8 => '2024-04-27 09:10:01']; public $xdebug_message = '<tr><th align=\'left\' bgcolor=\'#f57900\' colspan="5"><span style=\'background-color: #cc0000; color: #fce94f; font-size: x-large;\'>( ! )</span> Illuminate\\Database\\QueryException: SQLSTATE[08006] [7] could not translate host name "prod-postgresql.cluster-cd8b2ma7e35q.sa-east-1.rds.amazonaws.com" to address: Name or service not known (SQL: insert into "user_data" ("user_id", "program_id", "landing_id", "linkcode", "sub_id", "is_unique", "user_params", "updated_at", "created_at") values (640, 46, 15, 640p46l15_G'... }, $query = 'insert into "user_data" ("user_id", "program_id", "landing_id", "linkcode", "sub_id", "is_unique", "user_params", "updated_at", "created_at") values (?, ?, ?, ?, ?, ?, ?, ?, ?) returning "id"', $bindings = [0 => 640, 1 => 46, 2 => 15, 3 => '640p46l15_GR', 4 => '', 5 => TRUE, 6 => '{"tds_domain":"_","user_agent":"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\\/1.0; +claudebot@anthropic.com)","lang":"","ip":"10.100.11.72","referer":"http:\\/\\/tds.sunplay.casino\\/640p46l15_GR","query":""}', 7 => '2024-04-27 09:10:01', 8 => '2024-04-27 09:10:01'], $callback = class Closure { virtual $closure = "$this->Illuminate\Database\{closure}" } ).../Connection.php:878
150.0262514272Illuminate\Database\Connection->runQueryCallback( $query = 'insert into "user_data" ("user_id", "program_id", "landing_id", "linkcode", "sub_id", "is_unique", "user_params", "updated_at", "created_at") values (?, ?, ?, ?, ?, ?, ?, ?, ?) returning "id"', $bindings = [0 => 640, 1 => 46, 2 => 15, 3 => '640p46l15_GR', 4 => '', 5 => TRUE, 6 => '{"tds_domain":"_","user_agent":"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\\/1.0; +claudebot@anthropic.com)","lang":"","ip":"10.100.11.72","referer":"http:\\/\\/tds.sunplay.casino\\/640p46l15_GR","query":""}', 7 => '2024-04-27 09:10:01', 8 => '2024-04-27 09:10:01'], $callback = class Closure { virtual $closure = "$this->Illuminate\Database\{closure}" } ).../Connection.php:898