# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 13:12:24.543 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 13:12:24.545 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 13:12:24.545 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 13:12:24.545 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 13:12:24.546 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 13:12:24.546 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 13:12:24.546 | 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 | 13:12:24.555 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 13:12:24.556 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 13:12:24.557 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 13:12:24.557 | info | yii\web\Session::open | Session started | |
12 | 13:12:24.558 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 13:12:24.558 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 13:12:24.558 | 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 | 13:12:24.567 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 13:12:24.568 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 13:12:24.568 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 13:12:24.569 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 13:12:24.569 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 13:12:24.570 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 13:12:24.570 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 13:12:24.571 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 13:12:24.571 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 13:12:24.572 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 13:12:24.572 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 13:12:24.573 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 13:12:24.573 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 13:12:24.573 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 13:12:24.574 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 13:12:24.574 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 13:12:24.575 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 13:12:24.575 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 13:12:24.576 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 13:12:24.576 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 13:12:24.577 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 13:12:24.577 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 13:12:24.577 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 13:12:24.578 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 13:12:24.578 | 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 | 13:12:24.600 | 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 | 13:12:24.618 | 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 | 13:12:24.626 | 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 | 13:12:24.634 | 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 | 13:12:24.640 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 13:12:24.641 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 13:12:24.644 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-04-21') AND ("end_date" >= '2025-04-21') AND ("start_time" <= '13:12') AND ("end_time" >= '13:12') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 13:12:24.648 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-04-21') AND ("end_date" >= '2025-04-21') AND ("start_time" <= '13:12') AND ("end_time" >= '13:12') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 13:12:24.651 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 13:12:24.653 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 13:12:24.655 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 13:12:24.655 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 13:12:24.656 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 13:12:24.657 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 13:12:24.657 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 13:12:24.658 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 13:12:24.658 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 13:12:24.659 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 13:12:24.661 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 13:12:24.661 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 13:12:24.662 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 13:12:24.662 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 13:12:24.663 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 13:12:24.665 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 13:12:24.666 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 13:12:24.667 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 13:12:24.667 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 13:12:24.668 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 13:12:24.668 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 13:12:24.669 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 13:12:24.669 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 13:12:24.671 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 13:12:24.671 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 13:12:24.672 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 13:12:24.672 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 13:12:24.673 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 13:12:24.674 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 13:12:24.674 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 13:12:24.675 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 13:12:24.676 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 13:12:24.677 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 13:12:24.678 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 13:12:24.679 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 13:12:24.679 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 13:12:24.680 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 13:12:24.682 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 13:12:24.682 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 13:12:24.683 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 13:12:24.683 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 13:12:24.684 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 13:12:24.684 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 13:12:24.685 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 13:12:24.685 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 13:12:24.686 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 13:12:24.687 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 13:12:24.687 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 13:12:24.689 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 13:12:24.689 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 13:12:24.690 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 13:12:24.690 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 13:12:24.692 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 13:12:24.693 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 13:12:24.694 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 13:12:24.695 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 13:12:24.695 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 13:12:24.697 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 13:12:24.697 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 13:12:24.698 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 13:12:24.699 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 13:12:24.699 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 13:12:24.700 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 13:12:24.701 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 13:12:24.702 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 13:12:24.702 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 13:12:24.703 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 13:12:24.704 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 13:12:24.704 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 13:12:24.705 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 13:12:24.705 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 13:12:24.707 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 13:12:24.707 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 13:12:24.707 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 13:12:24.708 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 13:12:24.708 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 13:12:24.709 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 13:12:24.709 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 13:12:24.710 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 13:12:24.712 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 13:12:24.712 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 13:12:24.712 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 13:12:24.714 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 13:12:24.714 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 13:12:24.715 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 13:12:24.716 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 13:12:24.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 13:12:24.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 13:12:24.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 13:12:24.718 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 13:12:24.718 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 13:12:24.719 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 13:12:24.719 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 13:12:24.720 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 13:12:24.721 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 13:12:24.721 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 13:12:24.722 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 13:12:24.722 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 13:12:24.723 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 13:12:24.723 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 13:12:24.724 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 13:12:24.724 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 13:12:24.725 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 13:12:24.725 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 13:12:24.726 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 13:12:24.726 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 13:12:24.727 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 13:12:24.727 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 13:12:24.728 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 13:12:24.728 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 13:12:24.729 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 13:12:24.730 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 13:12:24.730 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 13:12:24.731 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 13:12:24.731 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 13:12:24.732 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 13:12:24.732 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 13:12:24.734 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 13:12:24.735 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 13:12:24.735 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 13:12:24.736 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 13:12:24.736 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 13:12:24.737 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 13:12:24.737 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 13:12:24.738 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 13:12:24.738 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 13:12:24.739 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 13:12:24.739 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 13:12:24.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 13:12:24.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 13:12:24.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 13:12:24.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 13:12:24.742 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 13:12:24.742 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 13:12:24.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 13:12:24.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 13:12:24.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 13:12:24.744 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 13:12:24.744 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 13:12:24.745 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 13:12:24.745 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 13:12:24.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 13:12:24.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 13:12:24.747 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 13:12:24.747 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 13:12:24.748 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 13:12:24.749 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 13:12:24.749 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 13:12:24.750 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 13:12:24.750 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 13:12:24.751 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 13:12:24.751 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 13:12:24.751 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 13:12:24.752 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 13:12:24.752 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 13:12:24.753 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 13:12:24.753 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 13:12:24.754 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 13:12:24.754 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 13:12:24.755 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 13:12:24.755 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 13:12:24.756 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 13:12:24.756 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 13:12:24.756 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 13:12:24.757 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 13:12:24.758 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-04-14 00:00:00') AND ("join_date" <= '2025-04-21 23:59:59') | |
214 | 13:12:24.761 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 13:12:24.761 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 13:12:24.761 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 13:12:24.762 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 13:12:24.762 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 13:12:24.763 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 13:12:24.763 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 13:12:24.763 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 13:12:24.764 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 13:12:24.764 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 13:12:24.764 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 13:12:24.765 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 13:12:24.765 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 13:12:24.766 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 13:12:24.766 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 13:12:24.767 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 13:12:24.767 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 13:12:24.767 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 13:12:24.768 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 13:12:24.771 | 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 | 13:12:24.779 | 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 | 13:12:24.785 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 13:12:24.787 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 13:12:24.788 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 13:12:24.791 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 13:12:24.791 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 13:12:24.792 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 13:12:24.792 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 13:12:24.792 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 13:12:24.793 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 13:12:24.793 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 13:12:24.794 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 13:12:24.794 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 13:12:24.794 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 13:12:24.795 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 13:12:24.795 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 13:12:24.795 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 13:12:24.796 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 13:12:24.796 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 13:12:24.797 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 13:12:24.797 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 13:12:24.797 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 13:12:24.798 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 13:12:24.798 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 13:12:24.798 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 13:12:24.799 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 13:12:24.799 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 13:12:24.799 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 13:12:24.800 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 13:12:24.800 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 13:12:24.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 13:12:24.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 13:12:24.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 13:12:24.802 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 13:12:24.803 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 13:12:24.803 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 13:12:24.807 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |