# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 05:56:17.953 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 05:56:17.955 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 05:56:17.955 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 05:56:17.955 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 05:56:17.955 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 05:56:17.956 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 05:56:17.956 | 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 | 05:56:17.966 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 05:56:17.968 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 05:56:17.968 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 05:56:17.969 | info | yii\web\Session::open | Session started | |
12 | 05:56:17.969 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 05:56:17.969 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 05:56:17.969 | 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 | 05:56:17.979 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 05:56:17.981 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 05:56:17.981 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 05:56:17.982 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 05:56:17.982 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 05:56:17.983 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 05:56:17.983 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 05:56:17.984 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 05:56:17.984 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 05:56:17.984 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 05:56:17.985 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 05:56:17.985 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 05:56:17.986 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 05:56:17.986 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 05:56:17.987 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 05:56:17.987 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 05:56:17.988 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 05:56:17.988 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 05:56:17.989 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 05:56:17.989 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 05:56:17.989 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 05:56:17.990 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 05:56:17.990 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 05:56:17.991 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 05:56:17.991 | 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 | 05:56:18.011 | 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 | 05:56:18.028 | 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 | 05:56:18.035 | 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 | 05:56:18.044 | 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 | 05:56:18.050 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 05:56:18.051 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 05:56:18.054 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-07-04') AND ("end_date" >= '2025-07-04') AND ("start_time" <= '05:56') AND ("end_time" >= '05:56') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 05:56:18.059 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-07-04') AND ("end_date" >= '2025-07-04') AND ("start_time" <= '05:56') AND ("end_time" >= '05:56') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 05:56:18.061 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 05:56:18.063 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 05:56:18.063 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 05:56:18.064 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 05:56:18.065 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 05:56:18.065 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 05:56:18.066 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 05:56:18.066 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 05:56:18.067 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 05:56:18.068 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 05:56:18.069 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 05:56:18.069 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 05:56:18.070 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 05:56:18.071 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 05:56:18.071 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 05:56:18.072 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 05:56:18.072 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 05:56:18.073 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 05:56:18.073 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 05:56:18.074 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 05:56:18.074 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 05:56:18.075 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 05:56:18.076 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 05:56:18.076 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 05:56:18.077 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 05:56:18.077 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 05:56:18.078 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 05:56:18.078 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 05:56:18.079 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 05:56:18.079 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 05:56:18.080 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 05:56:18.081 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 05:56:18.081 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 05:56:18.082 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 05:56:18.082 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 05:56:18.083 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 05:56:18.084 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 05:56:18.084 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 05:56:18.085 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 05:56:18.085 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 05:56:18.086 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 05:56:18.086 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 05:56:18.087 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 05:56:18.088 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 05:56:18.088 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 05:56:18.089 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 05:56:18.089 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 05:56:18.090 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 05:56:18.091 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 05:56:18.091 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 05:56:18.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 05:56:18.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 05:56:18.093 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 05:56:18.094 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 05:56:18.094 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 05:56:18.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 05:56:18.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 05:56:18.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 05:56:18.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 05:56:18.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 05:56:18.098 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 05:56:18.098 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 05:56:18.099 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 05:56:18.099 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 05:56:18.100 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 05:56:18.101 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 05:56:18.101 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 05:56:18.102 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 05:56:18.102 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 05:56:18.103 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 05:56:18.103 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 05:56:18.104 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 05:56:18.105 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 05:56:18.106 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 05:56:18.106 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 05:56:18.107 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 05:56:18.108 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 05:56:18.108 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 05:56:18.109 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 05:56:18.109 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 05:56:18.110 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 05:56:18.110 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 05:56:18.111 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 05:56:18.112 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 05:56:18.112 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 05:56:18.113 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 05:56:18.113 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 05:56:18.114 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 05:56:18.114 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 05:56:18.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 05:56:18.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 05:56:18.116 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 05:56:18.117 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 05:56:18.117 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 05:56:18.118 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 05:56:18.118 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 05:56:18.119 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 05:56:18.119 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 05:56:18.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 05:56:18.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 05:56:18.121 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 05:56:18.121 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 05:56:18.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 05:56:18.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 05:56:18.123 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 05:56:18.124 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 05:56:18.124 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 05:56:18.125 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 05:56:18.125 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 05:56:18.126 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 05:56:18.127 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 05:56:18.127 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 05:56:18.128 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 05:56:18.129 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 05:56:18.129 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 05:56:18.130 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 05:56:18.130 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 05:56:18.131 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 05:56:18.131 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 05:56:18.132 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 05:56:18.133 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 05:56:18.133 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 05:56:18.134 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 05:56:18.134 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 05:56:18.135 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 05:56:18.136 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 05:56:18.136 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 05:56:18.137 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 05:56:18.138 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 05:56:18.138 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 05:56:18.139 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 05:56:18.139 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 05:56:18.140 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 05:56:18.140 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 05:56:18.141 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 05:56:18.142 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 05:56:18.142 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 05:56:18.143 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 05:56:18.143 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 05:56:18.144 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 05:56:18.144 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 05:56:18.145 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 05:56:18.146 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 05:56:18.146 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 05:56:18.147 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 05:56:18.147 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 05:56:18.148 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 05:56:18.149 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 05:56:18.150 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 05:56:18.150 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 05:56:18.151 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 05:56:18.151 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 05:56:18.152 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 05:56:18.152 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 05:56:18.153 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 05:56:18.153 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 05:56:18.154 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 05:56:18.154 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 05:56:18.155 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 05:56:18.155 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 05:56:18.156 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 05:56:18.157 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 05:56:18.157 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 05:56:18.158 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 05:56:18.158 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 05:56:18.159 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-06-27 00:00:00') AND ("join_date" <= '2025-07-04 23:59:59') | |
214 | 05:56:18.162 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 05:56:18.162 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 05:56:18.163 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 05:56:18.164 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 05:56:18.164 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 05:56:18.165 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 05:56:18.165 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 05:56:18.166 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 05:56:18.166 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 05:56:18.167 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 05:56:18.167 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 05:56:18.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 05:56:18.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 05:56:18.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 05:56:18.169 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 05:56:18.169 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 05:56:18.170 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 05:56:18.170 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 05:56:18.171 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 05:56:18.174 | 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 | 05:56:18.189 | 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 | 05:56:18.199 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 05:56:18.202 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 05:56:18.203 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 05:56:18.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 05:56:18.206 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 05:56:18.206 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 05:56:18.207 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 05:56:18.207 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 05:56:18.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 05:56:18.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 05:56:18.209 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 05:56:18.209 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 05:56:18.210 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 05:56:18.210 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 05:56:18.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 05:56:18.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 05:56:18.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 05:56:18.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 05:56:18.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 05:56:18.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 05:56:18.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 05:56:18.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 05:56:18.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 05:56:18.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 05:56:18.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 05:56:18.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 05:56:18.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 05:56:18.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 05:56:18.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 05:56:18.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 05:56:18.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 05:56:18.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 05:56:18.219 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 05:56:18.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 05:56:18.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 05:56:18.224 | < 3ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |