# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 03:34:40.251 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 03:34:40.252 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 03:34:40.252 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 03:34:40.252 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 03:34:40.252 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 03:34:40.252 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 03:34:40.253 | 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 | |
8 | 03:34:40.265 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 03:34:40.267 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 03:34:40.267 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 03:34:40.268 | info | yii\web\Session::open | Session started | |
12 | 03:34:40.268 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 03:34:40.268 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 03:34:40.268 | 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 | |
15 | 03:34:40.277 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 03:34:40.279 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 03:34:40.279 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 03:34:40.280 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 03:34:40.280 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 03:34:40.281 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 03:34:40.281 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 03:34:40.282 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 03:34:40.282 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 03:34:40.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 03:34:40.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 03:34:40.284 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 03:34:40.285 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 03:34:40.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 03:34:40.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 03:34:40.287 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 03:34:40.287 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 03:34:40.288 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 03:34:40.288 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 03:34:40.289 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 03:34:40.289 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 03:34:40.290 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 03:34:40.291 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 03:34:40.291 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 03:34:40.294 | 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 | |
40 | 03:34:40.318 | 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 = 'promotion' AND d.nspname = 'public' ORDER BY a.attnum; | |
41 | 03:34:40.343 | 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='promotion' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
42 | 03:34:40.384 | 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 = 'promotion_ongoing' AND d.nspname = 'public' ORDER BY a.attnum; | |
43 | 03:34:40.393 | 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='promotion_ongoing' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
44 | 03:34:40.400 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 03:34:40.402 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 03:34:40.407 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-07-05') AND ("end_date" >= '2025-07-05') AND ("start_time" <= '03:34') AND ("end_time" >= '03:34') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 03:34:40.412 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-07-05') AND ("end_date" >= '2025-07-05') AND ("start_time" <= '03:34') AND ("end_time" >= '03:34') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 03:34:40.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 03:34:40.416 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 03:34:40.418 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 03:34:40.420 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 03:34:40.422 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 03:34:40.422 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 03:34:40.424 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 03:34:40.424 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 03:34:40.427 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 03:34:40.428 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 03:34:40.428 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 03:34:40.429 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 03:34:40.430 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 03:34:40.431 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 03:34:40.432 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 03:34:40.432 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 03:34:40.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 03:34:40.434 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 03:34:40.434 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 03:34:40.435 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 03:34:40.436 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 03:34:40.437 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 03:34:40.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 03:34:40.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 03:34:40.439 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 03:34:40.439 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 03:34:40.440 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 03:34:40.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 03:34:40.442 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 03:34:40.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 03:34:40.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 03:34:40.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 03:34:40.445 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 03:34:40.445 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 03:34:40.446 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 03:34:40.447 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 03:34:40.449 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 03:34:40.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 03:34:40.451 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 03:34:40.451 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 03:34:40.453 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 03:34:40.453 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 03:34:40.454 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 03:34:40.457 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 03:34:40.458 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 03:34:40.459 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 03:34:40.459 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 03:34:40.460 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 03:34:40.461 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 03:34:40.461 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 03:34:40.462 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 03:34:40.462 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 03:34:40.463 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 03:34:40.463 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 03:34:40.464 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 03:34:40.465 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 03:34:40.465 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 03:34:40.466 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 03:34:40.467 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 03:34:40.468 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 03:34:40.468 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 03:34:40.469 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 03:34:40.469 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 03:34:40.470 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 03:34:40.471 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 03:34:40.471 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 03:34:40.472 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 03:34:40.472 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 03:34:40.473 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 03:34:40.473 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 03:34:40.474 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 03:34:40.475 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 03:34:40.475 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 03:34:40.476 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 03:34:40.477 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 03:34:40.477 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 03:34:40.478 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 03:34:40.479 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 03:34:40.479 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 03:34:40.480 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 03:34:40.480 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 03:34:40.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 03:34:40.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 03:34:40.482 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 03:34:40.482 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 03:34:40.483 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 03:34:40.484 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 03:34:40.484 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 03:34:40.485 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 03:34:40.485 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 03:34:40.486 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 03:34:40.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 03:34:40.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 03:34:40.488 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 03:34:40.489 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 03:34:40.489 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 03:34:40.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 03:34:40.491 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 03:34:40.491 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 03:34:40.492 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 03:34:40.492 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 03:34:40.494 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 03:34:40.495 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 03:34:40.495 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 03:34:40.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 03:34:40.497 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 03:34:40.497 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 03:34:40.498 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 03:34:40.498 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 03:34:40.499 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 03:34:40.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 03:34:40.501 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 03:34:40.502 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 03:34:40.503 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 03:34:40.503 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 03:34:40.504 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 03:34:40.505 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 03:34:40.505 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 03:34:40.506 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 03:34:40.507 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 03:34:40.507 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 03:34:40.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 03:34:40.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 03:34:40.509 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 03:34:40.510 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 03:34:40.510 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 03:34:40.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 03:34:40.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 03:34:40.512 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 03:34:40.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 03:34:40.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 03:34:40.514 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 03:34:40.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 03:34:40.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 03:34:40.516 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 03:34:40.516 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 03:34:40.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 03:34:40.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 03:34:40.518 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 03:34:40.519 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 03:34:40.519 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 03:34:40.520 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 03:34:40.521 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 03:34:40.521 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 03:34:40.522 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 03:34:40.522 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 03:34:40.523 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 03:34:40.523 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 03:34:40.524 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 03:34:40.524 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 03:34:40.525 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 03:34:40.526 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 03:34:40.526 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 03:34:40.527 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 03:34:40.527 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 03:34:40.528 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 03:34:40.528 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 03:34:40.529 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 03:34:40.530 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 03:34:40.530 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 03:34:40.531 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 03:34:40.532 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 03:34:40.532 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 03:34:40.533 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 03:34:40.533 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 03:34:40.535 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-06-28 00:00:00') AND ("join_date" <= '2025-07-05 23:59:59') | |
214 | 03:34:40.538 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 03:34:40.538 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 03:34:40.539 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 03:34:40.540 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 03:34:40.541 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 03:34:40.541 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 03:34:40.542 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 03:34:40.542 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 03:34:40.543 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 03:34:40.543 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 03:34:40.544 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 03:34:40.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 03:34:40.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 03:34:40.546 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 03:34:40.546 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 03:34:40.547 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 03:34:40.548 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 03:34:40.548 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 03:34:40.549 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 03:34:40.552 | 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; | |
234 | 03:34:40.560 | 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 | |
235 | 03:34:40.565 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 03:34:40.567 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 03:34:40.568 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 03:34:40.570 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 03:34:40.571 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 03:34:40.571 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 03:34:40.572 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 03:34:40.573 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 03:34:40.573 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 03:34:40.573 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 03:34:40.574 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 03:34:40.575 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 03:34:40.576 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 03:34:40.577 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 03:34:40.577 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 03:34:40.578 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 03:34:40.578 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 03:34:40.579 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 03:34:40.580 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 03:34:40.580 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 03:34:40.581 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 03:34:40.582 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 03:34:40.582 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 03:34:40.583 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 03:34:40.583 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 03:34:40.584 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 03:34:40.584 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 03:34:40.585 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 03:34:40.586 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 03:34:40.586 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 03:34:40.587 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 03:34:40.587 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 03:34:40.588 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 03:34:40.589 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 03:34:40.590 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 03:34:40.594 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |