# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 15:11:09.012 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 15:11:09.013 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 15:11:09.013 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 15:11:09.014 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 15:11:09.014 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 15:11:09.014 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 15:11:09.014 | 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 | 15:11:09.027 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 15:11:09.029 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 15:11:09.029 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 15:11:09.030 | info | yii\web\Session::open | Session started | |
12 | 15:11:09.030 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 15:11:09.030 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 15:11:09.031 | 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 | 15:11:09.039 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 15:11:09.040 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 15:11:09.041 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 15:11:09.042 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 15:11:09.042 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 15:11:09.043 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 15:11:09.043 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 15:11:09.044 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 15:11:09.044 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 15:11:09.045 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 15:11:09.045 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 15:11:09.046 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 15:11:09.046 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 15:11:09.047 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 15:11:09.047 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 15:11:09.048 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 15:11:09.048 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 15:11:09.049 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 15:11:09.049 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 15:11:09.050 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 15:11:09.050 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 15:11:09.051 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 15:11:09.051 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 15:11:09.052 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 15:11:09.052 | 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 | 15:11:09.073 | 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 | 15:11:09.098 | 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 | 15:11:09.108 | 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 | 15:11:09.120 | 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 | 15:11:09.128 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 15:11:09.128 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 15:11:09.131 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-19') AND ("end_date" >= '2025-06-19') AND ("start_time" <= '15:11') AND ("end_time" >= '15:11') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 15:11:09.137 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-19') AND ("end_date" >= '2025-06-19') AND ("start_time" <= '15:11') AND ("end_time" >= '15:11') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 15:11:09.140 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 15:11:09.142 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 15:11:09.142 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 15:11:09.143 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 15:11:09.144 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 15:11:09.144 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 15:11:09.145 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 15:11:09.145 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 15:11:09.146 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 15:11:09.147 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 15:11:09.147 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 15:11:09.148 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 15:11:09.148 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 15:11:09.149 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 15:11:09.149 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 15:11:09.150 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 15:11:09.150 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 15:11:09.151 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 15:11:09.152 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 15:11:09.152 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 15:11:09.153 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 15:11:09.153 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 15:11:09.154 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 15:11:09.154 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 15:11:09.155 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 15:11:09.156 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 15:11:09.157 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 15:11:09.158 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 15:11:09.158 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 15:11:09.159 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 15:11:09.159 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 15:11:09.160 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 15:11:09.161 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 15:11:09.161 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 15:11:09.162 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 15:11:09.162 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 15:11:09.163 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 15:11:09.164 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 15:11:09.164 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 15:11:09.165 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 15:11:09.165 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 15:11:09.166 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 15:11:09.167 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 15:11:09.167 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 15:11:09.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 15:11:09.169 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 15:11:09.169 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 15:11:09.170 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 15:11:09.170 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 15:11:09.171 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 15:11:09.171 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 15:11:09.172 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 15:11:09.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 15:11:09.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 15:11:09.174 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 15:11:09.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 15:11:09.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 15:11:09.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 15:11:09.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 15:11:09.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 15:11:09.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 15:11:09.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 15:11:09.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 15:11:09.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 15:11:09.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 15:11:09.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 15:11:09.181 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 15:11:09.182 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 15:11:09.182 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 15:11:09.183 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 15:11:09.183 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 15:11:09.184 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 15:11:09.185 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 15:11:09.185 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 15:11:09.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 15:11:09.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 15:11:09.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 15:11:09.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 15:11:09.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 15:11:09.189 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 15:11:09.189 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 15:11:09.190 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 15:11:09.191 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 15:11:09.191 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 15:11:09.192 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 15:11:09.193 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 15:11:09.194 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 15:11:09.194 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 15:11:09.195 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 15:11:09.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 15:11:09.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 15:11:09.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 15:11:09.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 15:11:09.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 15:11:09.199 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 15:11:09.200 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 15:11:09.200 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 15:11:09.201 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 15:11:09.202 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 15:11:09.202 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 15:11:09.203 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 15:11:09.203 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 15:11:09.204 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 15:11:09.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 15:11:09.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 15:11:09.206 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 15:11:09.206 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 15:11:09.207 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 15:11:09.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 15:11:09.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 15:11:09.209 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 15:11:09.210 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 15:11:09.210 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 15:11:09.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 15:11:09.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 15:11:09.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 15:11:09.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 15:11:09.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 15:11:09.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 15:11:09.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 15:11:09.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 15:11:09.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 15:11:09.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 15:11:09.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 15:11:09.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 15:11:09.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 15:11:09.219 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 15:11:09.219 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 15:11:09.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 15:11:09.221 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 15:11:09.221 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 15:11:09.222 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 15:11:09.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 15:11:09.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 15:11:09.224 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 15:11:09.224 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 15:11:09.225 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 15:11:09.226 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 15:11:09.226 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 15:11:09.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 15:11:09.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 15:11:09.228 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 15:11:09.229 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 15:11:09.229 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 15:11:09.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 15:11:09.231 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 15:11:09.231 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 15:11:09.232 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 15:11:09.233 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 15:11:09.233 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 15:11:09.234 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 15:11:09.234 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 15:11:09.235 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 15:11:09.236 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 15:11:09.237 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 15:11:09.237 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 15:11:09.238 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 15:11:09.239 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 15:11:09.239 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 15:11:09.240 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 15:11:09.240 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 15:11:09.241 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 15:11:09.241 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 15:11:09.242 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 15:11:09.242 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 15:11:09.243 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-06-12 00:00:00') AND ("join_date" <= '2025-06-19 23:59:59') | |
214 | 15:11:09.247 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 15:11:09.247 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 15:11:09.248 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 15:11:09.249 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 15:11:09.249 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 15:11:09.250 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 15:11:09.250 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 15:11:09.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 15:11:09.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 15:11:09.252 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 15:11:09.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 15:11:09.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 15:11:09.254 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 15:11:09.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 15:11:09.256 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 15:11:09.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 15:11:09.259 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 15:11:09.260 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 15:11:09.261 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 15:11:09.263 | 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 | 15:11:09.272 | 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 | 15:11:09.280 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 15:11:09.282 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 15:11:09.283 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 15:11:09.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 15:11:09.287 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 15:11:09.288 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 15:11:09.289 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 15:11:09.289 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 15:11:09.290 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 15:11:09.290 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 15:11:09.291 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 15:11:09.291 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 15:11:09.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 15:11:09.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 15:11:09.293 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 15:11:09.294 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 15:11:09.294 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 15:11:09.295 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 15:11:09.295 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 15:11:09.296 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 15:11:09.296 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 15:11:09.297 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 15:11:09.297 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 15:11:09.298 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 15:11:09.298 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 15:11:09.299 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 15:11:09.299 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 15:11:09.300 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 15:11:09.300 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 15:11:09.301 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 15:11:09.301 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 15:11:09.301 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 15:11:09.302 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 15:11:09.303 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 15:11:09.304 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 15:11:09.308 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |