# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 12:34:55.262 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 12:34:55.263 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 12:34:55.263 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 12:34:55.264 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 12:34:55.264 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 12:34:55.264 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 12:34:55.264 | 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 | 12:34:55.274 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 12:34:55.275 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 12:34:55.275 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 12:34:55.276 | info | yii\web\Session::open | Session started | |
12 | 12:34:55.276 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 12:34:55.277 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 12:34:55.277 | 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 | 12:34:55.285 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 12:34:55.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 12:34:55.287 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 12:34:55.287 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 12:34:55.288 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 12:34:55.288 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 12:34:55.289 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 12:34:55.289 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 12:34:55.290 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 12:34:55.290 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 12:34:55.291 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 12:34:55.291 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 12:34:55.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 12:34:55.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 12:34:55.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 12:34:55.293 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 12:34:55.293 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 12:34:55.294 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 12:34:55.295 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 12:34:55.295 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 12:34:55.296 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 12:34:55.296 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 12:34:55.297 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 12:34:55.297 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 12:34:55.297 | 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 | 12:34:55.347 | 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 | 12:34:55.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='promotion' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
42 | 12:34:55.371 | 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 | 12:34:55.380 | 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 | 12:34:55.387 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 12:34:55.388 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 12:34:55.390 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-05-21') AND ("end_date" >= '2025-05-21') AND ("start_time" <= '12:34') AND ("end_time" >= '12:34') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 12:34:55.395 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-05-21') AND ("end_date" >= '2025-05-21') AND ("start_time" <= '12:34') AND ("end_time" >= '12:34') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 12:34:55.398 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 12:34:55.399 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 12:34:55.400 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 12:34:55.401 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 12:34:55.402 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 12:34:55.402 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 12:34:55.403 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 12:34:55.403 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 12:34:55.404 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 12:34:55.404 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 12:34:55.405 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 12:34:55.405 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 12:34:55.406 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 12:34:55.406 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 12:34:55.407 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 12:34:55.408 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 12:34:55.408 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 12:34:55.409 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 12:34:55.409 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 12:34:55.410 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 12:34:55.411 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 12:34:55.411 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 12:34:55.412 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 12:34:55.412 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 12:34:55.413 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 12:34:55.413 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 12:34:55.414 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 12:34:55.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 12:34:55.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 12:34:55.416 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 12:34:55.416 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 12:34:55.417 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 12:34:55.418 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 12:34:55.418 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 12:34:55.419 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 12:34:55.420 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 12:34:55.420 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 12:34:55.421 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 12:34:55.421 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 12:34:55.422 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 12:34:55.423 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 12:34:55.423 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 12:34:55.424 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 12:34:55.424 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 12:34:55.425 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 12:34:55.426 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 12:34:55.426 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 12:34:55.427 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 12:34:55.427 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 12:34:55.428 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 12:34:55.428 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 12:34:55.429 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 12:34:55.430 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 12:34:55.430 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 12:34:55.431 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 12:34:55.431 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 12:34:55.432 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 12:34:55.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 12:34:55.434 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 12:34:55.434 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 12:34:55.435 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 12:34:55.436 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 12:34:55.437 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 12:34:55.437 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 12:34:55.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 12:34:55.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 12:34:55.439 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 12:34:55.440 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 12:34:55.440 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 12:34:55.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 12:34:55.442 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 12:34:55.442 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 12:34:55.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 12:34:55.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 12:34:55.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 12:34:55.445 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 12:34:55.445 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 12:34:55.446 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 12:34:55.447 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 12:34:55.447 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 12:34:55.448 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 12:34:55.448 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 12:34:55.449 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 12:34:55.451 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 12:34:55.451 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 12:34:55.452 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 12:34:55.453 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 12:34:55.453 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 12:34:55.454 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 12:34:55.454 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 12:34:55.455 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 12:34:55.456 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 12:34:55.456 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 12:34:55.457 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 12:34:55.457 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 12:34:55.458 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 12:34:55.459 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 12:34:55.459 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 12:34:55.460 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 12:34:55.461 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 12:34:55.461 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 12:34:55.462 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 12:34:55.462 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 12:34:55.463 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 12:34:55.464 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 12:34:55.464 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 12:34:55.465 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 12:34:55.466 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 12:34:55.466 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 12:34:55.467 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 12:34:55.468 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 12:34:55.469 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 12:34:55.469 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 12:34:55.470 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 12:34:55.471 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 12:34:55.471 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 12:34:55.472 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 12:34:55.473 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 12:34:55.473 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 12:34:55.474 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 12:34:55.475 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 12:34:55.475 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 12:34:55.476 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 12:34:55.476 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 12:34:55.477 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 12:34:55.478 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 12:34:55.479 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 12:34:55.479 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 12:34:55.480 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 12:34:55.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 12:34:55.482 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 12:34:55.482 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 12:34:55.483 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 12:34:55.483 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 12:34:55.484 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 12:34:55.485 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 12:34:55.485 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 12:34:55.486 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 12:34:55.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 12:34:55.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 12:34:55.488 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 12:34:55.489 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 12:34:55.489 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 12:34:55.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 12:34:55.491 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 12:34:55.491 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 12:34:55.492 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 12:34:55.492 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 12:34:55.493 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 12:34:55.494 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 12:34:55.494 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 12:34:55.495 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 12:34:55.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 12:34:55.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 12:34:55.497 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 12:34:55.498 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 12:34:55.498 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 12:34:55.499 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 12:34:55.499 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 12:34:55.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 12:34:55.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 12:34:55.501 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 12:34:55.502 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 12:34:55.502 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 12:34:55.503 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 12:34:55.504 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-05-14 00:00:00') AND ("join_date" <= '2025-05-21 23:59:59') | |
214 | 12:34:55.507 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 12:34:55.507 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 12:34:55.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 12:34:55.509 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 12:34:55.509 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 12:34:55.510 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 12:34:55.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 12:34:55.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 12:34:55.512 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 12:34:55.512 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 12:34:55.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 12:34:55.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 12:34:55.514 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 12:34:55.514 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 12:34:55.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 12:34:55.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 12:34:55.516 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 12:34:55.516 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 12:34:55.517 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 12:34:55.520 | 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 | 12:34:55.528 | 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 | 12:34:55.534 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 12:34:55.536 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 12:34:55.537 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 12:34:55.538 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 12:34:55.539 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 12:34:55.540 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 12:34:55.540 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 12:34:55.541 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 12:34:55.541 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 12:34:55.542 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 12:34:55.542 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 12:34:55.543 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 12:34:55.544 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 12:34:55.544 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 12:34:55.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 12:34:55.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 12:34:55.546 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 12:34:55.546 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 12:34:55.547 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 12:34:55.547 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 12:34:55.548 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 12:34:55.548 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 12:34:55.549 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 12:34:55.549 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 12:34:55.550 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 12:34:55.550 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 12:34:55.551 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 12:34:55.551 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 12:34:55.552 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 12:34:55.553 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 12:34:55.553 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 12:34:55.554 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 12:34:55.554 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 12:34:55.556 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 12:34:55.556 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 12:34:55.561 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |