# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 09:33:50.411 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 09:33:50.412 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 09:33:50.412 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 09:33:50.412 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 09:33:50.412 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 09:33:50.413 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 09:33:50.413 | 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 | 09:33:50.422 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 09:33:50.423 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 09:33:50.424 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 09:33:50.424 | info | yii\web\Session::open | Session started | |
12 | 09:33:50.425 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 09:33:50.425 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 09:33:50.425 | 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 | 09:33:50.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 09:33:50.434 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 09:33:50.435 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 09:33:50.436 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 09:33:50.436 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 09:33:50.437 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 09:33:50.437 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 09:33:50.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 09:33:50.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 09:33:50.439 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 09:33:50.439 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 09:33:50.440 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 09:33:50.440 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 09:33:50.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 09:33:50.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 09:33:50.442 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 09:33:50.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 09:33:50.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 09:33:50.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 09:33:50.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 09:33:50.445 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 09:33:50.445 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 09:33:50.446 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 09:33:50.447 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 09:33:50.447 | 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 | 09:33:50.472 | 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 | 09:33:50.503 | 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 | 09:33:50.513 | 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 | 09:33:50.523 | 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 | 09:33:50.531 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 09:33:50.532 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 09:33:50.535 | 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" <= '09:33') AND ("end_time" >= '09:33') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 09:33:50.541 | 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" <= '09:33') AND ("end_time" >= '09:33') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 09:33:50.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 09:33:50.546 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 09:33:50.547 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 09:33:50.548 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 09:33:50.549 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 09:33:50.550 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 09:33:50.550 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 09:33:50.551 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 09:33:50.552 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 09:33:50.553 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 09:33:50.553 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 09:33:50.554 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 09:33:50.555 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 09:33:50.555 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 09:33:50.556 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 09:33:50.557 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 09:33:50.557 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 09:33:50.558 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 09:33:50.559 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 09:33:50.559 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 09:33:50.560 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 09:33:50.561 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 09:33:50.562 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 09:33:50.563 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 09:33:50.564 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 09:33:50.564 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 09:33:50.565 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 09:33:50.566 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 09:33:50.567 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 09:33:50.567 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 09:33:50.568 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 09:33:50.569 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 09:33:50.569 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 09:33:50.570 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 09:33:50.571 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 09:33:50.572 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 09:33:50.573 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 09:33:50.573 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 09:33:50.574 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 09:33:50.575 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 09:33:50.576 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 09:33:50.576 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 09:33:50.577 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 09:33:50.578 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 09:33:50.578 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 09:33:50.579 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 09:33:50.580 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 09:33:50.581 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 09:33:50.581 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 09:33:50.582 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 09:33:50.583 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 09:33:50.584 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 09:33:50.584 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 09:33:50.585 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 09:33:50.586 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 09:33:50.587 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 09:33:50.588 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 09:33:50.589 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 09:33:50.590 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 09:33:50.590 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 09:33:50.591 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 09:33:50.592 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 09:33:50.592 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 09:33:50.593 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 09:33:50.594 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 09:33:50.595 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 09:33:50.595 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 09:33:50.596 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 09:33:50.596 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 09:33:50.597 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 09:33:50.598 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 09:33:50.598 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 09:33:50.599 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 09:33:50.599 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 09:33:50.600 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 09:33:50.601 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 09:33:50.601 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 09:33:50.602 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 09:33:50.603 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 09:33:50.603 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 09:33:50.604 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 09:33:50.605 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 09:33:50.605 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 09:33:50.607 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 09:33:50.607 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 09:33:50.608 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 09:33:50.609 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 09:33:50.610 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 09:33:50.610 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 09:33:50.611 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 09:33:50.612 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 09:33:50.612 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 09:33:50.613 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 09:33:50.614 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 09:33:50.615 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 09:33:50.615 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 09:33:50.616 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 09:33:50.616 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 09:33:50.617 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 09:33:50.618 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 09:33:50.618 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 09:33:50.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 09:33:50.620 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 09:33:50.620 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 09:33:50.621 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 09:33:50.622 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 09:33:50.622 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 09:33:50.623 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 09:33:50.623 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 09:33:50.624 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 09:33:50.625 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 09:33:50.626 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 09:33:50.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 09:33:50.628 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 09:33:50.628 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 09:33:50.629 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 09:33:50.630 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 09:33:50.630 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 09:33:50.631 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 09:33:50.631 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 09:33:50.632 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 09:33:50.633 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 09:33:50.633 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 09:33:50.634 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 09:33:50.635 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 09:33:50.635 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 09:33:50.636 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 09:33:50.637 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 09:33:50.638 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 09:33:50.639 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 09:33:50.639 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 09:33:50.640 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 09:33:50.641 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 09:33:50.642 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 09:33:50.642 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 09:33:50.643 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 09:33:50.644 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 09:33:50.645 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 09:33:50.645 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 09:33:50.646 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 09:33:50.647 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 09:33:50.647 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 09:33:50.648 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 09:33:50.649 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 09:33:50.650 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 09:33:50.650 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 09:33:50.651 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 09:33:50.652 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 09:33:50.653 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 09:33:50.653 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 09:33:50.654 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 09:33:50.655 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 09:33:50.655 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 09:33:50.656 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 09:33:50.657 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 09:33:50.657 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 09:33:50.658 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 09:33:50.659 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 09:33:50.660 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 09:33:50.660 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 09:33:50.661 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 09:33:50.662 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 09:33:50.662 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 09:33:50.663 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 09:33:50.664 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 09:33:50.665 | 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 | 09:33:50.669 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 09:33:50.669 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 09:33:50.670 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 09:33:50.670 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 09:33:50.671 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 09:33:50.671 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 09:33:50.672 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 09:33:50.673 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 09:33:50.673 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 09:33:50.674 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 09:33:50.675 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 09:33:50.675 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 09:33:50.676 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 09:33:50.676 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 09:33:50.677 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 09:33:50.677 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 09:33:50.678 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 09:33:50.679 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 09:33:50.679 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 09:33:50.683 | 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 | 09:33:50.696 | 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 | 09:33:50.702 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 09:33:50.705 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 09:33:50.706 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 09:33:50.708 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 09:33:50.709 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 09:33:50.709 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 09:33:50.710 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 09:33:50.711 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 09:33:50.711 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 09:33:50.712 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 09:33:50.713 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 09:33:50.713 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 09:33:50.714 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 09:33:50.714 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 09:33:50.715 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 09:33:50.715 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 09:33:50.716 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 09:33:50.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 09:33:50.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 09:33:50.718 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 09:33:50.718 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 09:33:50.719 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 09:33:50.719 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 09:33:50.720 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 09:33:50.720 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 09:33:50.721 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 09:33:50.721 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 09:33:50.722 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 09:33:50.722 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 09:33:50.723 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 09:33:50.724 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 09:33:50.724 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 09:33:50.725 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 09:33:50.726 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 09:33:50.727 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 09:33:50.732 | < 5ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |