# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 02:32:58.161 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 02:32:58.162 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 02:32:58.162 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 02:32:58.162 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 02:32:58.163 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 02:32:58.163 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 02:32:58.163 | 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 | 02:32:58.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 02:32:58.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 02:32:58.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 02:32:58.177 | info | yii\web\Session::open | Session started | |
12 | 02:32:58.177 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 02:32:58.177 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 02:32:58.177 | 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 | 02:32:58.190 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 02:32:58.191 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 02:32:58.193 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 02:32:58.194 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 02:32:58.194 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 02:32:58.195 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 02:32:58.195 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 02:32:58.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 02:32:58.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 02:32:58.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 02:32:58.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 02:32:58.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 02:32:58.199 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 02:32:58.200 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 02:32:58.202 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 02:32:58.203 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 02:32:58.204 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 02:32:58.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 02:32:58.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 02:32:58.206 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 02:32:58.207 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 02:32:58.207 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 02:32:58.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 02:32:58.208 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 02:32:58.210 | 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 | 02:32:58.232 | 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 | 02:32:58.266 | 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 | 02:32:58.305 | 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 | 02:32:58.328 | 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 | 02:32:58.345 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 02:32:58.347 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 02:32:58.353 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-19') AND ("end_date" >= '2025-06-19') AND ("start_time" <= '02:32') AND ("end_time" >= '02:32') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 02:32:58.359 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-19') AND ("end_date" >= '2025-06-19') AND ("start_time" <= '02:32') AND ("end_time" >= '02:32') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 02:32:58.363 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 02:32:58.364 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 02:32:58.365 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 02:32:58.366 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 02:32:58.366 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 02:32:58.367 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 02:32:58.368 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 02:32:58.368 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 02:32:58.369 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 02:32:58.370 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 02:32:58.371 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 02:32:58.371 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 02:32:58.372 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 02:32:58.372 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 02:32:58.373 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 02:32:58.374 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 02:32:58.374 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 02:32:58.375 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 02:32:58.376 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 02:32:58.376 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 02:32:58.377 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 02:32:58.377 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 02:32:58.379 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 02:32:58.380 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 02:32:58.383 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 02:32:58.383 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 02:32:58.384 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 02:32:58.385 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 02:32:58.386 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 02:32:58.386 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 02:32:58.387 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 02:32:58.388 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 02:32:58.389 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 02:32:58.390 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 02:32:58.390 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 02:32:58.391 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 02:32:58.392 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 02:32:58.392 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 02:32:58.393 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 02:32:58.394 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 02:32:58.394 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 02:32:58.395 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 02:32:58.396 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 02:32:58.396 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 02:32:58.397 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 02:32:58.398 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 02:32:58.399 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 02:32:58.399 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 02:32:58.400 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 02:32:58.400 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 02:32:58.401 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 02:32:58.401 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 02:32:58.402 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 02:32:58.402 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 02:32:58.403 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 02:32:58.404 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 02:32:58.405 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 02:32:58.406 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 02:32:58.406 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 02:32:58.407 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 02:32:58.408 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 02:32:58.409 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 02:32:58.409 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 02:32:58.410 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 02:32:58.411 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 02:32:58.412 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 02:32:58.412 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 02:32:58.413 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 02:32:58.413 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 02:32:58.414 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 02:32:58.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 02:32:58.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 02:32:58.416 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 02:32:58.417 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 02:32:58.417 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 02:32:58.418 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 02:32:58.418 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 02:32:58.419 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 02:32:58.420 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 02:32:58.421 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 02:32:58.421 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 02:32:58.422 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 02:32:58.423 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 02:32:58.423 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 02:32:58.435 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 02:32:58.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 02:32:58.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 02:32:58.440 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 02:32:58.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 02:32:58.442 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 02:32:58.442 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 02:32:58.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 02:32:58.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 02:32:58.447 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 02:32:58.448 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 02:32:58.449 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 02:32:58.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 02:32:58.451 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 02:32:58.451 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 02:32:58.452 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 02:32:58.453 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 02:32:58.453 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 02:32:58.454 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 02:32:58.455 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 02:32:58.456 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 02:32:58.456 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 02:32:58.457 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 02:32:58.458 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 02:32:58.458 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 02:32:58.459 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 02:32:58.460 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 02:32:58.461 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 02:32:58.462 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 02:32:58.464 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 02:32:58.465 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 02:32:58.465 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 02:32:58.466 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 02:32:58.467 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 02:32:58.472 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 02:32:58.473 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 02:32:58.473 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 02:32:58.474 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 02:32:58.475 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 02:32:58.475 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 02:32:58.476 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 02:32:58.476 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 02:32:58.477 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 02:32:58.478 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 02:32:58.478 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 02:32:58.479 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 02:32:58.479 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 02:32:58.480 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 02:32:58.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 02:32:58.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 02:32:58.482 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 02:32:58.482 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 02:32:58.483 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 02:32:58.484 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 02:32:58.484 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 02:32:58.485 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 02:32:58.486 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 02:32:58.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 02:32:58.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 02:32:58.488 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 02:32:58.489 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 02:32:58.489 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 02:32:58.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 02:32:58.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 02:32:58.491 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 02:32:58.492 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 02:32:58.492 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 02:32:58.493 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 02:32:58.494 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 02:32:58.494 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 02:32:58.495 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 02:32:58.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 02:32:58.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 02:32:58.497 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 02:32:58.497 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 02:32:58.498 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 02:32:58.499 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 02:32:58.499 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 02:32:58.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 02:32:58.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 02:32:58.501 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 02:32:58.502 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-06-12 00:00:00') AND ("join_date" <= '2025-06-19 23:59:59') | |
214 | 02:32:58.511 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 02:32:58.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 02:32:58.514 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 02:32:58.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 02:32:58.516 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 02:32:58.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 02:32:58.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 02:32:58.518 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 02:32:58.519 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 02:32:58.519 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 02:32:58.520 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 02:32:58.520 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 02:32:58.521 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 02:32:58.521 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 02:32:58.522 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 02:32:58.522 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 02:32:58.523 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 02:32:58.524 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 02:32:58.529 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 02:32:58.534 | 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 | 02:32:58.543 | 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 | 02:32:58.552 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 02:32:58.554 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 02:32:58.555 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 02:32:58.557 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 02:32:58.558 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 02:32:58.559 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 02:32:58.560 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 02:32:58.561 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 02:32:58.561 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 02:32:58.562 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 02:32:58.563 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 02:32:58.563 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 02:32:58.564 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 02:32:58.564 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 02:32:58.565 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 02:32:58.566 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 02:32:58.566 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 02:32:58.567 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 02:32:58.567 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 02:32:58.568 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 02:32:58.568 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 02:32:58.569 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 02:32:58.569 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 02:32:58.570 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 02:32:58.570 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 02:32:58.571 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 02:32:58.571 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 02:32:58.572 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 02:32:58.572 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 02:32:58.573 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 02:32:58.573 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 02:32:58.574 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 02:32:58.574 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 02:32:58.575 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 02:32:58.576 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 02:32:58.580 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |