# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 13:27:51.580 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 13:27:51.581 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 13:27:51.581 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 13:27:51.582 | 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 | |
5 | 13:27:51.591 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
6 | 13:27:51.592 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
7 | 13:27:51.593 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
8 | 13:27:51.593 | info | yii\web\Session::open | Session started | |
9 | 13:27:51.593 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
10 | 13:27:51.594 | trace | yii\base\Module::getModule | Loading module: gii | |
11 | 13:27:51.594 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
12 | 13:27:51.594 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 13:27:51.594 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 13:27:51.595 | 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:27:51.603 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 13:27:51.605 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 13:27:51.605 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 13:27:51.606 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 13:27:51.607 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 13:27:51.607 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 13:27:51.608 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 13:27:51.608 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 13:27:51.609 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 13:27:51.609 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 13:27:51.610 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 13:27:51.610 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 13:27:51.611 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 13:27:51.611 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 13:27:51.612 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 13:27:51.612 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 13:27:51.613 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 13:27:51.613 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 13:27:51.613 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 13:27:51.614 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 13:27:51.614 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 13:27:51.615 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 13:27:51.615 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 13:27:51.615 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 13:27:51.616 | 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:27:51.650 | 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:27:51.674 | 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:27:51.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 = 'promotion_ongoing' AND d.nspname = 'public' ORDER BY a.attnum; | |
43 | 13:27:51.695 | 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:27:51.703 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 13:27:51.704 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 13:27:51.706 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-07-09') AND ("end_date" >= '2025-07-09') AND ("start_time" <= '13:27') AND ("end_time" >= '13:27') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 13:27:51.711 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-07-09') AND ("end_date" >= '2025-07-09') AND ("start_time" <= '13:27') AND ("end_time" >= '13:27') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 13:27:51.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 13:27:51.718 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 13:27:51.719 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 13:27:51.719 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 13:27:51.720 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 13:27:51.721 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 13:27:51.721 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 13:27:51.722 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 13:27:51.722 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 13:27:51.723 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 13:27:51.723 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 13:27:51.724 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 13:27:51.725 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 13:27:51.725 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 13:27:51.726 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 13:27:51.727 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 13:27:51.727 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 13:27:51.728 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 13:27:51.729 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 13:27:51.729 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 13:27:51.729 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 13:27:51.730 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 13:27:51.730 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 13:27:51.731 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 13:27:51.732 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 13:27:51.732 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 13:27:51.733 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 13:27:51.734 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 13:27:51.734 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 13:27:51.735 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 13:27:51.736 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 13:27:51.736 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 13:27:51.737 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 13:27:51.737 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 13:27:51.738 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 13:27:51.739 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 13:27:51.739 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 13:27:51.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 13:27:51.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 13:27:51.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 13:27:51.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 13:27:51.742 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 13:27:51.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 13:27:51.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 13:27:51.744 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 13:27:51.745 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 13:27:51.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 13:27:51.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 13:27:51.747 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 13:27:51.748 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 13:27:51.748 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 13:27:51.749 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 13:27:51.749 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 13:27:51.750 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 13:27:51.750 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 13:27:51.751 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 13:27:51.752 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 13:27:51.753 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 13:27:51.753 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 13:27:51.754 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 13:27:51.755 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 13:27:51.755 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 13:27:51.756 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 13:27:51.757 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 13:27:51.757 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 13:27:51.758 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 13:27:51.758 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 13:27:51.759 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 13:27:51.760 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 13:27:51.760 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 13:27:51.761 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 13:27:51.761 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 13:27:51.762 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 13:27:51.762 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 13:27:51.763 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 13:27:51.764 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 13:27:51.764 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 13:27:51.765 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 13:27:51.766 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 13:27:51.766 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 13:27:51.767 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 13:27:51.767 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 13:27:51.768 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 13:27:51.769 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 13:27:51.769 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 13:27:51.770 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 13:27:51.771 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 13:27:51.771 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 13:27:51.772 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 13:27:51.772 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 13:27:51.773 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 13:27:51.774 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 13:27:51.774 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 13:27:51.775 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 13:27:51.775 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 13:27:51.776 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 13:27:51.777 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 13:27:51.777 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 13:27:51.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 13:27:51.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 13:27:51.779 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 13:27:51.779 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 13:27:51.780 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 13:27:51.781 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 13:27:51.781 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 13:27:51.782 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 13:27:51.783 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 13:27:51.783 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 13:27:51.784 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 13:27:51.785 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 13:27:51.785 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 13:27:51.786 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 13:27:51.787 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 13:27:51.788 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 13:27:51.789 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 13:27:51.789 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 13:27:51.790 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 13:27:51.790 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 13:27:51.791 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 13:27:51.792 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 13:27:51.792 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 13:27:51.793 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 13:27:51.794 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 13:27:51.794 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 13:27:51.795 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 13:27:51.795 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 13:27:51.796 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 13:27:51.797 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 13:27:51.797 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 13:27:51.798 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 13:27:51.799 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 13:27:51.799 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 13:27:51.800 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 13:27:51.800 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 13:27:51.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 13:27:51.802 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 13:27:51.802 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 13:27:51.803 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 13:27:51.803 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 13:27:51.804 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 13:27:51.804 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 13:27:51.805 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 13:27:51.805 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 13:27:51.806 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 13:27:51.807 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 13:27:51.807 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 13:27:51.808 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 13:27:51.808 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 13:27:51.809 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 13:27:51.810 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 13:27:51.810 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 13:27:51.811 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 13:27:51.811 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 13:27:51.812 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 13:27:51.812 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 13:27:51.813 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 13:27:51.813 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 13:27:51.814 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 13:27:51.814 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 13:27:51.815 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 13:27:51.816 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 13:27:51.816 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 13:27:51.817 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 13:27:51.817 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 13:27:51.818 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 13:27:51.819 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-07-02 00:00:00') AND ("join_date" <= '2025-07-09 23:59:59') | |
214 | 13:27:51.823 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 13:27:51.823 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 13:27:51.824 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 13:27:51.824 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 13:27:51.825 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 13:27:51.825 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 13:27:51.826 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 13:27:51.826 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 13:27:51.827 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 13:27:51.827 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 13:27:51.828 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 13:27:51.828 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 13:27:51.829 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 13:27:51.829 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 13:27:51.830 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 13:27:51.831 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 13:27:51.831 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 13:27:51.832 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 13:27:51.832 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 13:27:51.840 | 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:27:51.848 | 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:27:51.855 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 13:27:51.858 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 13:27:51.859 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 13:27:51.863 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 13:27:51.864 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 13:27:51.865 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 13:27:51.866 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 13:27:51.866 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 13:27:51.867 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 13:27:51.867 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 13:27:51.868 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 13:27:51.869 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 13:27:51.869 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 13:27:51.870 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 13:27:51.871 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 13:27:51.871 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 13:27:51.872 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 13:27:51.872 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 13:27:51.873 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 13:27:51.873 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 13:27:51.874 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 13:27:51.874 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 13:27:51.875 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 13:27:51.875 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 13:27:51.875 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 13:27:51.876 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 13:27:51.876 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 13:27:51.877 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 13:27:51.877 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 13:27:51.878 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 13:27:51.878 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 13:27:51.878 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 13:27:51.879 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 13:27:51.880 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 13:27:51.881 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 13:27:51.885 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |