# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 10:41:04.910 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 10:41:04.911 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 10:41:04.911 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 10:41:04.912 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 10:41:04.912 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 10:41:04.912 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 10:41:04.912 | 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 | 10:41:04.933 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 10:41:04.937 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 10:41:04.943 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 10:41:04.944 | info | yii\web\Session::open | Session started | |
12 | 10:41:04.944 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 10:41:04.944 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 10:41:04.945 | 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 | 10:41:04.960 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 10:41:04.963 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 10:41:04.964 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 10:41:04.965 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 10:41:04.966 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 10:41:04.967 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 10:41:04.967 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 10:41:04.969 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 10:41:04.969 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 10:41:04.970 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 10:41:04.970 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 10:41:04.971 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 10:41:04.971 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 10:41:04.972 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 10:41:04.972 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 10:41:04.973 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 10:41:04.973 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 10:41:04.974 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 10:41:04.975 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 10:41:04.975 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 10:41:04.976 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 10:41:04.977 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 10:41:04.978 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 10:41:04.978 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 10:41:04.979 | 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 | 10:41:05.003 | 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 | 10:41:05.030 | 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 | 10:41:05.039 | 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 | 10:41:05.053 | 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 | 10:41:05.063 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 10:41:05.064 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 10:41:05.066 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-07-20') AND ("end_date" >= '2025-07-20') AND ("start_time" <= '10:41') AND ("end_time" >= '10:41') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 10:41:05.071 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-07-20') AND ("end_date" >= '2025-07-20') AND ("start_time" <= '10:41') AND ("end_time" >= '10:41') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 10:41:05.075 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 10:41:05.077 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 10:41:05.078 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 10:41:05.079 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 10:41:05.080 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 10:41:05.081 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 10:41:05.081 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 10:41:05.082 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 10:41:05.083 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 10:41:05.084 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 10:41:05.084 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 10:41:05.085 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 10:41:05.086 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 10:41:05.086 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 10:41:05.087 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 10:41:05.087 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 10:41:05.088 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 10:41:05.088 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 10:41:05.089 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 10:41:05.090 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 10:41:05.090 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 10:41:05.091 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 10:41:05.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 10:41:05.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 10:41:05.094 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 10:41:05.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 10:41:05.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 10:41:05.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 10:41:05.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 10:41:05.098 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 10:41:05.098 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 10:41:05.099 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 10:41:05.101 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 10:41:05.102 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 10:41:05.102 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 10:41:05.103 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 10:41:05.104 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 10:41:05.105 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 10:41:05.105 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 10:41:05.106 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 10:41:05.106 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 10:41:05.107 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 10:41:05.107 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 10:41:05.109 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 10:41:05.110 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 10:41:05.111 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 10:41:05.111 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 10:41:05.112 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 10:41:05.125 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 10:41:05.126 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 10:41:05.126 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 10:41:05.133 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 10:41:05.133 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 10:41:05.134 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 10:41:05.136 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 10:41:05.137 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 10:41:05.137 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 10:41:05.138 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 10:41:05.139 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 10:41:05.140 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 10:41:05.141 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 10:41:05.142 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 10:41:05.143 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 10:41:05.143 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 10:41:05.144 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 10:41:05.145 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 10:41:05.145 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 10:41:05.146 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 10:41:05.147 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 10:41:05.148 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 10:41:05.148 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 10:41:05.149 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 10:41:05.150 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 10:41:05.151 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 10:41:05.151 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 10:41:05.152 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 10:41:05.153 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 10:41:05.153 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 10:41:05.154 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 10:41:05.155 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 10:41:05.156 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 10:41:05.157 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 10:41:05.158 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 10:41:05.159 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 10:41:05.160 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 10:41:05.160 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 10:41:05.161 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 10:41:05.162 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 10:41:05.163 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 10:41:05.163 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 10:41:05.164 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 10:41:05.165 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 10:41:05.166 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 10:41:05.166 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 10:41:05.167 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 10:41:05.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 10:41:05.170 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 10:41:05.171 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 10:41:05.172 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 10:41:05.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 10:41:05.174 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 10:41:05.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 10:41:05.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 10:41:05.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 10:41:05.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 10:41:05.181 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 10:41:05.182 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 10:41:05.182 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 10:41:05.183 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 10:41:05.183 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 10:41:05.184 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 10:41:05.185 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 10:41:05.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 10:41:05.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 10:41:05.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 10:41:05.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 10:41:05.189 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 10:41:05.189 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 10:41:05.190 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 10:41:05.191 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 10:41:05.191 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 10:41:05.192 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 10:41:05.193 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 10:41:05.194 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 10:41:05.194 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 10:41:05.195 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 10:41:05.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 10:41:05.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 10:41:05.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 10:41:05.199 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 10:41:05.199 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 10:41:05.201 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 10:41:05.202 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 10:41:05.203 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 10:41:05.206 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 10:41:05.207 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 10:41:05.209 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 10:41:05.210 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 10:41:05.210 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 10:41:05.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 10:41:05.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 10:41:05.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 10:41:05.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 10:41:05.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 10:41:05.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 10:41:05.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 10:41:05.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 10:41:05.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 10:41:05.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 10:41:05.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 10:41:05.219 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 10:41:05.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 10:41:05.221 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 10:41:05.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 10:41:05.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 10:41:05.229 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 10:41:05.229 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 10:41:05.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 10:41:05.231 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 10:41:05.232 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 10:41:05.233 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 10:41:05.233 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 10:41:05.234 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 10:41:05.235 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 10:41:05.236 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 10:41:05.238 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-07-13 00:00:00') AND ("join_date" <= '2025-07-20 23:59:59') | |
214 | 10:41:05.246 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 10:41:05.246 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 10:41:05.247 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 10:41:05.248 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 10:41:05.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 10:41:05.252 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 10:41:05.252 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 10:41:05.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 10:41:05.256 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 10:41:05.257 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 10:41:05.257 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 10:41:05.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 10:41:05.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 10:41:05.259 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 10:41:05.260 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 10:41:05.260 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 10:41:05.261 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 10:41:05.262 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 10:41:05.262 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 10:41:05.268 | 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 | 10:41:05.277 | 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 | 10:41:05.283 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 10:41:05.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 10:41:05.287 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 10:41:05.289 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 10:41:05.290 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 10:41:05.291 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 10:41:05.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 10:41:05.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 10:41:05.293 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 10:41:05.294 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 10:41:05.294 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 10:41:05.296 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 10:41:05.297 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 10:41:05.297 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 10:41:05.298 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 10:41:05.299 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 10:41:05.299 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 10:41:05.300 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 10:41:05.301 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 10:41:05.301 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 10:41:05.302 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 10:41:05.302 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 10:41:05.303 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 10:41:05.303 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 10:41:05.304 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 10:41:05.304 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 10:41:05.305 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 10:41:05.306 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 10:41:05.306 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 10:41:05.307 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 10:41:05.307 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 10:41:05.308 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 10:41:05.309 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 10:41:05.310 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 10:41:05.310 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 10:41:05.315 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |