# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 23:53:01.446 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 23:53:01.447 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 23:53:01.447 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 23:53:01.447 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 23:53:01.447 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 23:53:01.447 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 23:53:01.448 | 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 | 23:53:01.458 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 23:53:01.461 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 23:53:01.462 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 23:53:01.462 | info | yii\web\Session::open | Session started | |
12 | 23:53:01.463 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 23:53:01.463 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 23:53:01.463 | 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 | 23:53:01.472 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 23:53:01.474 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 23:53:01.475 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 23:53:01.475 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 23:53:01.476 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 23:53:01.477 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 23:53:01.477 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 23:53:01.478 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 23:53:01.478 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 23:53:01.479 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 23:53:01.480 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 23:53:01.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 23:53:01.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 23:53:01.482 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 23:53:01.483 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 23:53:01.489 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 23:53:01.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 23:53:01.491 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 23:53:01.492 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 23:53:01.510 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 23:53:01.514 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 23:53:01.518 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 23:53:01.525 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 23:53:01.526 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 23:53:01.526 | 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 | 23:53:01.551 | 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 | 23:53:01.570 | 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 | 23:53:01.578 | 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 | 23:53:01.588 | 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 | 23:53:01.594 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 23:53:01.595 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 23:53:01.598 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-30') AND ("end_date" >= '2025-06-30') AND ("start_time" <= '23:53') AND ("end_time" >= '23:53') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 23:53:01.603 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-30') AND ("end_date" >= '2025-06-30') AND ("start_time" <= '23:53') AND ("end_time" >= '23:53') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 23:53:01.606 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 23:53:01.607 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 23:53:01.608 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 23:53:01.608 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 23:53:01.610 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 23:53:01.611 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 23:53:01.612 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 23:53:01.612 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 23:53:01.613 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 23:53:01.614 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 23:53:01.615 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 23:53:01.616 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 23:53:01.617 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 23:53:01.618 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 23:53:01.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 23:53:01.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 23:53:01.620 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 23:53:01.620 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 23:53:01.621 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 23:53:01.622 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 23:53:01.623 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 23:53:01.625 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 23:53:01.626 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 23:53:01.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 23:53:01.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 23:53:01.628 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 23:53:01.629 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 23:53:01.630 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 23:53:01.630 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 23:53:01.631 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 23:53:01.632 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 23:53:01.632 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 23:53:01.633 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 23:53:01.633 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 23:53:01.634 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 23:53:01.635 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 23:53:01.635 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 23:53:01.636 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 23:53:01.636 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 23:53:01.637 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 23:53:01.638 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 23:53:01.639 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 23:53:01.640 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 23:53:01.640 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 23:53:01.641 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 23:53:01.642 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 23:53:01.643 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 23:53:01.644 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 23:53:01.645 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 23:53:01.646 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 23:53:01.648 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 23:53:01.649 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 23:53:01.650 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 23:53:01.651 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 23:53:01.653 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 23:53:01.654 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 23:53:01.655 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 23:53:01.656 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 23:53:01.657 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 23:53:01.666 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 23:53:01.668 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 23:53:01.669 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 23:53:01.670 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 23:53:01.671 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 23:53:01.679 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 23:53:01.680 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 23:53:01.681 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 23:53:01.682 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 23:53:01.683 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 23:53:01.683 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 23:53:01.684 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 23:53:01.685 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 23:53:01.691 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 23:53:01.692 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 23:53:01.697 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 23:53:01.698 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 23:53:01.699 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 23:53:01.700 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 23:53:01.701 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 23:53:01.702 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 23:53:01.702 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 23:53:01.703 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 23:53:01.704 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 23:53:01.704 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 23:53:01.707 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 23:53:01.709 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 23:53:01.711 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 23:53:01.713 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 23:53:01.715 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 23:53:01.716 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 23:53:01.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 23:53:01.718 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 23:53:01.720 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 23:53:01.723 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 23:53:01.727 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 23:53:01.729 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 23:53:01.732 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 23:53:01.735 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 23:53:01.736 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 23:53:01.737 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 23:53:01.738 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 23:53:01.739 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 23:53:01.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 23:53:01.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 23:53:01.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 23:53:01.742 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 23:53:01.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 23:53:01.744 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 23:53:01.744 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 23:53:01.745 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 23:53:01.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 23:53:01.747 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 23:53:01.748 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 23:53:01.749 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 23:53:01.752 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 23:53:01.754 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 23:53:01.755 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 23:53:01.756 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 23:53:01.757 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 23:53:01.758 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 23:53:01.758 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 23:53:01.759 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 23:53:01.760 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 23:53:01.761 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 23:53:01.761 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 23:53:01.762 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 23:53:01.763 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 23:53:01.763 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 23:53:01.764 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 23:53:01.765 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 23:53:01.766 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 23:53:01.766 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 23:53:01.767 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 23:53:01.767 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 23:53:01.769 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 23:53:01.769 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 23:53:01.770 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 23:53:01.771 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 23:53:01.771 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 23:53:01.772 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 23:53:01.772 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 23:53:01.773 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 23:53:01.774 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 23:53:01.774 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 23:53:01.775 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 23:53:01.776 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 23:53:01.777 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 23:53:01.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 23:53:01.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 23:53:01.779 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 23:53:01.779 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 23:53:01.780 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 23:53:01.780 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 23:53:01.781 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 23:53:01.782 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 23:53:01.782 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 23:53:01.783 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 23:53:01.784 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 23:53:01.784 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 23:53:01.785 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 23:53:01.786 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 23:53:01.787 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 23:53:01.788 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 23:53:01.788 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 23:53:01.789 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 23:53:01.790 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-06-23 00:00:00') AND ("join_date" <= '2025-06-30 23:59:59') | |
214 | 23:53:01.793 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 23:53:01.794 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 23:53:01.796 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 23:53:01.797 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 23:53:01.798 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 23:53:01.800 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 23:53:01.802 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 23:53:01.803 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 23:53:01.803 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 23:53:01.804 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 23:53:01.804 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 23:53:01.805 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 23:53:01.806 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 23:53:01.806 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 23:53:01.807 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 23:53:01.807 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 23:53:01.808 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 23:53:01.809 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 23:53:01.813 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 23:53:01.827 | 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 | 23:53:01.836 | 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 | 23:53:01.843 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 23:53:01.845 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 23:53:01.847 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 23:53:01.850 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 23:53:01.852 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 23:53:01.853 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 23:53:01.854 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 23:53:01.855 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 23:53:01.856 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 23:53:01.857 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 23:53:01.858 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 23:53:01.859 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 23:53:01.861 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 23:53:01.862 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 23:53:01.863 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 23:53:01.863 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 23:53:01.864 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 23:53:01.865 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 23:53:01.865 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 23:53:01.867 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 23:53:01.867 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 23:53:01.868 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 23:53:01.868 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 23:53:01.869 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 23:53:01.870 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 23:53:01.871 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 23:53:01.872 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 23:53:01.873 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 23:53:01.874 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 23:53:01.875 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 23:53:01.876 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 23:53:01.876 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 23:53:01.878 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 23:53:01.879 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 23:53:01.880 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 23:53:01.886 | < 5ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |