# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 16:51:18.198 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 16:51:18.199 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 16:51:18.199 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 16:51:18.199 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 16:51:18.200 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 16:51:18.200 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 16:51:18.200 | 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 | 16:51:18.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 16:51:18.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 16:51:18.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 16:51:18.214 | info | yii\web\Session::open | Session started | |
12 | 16:51:18.215 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 16:51:18.215 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 16:51:18.215 | 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 | 16:51:18.224 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 16:51:18.226 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 16:51:18.226 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 16:51:18.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 16:51:18.228 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 16:51:18.228 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 16:51:18.229 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 16:51:18.229 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 16:51:18.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 16:51:18.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 16:51:18.231 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 16:51:18.231 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 16:51:18.232 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 16:51:18.233 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 16:51:18.234 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 16:51:18.234 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 16:51:18.235 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 16:51:18.240 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 16:51:18.241 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 16:51:18.242 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 16:51:18.242 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 16:51:18.243 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 16:51:18.243 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 16:51:18.244 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 16:51:18.244 | 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 | 16:51:18.267 | 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 | 16:51:18.301 | 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 | 16:51:18.310 | 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 | 16:51:18.323 | 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 | 16:51:18.329 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 16:51:18.330 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 16:51:18.332 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-27') AND ("end_date" >= '2025-06-27') AND ("start_time" <= '16:51') AND ("end_time" >= '16:51') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 16:51:18.338 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-27') AND ("end_date" >= '2025-06-27') AND ("start_time" <= '16:51') AND ("end_time" >= '16:51') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 16:51:18.342 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 16:51:18.343 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 16:51:18.344 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 16:51:18.345 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 16:51:18.345 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 16:51:18.346 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 16:51:18.347 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 16:51:18.347 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 16:51:18.348 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 16:51:18.348 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 16:51:18.349 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 16:51:18.350 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 16:51:18.350 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 16:51:18.351 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 16:51:18.351 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 16:51:18.351 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 16:51:18.352 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 16:51:18.353 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 16:51:18.354 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 16:51:18.354 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 16:51:18.355 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 16:51:18.355 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 16:51:18.356 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 16:51:18.356 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 16:51:18.357 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 16:51:18.358 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 16:51:18.358 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 16:51:18.359 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 16:51:18.359 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 16:51:18.360 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 16:51:18.360 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 16:51:18.361 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 16:51:18.361 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 16:51:18.362 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 16:51:18.363 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 16:51:18.364 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 16:51:18.364 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 16:51:18.365 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 16:51:18.365 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 16:51:18.366 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 16:51:18.367 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 16:51:18.367 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 16:51:18.368 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 16:51:18.368 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 16:51:18.369 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 16:51:18.370 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 16:51:18.370 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 16:51:18.371 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 16:51:18.371 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 16:51:18.372 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 16:51:18.373 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 16:51:18.373 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 16:51:18.374 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 16:51:18.375 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 16:51:18.375 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 16:51:18.376 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 16:51:18.377 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 16:51:18.377 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 16:51:18.378 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 16:51:18.379 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 16:51:18.379 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 16:51:18.380 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 16:51:18.381 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 16:51:18.382 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 16:51:18.382 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 16:51:18.383 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 16:51:18.383 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 16:51:18.384 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 16:51:18.384 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 16:51:18.385 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 16:51:18.386 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 16:51:18.393 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 16:51:18.394 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 16:51:18.395 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 16:51:18.399 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 16:51:18.399 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 16:51:18.400 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 16:51:18.401 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 16:51:18.402 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 16:51:18.402 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 16:51:18.403 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 16:51:18.404 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 16:51:18.404 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 16:51:18.405 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 16:51:18.406 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 16:51:18.406 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 16:51:18.407 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 16:51:18.407 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 16:51:18.408 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 16:51:18.408 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 16:51:18.409 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 16:51:18.410 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 16:51:18.410 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 16:51:18.411 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 16:51:18.411 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 16:51:18.412 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 16:51:18.413 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 16:51:18.413 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 16:51:18.414 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 16:51:18.414 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 16:51:18.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 16:51:18.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 16:51:18.416 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 16:51:18.416 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 16:51:18.417 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 16:51:18.417 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 16:51:18.418 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 16:51:18.419 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 16:51:18.419 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 16:51:18.420 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 16:51:18.420 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 16:51:18.421 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 16:51:18.422 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 16:51:18.422 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 16:51:18.423 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 16:51:18.423 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 16:51:18.424 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 16:51:18.424 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 16:51:18.425 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 16:51:18.425 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 16:51:18.426 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 16:51:18.427 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 16:51:18.427 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 16:51:18.428 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 16:51:18.428 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 16:51:18.429 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 16:51:18.429 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 16:51:18.430 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 16:51:18.431 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 16:51:18.431 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 16:51:18.432 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 16:51:18.432 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 16:51:18.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 16:51:18.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 16:51:18.434 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 16:51:18.435 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 16:51:18.435 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 16:51:18.436 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 16:51:18.437 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 16:51:18.437 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 16:51:18.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 16:51:18.439 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 16:51:18.440 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 16:51:18.440 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 16:51:18.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 16:51:18.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 16:51:18.442 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 16:51:18.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 16:51:18.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 16:51:18.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 16:51:18.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 16:51:18.445 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 16:51:18.446 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 16:51:18.446 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 16:51:18.447 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 16:51:18.448 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 16:51:18.448 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 16:51:18.449 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 16:51:18.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 16:51:18.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 16:51:18.451 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 16:51:18.453 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 16:51:18.453 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 16:51:18.454 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 16:51:18.455 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 16:51:18.456 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-06-20 00:00:00') AND ("join_date" <= '2025-06-27 23:59:59') | |
214 | 16:51:18.460 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 16:51:18.460 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 16:51:18.461 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 16:51:18.461 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 16:51:18.462 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 16:51:18.462 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 16:51:18.463 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 16:51:18.465 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 16:51:18.465 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 16:51:18.466 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 16:51:18.466 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 16:51:18.467 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 16:51:18.467 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 16:51:18.468 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 16:51:18.468 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 16:51:18.469 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 16:51:18.469 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 16:51:18.470 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 16:51:18.470 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 16:51:18.473 | 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 | 16:51:18.482 | 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 | 16:51:18.499 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 16:51:18.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 16:51:18.509 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 16:51:18.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 16:51:18.512 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 16:51:18.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 16:51:18.514 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 16:51:18.514 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 16:51:18.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 16:51:18.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 16:51:18.516 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 16:51:18.516 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 16:51:18.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 16:51:18.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 16:51:18.518 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 16:51:18.519 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 16:51:18.519 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 16:51:18.520 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 16:51:18.520 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 16:51:18.521 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 16:51:18.521 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 16:51:18.522 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 16:51:18.522 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 16:51:18.523 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 16:51:18.523 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 16:51:18.524 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 16:51:18.525 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 16:51:18.525 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 16:51:18.526 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 16:51:18.526 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 16:51:18.527 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 16:51:18.528 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 16:51:18.528 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 16:51:18.530 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 16:51:18.530 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 16:51:18.534 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |