# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 23:00:08.781 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 23:00:08.783 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 23:00:08.783 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 23:00:08.784 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 23:00:08.784 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 23:00:08.784 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 23:00:08.784 | 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 | 23:00:08.798 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 23:00:08.799 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 23:00:08.800 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 23:00:08.801 | info | yii\web\Session::open | Session started | |
12 | 23:00:08.801 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 23:00:08.802 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 23:00:08.802 | 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 | 23:00:08.812 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 23:00:08.814 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 23:00:08.814 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 23:00:08.815 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 23:00:08.817 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 23:00:08.818 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 23:00:08.818 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 23:00:08.819 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 23:00:08.825 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 23:00:08.826 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 23:00:08.827 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 23:00:08.827 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 23:00:08.828 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 23:00:08.829 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 23:00:08.830 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 23:00:08.830 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 23:00:08.831 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 23:00:08.831 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 23:00:08.832 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 23:00:08.833 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 23:00:08.833 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 23:00:08.834 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 23:00:08.834 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 23:00:08.835 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 23:00:08.835 | 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 | 23:00:08.869 | 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 | 23:00:08.908 | 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 | 23:00:08.923 | 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 | 23:00:08.937 | 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 | 23:00:08.944 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 23:00:08.945 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 23:00:08.948 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-21') AND ("end_date" >= '2025-06-21') AND ("start_time" <= '23:00') AND ("end_time" >= '23:00') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 23:00:08.957 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-21') AND ("end_date" >= '2025-06-21') AND ("start_time" <= '23:00') AND ("end_time" >= '23:00') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 23:00:08.971 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 23:00:08.972 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 23:00:08.973 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 23:00:08.974 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 23:00:08.975 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 23:00:08.976 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 23:00:08.977 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 23:00:08.977 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 23:00:08.978 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 23:00:08.978 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 23:00:08.979 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 23:00:08.980 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 23:00:08.980 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 23:00:08.981 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 23:00:08.982 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 23:00:08.982 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 23:00:08.983 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 23:00:08.984 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 23:00:08.984 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 23:00:08.985 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 23:00:08.986 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 23:00:08.986 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 23:00:08.987 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 23:00:08.988 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 23:00:08.993 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 23:00:08.995 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 23:00:08.996 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 23:00:08.996 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 23:00:08.997 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 23:00:08.998 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 23:00:08.998 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 23:00:08.999 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 23:00:08.999 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 23:00:09.000 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 23:00:09.000 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 23:00:09.001 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 23:00:09.003 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 23:00:09.004 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 23:00:09.005 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 23:00:09.005 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 23:00:09.008 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 23:00:09.009 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 23:00:09.013 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 23:00:09.014 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 23:00:09.015 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 23:00:09.019 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 23:00:09.020 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 23:00:09.022 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 23:00:09.022 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 23:00:09.024 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 23:00:09.025 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 23:00:09.026 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 23:00:09.027 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 23:00:09.028 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 23:00:09.028 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 23:00:09.029 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 23:00:09.030 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 23:00:09.031 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 23:00:09.032 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 23:00:09.037 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 23:00:09.040 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 23:00:09.040 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 23:00:09.041 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 23:00:09.042 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 23:00:09.043 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 23:00:09.044 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 23:00:09.045 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 23:00:09.046 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 23:00:09.046 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 23:00:09.050 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 23:00:09.052 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 23:00:09.055 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 23:00:09.058 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 23:00:09.060 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 23:00:09.064 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 23:00:09.066 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 23:00:09.077 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 23:00:09.078 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 23:00:09.079 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 23:00:09.080 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 23:00:09.083 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 23:00:09.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 23:00:09.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 23:00:09.099 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 23:00:09.102 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 23:00:09.105 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 23:00:09.106 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 23:00:09.107 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 23:00:09.108 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 23:00:09.109 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 23:00:09.110 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 23:00:09.111 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 23:00:09.112 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 23:00:09.113 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 23:00:09.114 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 23:00:09.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 23:00:09.116 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 23:00:09.118 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 23:00:09.137 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 23:00:09.142 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 23:00:09.143 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 23:00:09.144 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 23:00:09.147 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 23:00:09.157 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 23:00:09.161 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 23:00:09.165 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 23:00:09.166 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 23:00:09.167 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 23:00:09.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 23:00:09.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 23:00:09.170 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 23:00:09.172 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 23:00:09.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 23:00:09.174 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 23:00:09.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 23:00:09.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 23:00:09.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 23:00:09.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 23:00:09.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 23:00:09.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 23:00:09.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 23:00:09.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 23:00:09.181 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 23:00:09.183 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 23:00:09.183 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 23:00:09.185 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 23:00:09.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 23:00:09.201 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 23:00:09.203 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 23:00:09.206 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 23:00:09.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 23:00:09.209 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 23:00:09.210 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 23:00:09.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 23:00:09.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 23:00:09.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 23:00:09.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 23:00:09.222 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 23:00:09.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 23:00:09.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 23:00:09.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 23:00:09.231 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 23:00:09.248 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 23:00:09.252 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 23:00:09.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 23:00:09.260 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 23:00:09.265 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 23:00:09.267 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 23:00:09.269 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 23:00:09.270 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 23:00:09.271 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 23:00:09.272 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 23:00:09.272 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 23:00:09.281 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 23:00:09.282 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 23:00:09.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 23:00:09.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 23:00:09.284 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 23:00:09.284 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 23:00:09.285 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 23:00:09.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 23:00:09.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 23:00:09.287 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 23:00:09.288 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 23:00:09.288 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 23:00:09.289 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-06-14 00:00:00') AND ("join_date" <= '2025-06-21 23:59:59') | |
214 | 23:00:09.293 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 23:00:09.293 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 23:00:09.294 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 23:00:09.294 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 23:00:09.295 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 23:00:09.296 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 23:00:09.296 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 23:00:09.297 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 23:00:09.297 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 23:00:09.298 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 23:00:09.298 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 23:00:09.299 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 23:00:09.299 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 23:00:09.300 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 23:00:09.300 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 23:00:09.301 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 23:00:09.302 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 23:00:09.302 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 23:00:09.303 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 23:00:09.307 | 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 | 23:00:09.331 | 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 | 23:00:09.340 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 23:00:09.343 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 23:00:09.344 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 23:00:09.347 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 23:00:09.349 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 23:00:09.350 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 23:00:09.350 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 23:00:09.351 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 23:00:09.351 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 23:00:09.352 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 23:00:09.352 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 23:00:09.353 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 23:00:09.354 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 23:00:09.354 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 23:00:09.355 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 23:00:09.355 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 23:00:09.356 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 23:00:09.356 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 23:00:09.357 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 23:00:09.358 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 23:00:09.358 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 23:00:09.359 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 23:00:09.359 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 23:00:09.360 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 23:00:09.360 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 23:00:09.361 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 23:00:09.362 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 23:00:09.362 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 23:00:09.363 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 23:00:09.363 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 23:00:09.364 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 23:00:09.364 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 23:00:09.365 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 23:00:09.366 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 23:00:09.367 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 23:00:09.371 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |