# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 05:10:24.296 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 05:10:24.298 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 05:10:24.298 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 05:10:24.299 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 05:10:24.299 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 05:10:24.299 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 05:10:24.299 | 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 | 05:10:24.313 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 05:10:24.314 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 05:10:24.315 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 05:10:24.316 | info | yii\web\Session::open | Session started | |
12 | 05:10:24.316 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 05:10:24.316 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 05:10:24.317 | 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 | 05:10:24.327 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 05:10:24.328 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 05:10:24.329 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 05:10:24.329 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 05:10:24.330 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 05:10:24.330 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 05:10:24.331 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 05:10:24.331 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 05:10:24.332 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 05:10:24.332 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 05:10:24.333 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 05:10:24.333 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 05:10:24.334 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 05:10:24.335 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 05:10:24.335 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 05:10:24.336 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 05:10:24.336 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 05:10:24.337 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 05:10:24.338 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 05:10:24.338 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 05:10:24.339 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 05:10:24.339 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 05:10:24.340 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 05:10:24.340 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 05:10:24.341 | 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 | 05:10:24.360 | 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 | 05:10:24.373 | 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 | 05:10:24.379 | 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 | 05:10:24.387 | 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 | 05:10:24.393 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 05:10:24.394 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 05:10:24.396 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-05-11') AND ("end_date" >= '2025-05-11') AND ("start_time" <= '05:10') AND ("end_time" >= '05:10') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 05:10:24.400 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-05-11') AND ("end_date" >= '2025-05-11') AND ("start_time" <= '05:10') AND ("end_time" >= '05:10') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 05:10:24.402 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 05:10:24.404 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 05:10:24.405 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 05:10:24.405 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 05:10:24.406 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 05:10:24.406 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 05:10:24.407 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 05:10:24.407 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 05:10:24.408 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 05:10:24.409 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 05:10:24.409 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 05:10:24.410 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 05:10:24.410 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 05:10:24.411 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 05:10:24.411 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 05:10:24.412 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 05:10:24.413 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 05:10:24.413 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 05:10:24.414 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 05:10:24.414 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 05:10:24.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 05:10:24.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 05:10:24.416 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 05:10:24.416 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 05:10:24.417 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 05:10:24.417 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 05:10:24.418 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 05:10:24.419 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 05:10:24.419 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 05:10:24.420 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 05:10:24.421 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 05:10:24.421 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 05:10:24.422 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 05:10:24.422 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 05:10:24.423 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 05:10:24.424 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 05:10:24.425 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 05:10:24.425 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 05:10:24.426 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 05:10:24.427 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 05:10:24.427 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 05:10:24.428 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 05:10:24.428 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 05:10:24.428 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 05:10:24.429 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 05:10:24.430 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 05:10:24.430 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 05:10:24.431 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 05:10:24.431 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 05:10:24.432 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 05:10:24.432 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 05:10:24.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 05:10:24.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 05:10:24.434 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 05:10:24.434 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 05:10:24.435 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 05:10:24.436 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 05:10:24.437 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 05:10:24.437 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 05:10:24.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 05:10:24.439 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 05:10:24.439 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 05:10:24.440 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 05:10:24.440 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 05:10:24.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 05:10:24.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 05:10:24.442 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 05:10:24.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 05:10:24.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 05:10:24.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 05:10:24.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 05:10:24.445 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 05:10:24.447 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 05:10:24.447 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 05:10:24.448 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 05:10:24.448 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 05:10:24.449 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 05:10:24.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 05:10:24.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 05:10:24.451 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 05:10:24.452 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 05:10:24.452 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 05:10:24.453 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 05:10:24.453 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 05:10:24.454 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 05:10:24.455 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 05:10:24.455 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 05:10:24.456 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 05:10:24.456 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 05:10:24.457 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 05:10:24.457 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 05:10:24.458 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 05:10:24.458 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 05:10:24.459 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 05:10:24.460 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 05:10:24.461 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 05:10:24.461 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 05:10:24.462 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 05:10:24.462 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 05:10:24.463 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 05:10:24.463 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 05:10:24.464 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 05:10:24.465 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 05:10:24.465 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 05:10:24.466 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 05:10:24.466 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 05:10:24.467 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 05:10:24.467 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 05:10:24.468 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 05:10:24.469 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 05:10:24.469 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 05:10:24.470 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 05:10:24.471 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 05:10:24.472 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 05:10:24.473 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 05:10:24.473 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 05:10:24.474 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 05:10:24.474 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 05:10:24.475 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 05:10:24.475 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 05:10:24.476 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 05:10:24.476 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 05:10:24.477 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 05:10:24.478 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 05:10:24.478 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 05:10:24.479 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 05:10:24.479 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 05:10:24.480 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 05:10:24.480 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 05:10:24.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 05:10:24.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 05:10:24.482 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 05:10:24.483 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 05:10:24.483 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 05:10:24.484 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 05:10:24.485 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 05:10:24.485 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 05:10:24.486 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 05:10:24.486 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 05:10:24.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 05:10:24.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 05:10:24.488 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 05:10:24.488 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 05:10:24.489 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 05:10:24.489 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 05:10:24.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 05:10:24.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 05:10:24.491 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 05:10:24.492 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 05:10:24.492 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 05:10:24.493 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 05:10:24.493 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 05:10:24.494 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 05:10:24.494 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 05:10:24.495 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 05:10:24.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 05:10:24.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 05:10:24.497 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 05:10:24.498 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 05:10:24.498 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 05:10:24.499 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 05:10:24.499 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 05:10:24.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 05:10:24.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 05:10:24.501 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 05:10:24.502 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-05-04 00:00:00') AND ("join_date" <= '2025-05-11 23:59:59') | |
214 | 05:10:24.505 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 05:10:24.505 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 05:10:24.506 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 05:10:24.506 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 05:10:24.507 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 05:10:24.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 05:10:24.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 05:10:24.509 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 05:10:24.509 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 05:10:24.510 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 05:10:24.510 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 05:10:24.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 05:10:24.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 05:10:24.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 05:10:24.512 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 05:10:24.512 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 05:10:24.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 05:10:24.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 05:10:24.514 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 05:10:24.516 | 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 | 05:10:24.522 | 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 | 05:10:24.526 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 05:10:24.527 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 05:10:24.528 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 05:10:24.530 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 05:10:24.531 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 05:10:24.531 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 05:10:24.532 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 05:10:24.532 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 05:10:24.533 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 05:10:24.533 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 05:10:24.534 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 05:10:24.534 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 05:10:24.535 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 05:10:24.535 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 05:10:24.536 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 05:10:24.538 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 05:10:24.538 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 05:10:24.539 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 05:10:24.539 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 05:10:24.540 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 05:10:24.540 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 05:10:24.541 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 05:10:24.542 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 05:10:24.543 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 05:10:24.543 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 05:10:24.544 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 05:10:24.544 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 05:10:24.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 05:10:24.546 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 05:10:24.546 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 05:10:24.546 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 05:10:24.547 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 05:10:24.548 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 05:10:24.549 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 05:10:24.549 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 05:10:24.554 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |