# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 01:52:24.320 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 01:52:24.321 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 01:52:24.321 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 01:52:24.321 | trace | yii\redis\Connection::open | Opening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1 | |
5 | 01:52:24.329 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
6 | 01:52:24.330 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
7 | 01:52:24.331 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
8 | 01:52:24.331 | info | yii\web\Session::open | Session started | |
9 | 01:52:24.331 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=private-postgresql-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com;port=25060;dbname=defaultdb | |
10 | 01:52:24.351 | info | yii\db\Command::query | SELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'member' AND d.nspname = 'public' ORDER BY a.attnum; | |
11 | 01:52:24.363 | info | yii\db\Command::query | select ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='member' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
12 | 01:52:24.367 | info | yii\db\Command::query | SELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2)) | |
13 | 01:52:24.369 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
14 | 01:52:24.369 | trace | yii\base\Module::getModule | Loading module: gii | |
15 | 01:52:24.369 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
16 | 01:52:24.370 | trace | yii\web\Application::handleRequest | Route requested: 'play/launch' | |
17 | 01:52:24.370 | trace | yii\base\Controller::runAction | Route to run: play/launch | |
18 | 01:52:24.370 | trace | yii\redis\Connection::open | Opening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0 | |
19 | 01:52:24.383 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
20 | 01:52:24.384 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
21 | 01:52:24.384 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 01:52:24.385 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 01:52:24.386 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 01:52:24.386 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 01:52:24.387 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 01:52:24.387 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 01:52:24.388 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 01:52:24.388 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 01:52:24.389 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 01:52:24.389 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 01:52:24.390 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 01:52:24.390 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 01:52:24.391 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 01:52:24.391 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 01:52:24.392 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 01:52:24.392 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 01:52:24.393 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 01:52:24.393 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
39 | 01:52:24.393 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
40 | 01:52:24.394 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
41 | 01:52:24.395 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
42 | 01:52:24.395 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PlayController::actionLaunch() | |
43 | 01:52:24.396 | trace | linslin\yii2\curl\Curl::_httpRequest | Start sending cURL-Request: http://tupai.api.mickey88indo.com/game/launch?gamecode=greatkongisland&member=1eebb648-e02e-6a38-b774-5e1409fc0711&redirectUrl=https%3A%2F%2Fmickey88indo.com%2Fslot%3Fprovider%3Dtupaigaming&memberIp=162.158.171.5&provider=tupaigaming&gameType=&gpId=&cashierUrl=http%3A%2F%2Fmickey88indo.com%2Fdeposit&gameName=Great+Kong+Island&agent_id=1edd46f9-bb77-68ec-807c-52cd15f3a828&agent_code=code\n | |
44 | 01:52:25.070 | trace | linslin\yii2\curl\Curl::_httpRequest | End cURL-Request: {"success":false,"message":"Failed to established connection to game server.Unknown error","gameUrl":null} | |
45 | 01:52:25.070 | error | yii\web\HttpException:500 | yii\web\ServerErrorHttpException: Failed to established connection to game server.Unknown error in /var/www/member-area/controllers/PlayController.php:204 Stack trace: #0 [internal function]: app\controllers\PlayController->actionLaunch() #1 /var/www/member-area/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array() #2 /var/www/member-area/vendor/yiisoft/yii2/base/Controller.php(178): yii\base\InlineAction->runWithParams() #3 /var/www/member-area/vendor/yiisoft/yii2/base/Module.php(552): yii\base\Controller->runAction() #4 /var/www/member-area/vendor/yiisoft/yii2/web/Application.php(103): yii\base\Module->runAction() #5 /var/www/member-area/vendor/yiisoft/yii2/base/Application.php(384): yii\web\Application->handleRequest() #6 /var/www/member-area/web/index.php(14): yii\base\Application->run() #7 {main} | |
46 | 01:52:25.070 | trace | yii\base\Controller::runAction | Route to run: site/error | |
47 | 01:52:25.070 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
48 | 01:52:25.071 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 01:52:25.072 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 01:52:25.072 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 01:52:25.077 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 01:52:25.078 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 01:52:25.078 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 01:52:25.078 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 01:52:25.079 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 01:52:25.079 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 01:52:25.080 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 01:52:25.080 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 01:52:25.081 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 01:52:25.081 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 01:52:25.082 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 01:52:25.082 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 01:52:25.083 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 01:52:25.083 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 01:52:25.084 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 01:52:25.084 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 01:52:25.085 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 01:52:25.085 | trace | yii\base\Action::runWithParams | Running action: yii\web\ErrorAction::run(), invoked by app\controllers\SiteController | |
69 | 01:52:25.085 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/site/error.php | |
70 | 01:52:25.085 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
71 | 01:52:25.086 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 01:52:25.086 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 01:52:25.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 01:52:25.093 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 01:52:25.093 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 01:52:25.094 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 01:52:25.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 01:52:25.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 01:52:25.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 01:52:25.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 01:52:25.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 01:52:25.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 01:52:25.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 01:52:25.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 01:52:25.098 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 01:52:25.098 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 01:52:25.099 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 01:52:25.099 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
89 | 01:52:25.101 | info | yii\db\Command::query | SELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'agent_setting' AND d.nspname = 'public' ORDER BY a.attnum; | |
90 | 01:52:25.107 | info | yii\db\Command::query | select ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='agent_setting' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
91 | 01:52:25.112 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
92 | 01:52:25.114 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 01:52:25.115 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
94 | 01:52:25.118 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 01:52:25.119 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 01:52:25.119 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 01:52:25.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 01:52:25.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 01:52:25.121 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 01:52:25.121 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 01:52:25.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 01:52:25.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 01:52:25.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 01:52:25.123 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 01:52:25.124 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 01:52:25.124 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 01:52:25.124 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 01:52:25.125 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 01:52:25.125 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 01:52:25.126 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 01:52:25.126 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 01:52:25.126 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 01:52:25.127 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 01:52:25.127 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 01:52:25.127 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 01:52:25.128 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 01:52:25.128 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 01:52:25.128 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 01:52:25.129 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 01:52:25.129 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 01:52:25.130 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 01:52:25.130 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 01:52:25.131 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
124 | 01:52:25.132 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 01:52:25.321 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET | |
126 | 01:52:25.322 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: ZADD | |
127 | 01:52:25.323 | < 0ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |