# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 19:44:19.784 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 19:44:19.785 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 19:44:19.785 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 19:44:19.786 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 19:44:19.786 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 19:44:19.786 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 19:44:19.786 | 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 | 19:44:19.798 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 19:44:19.800 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 19:44:19.800 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 19:44:19.801 | info | yii\web\Session::open | Session started | |
12 | 19:44:19.802 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 19:44:19.802 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 19:44:19.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 | 19:44:19.811 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 19:44:19.812 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 19:44:19.813 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 19:44:19.814 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 19:44:19.815 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 19:44:19.815 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 19:44:19.816 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 19:44:19.816 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 19:44:19.817 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 19:44:19.818 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 19:44:19.818 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 19:44:19.819 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 19:44:19.819 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 19:44:19.820 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 19:44:19.820 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 19:44:19.821 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 19:44:19.821 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 19:44:19.822 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 19:44:19.822 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 19:44:19.823 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 19:44:19.823 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 19:44:19.824 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 19:44:19.824 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 19:44:19.825 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 19:44:19.825 | 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 | 19:44:19.886 | 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 | 19:44:19.904 | 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 | 19:44:19.912 | 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 | 19:44:19.922 | 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 | 19:44:19.928 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 19:44:19.929 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 19:44:19.931 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-07-05') AND ("end_date" >= '2025-07-05') AND ("start_time" <= '19:44') AND ("end_time" >= '19:44') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 19:44:19.936 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-07-05') AND ("end_date" >= '2025-07-05') AND ("start_time" <= '19:44') AND ("end_time" >= '19:44') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 19:44:19.938 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 19:44:19.940 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 19:44:19.940 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 19:44:19.941 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 19:44:19.942 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 19:44:19.942 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 19:44:19.943 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 19:44:19.944 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 19:44:19.944 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 19:44:19.945 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 19:44:19.945 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 19:44:19.946 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 19:44:19.946 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 19:44:19.947 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 19:44:19.947 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 19:44:19.948 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 19:44:19.949 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 19:44:19.949 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 19:44:19.950 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 19:44:19.950 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 19:44:19.951 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 19:44:19.951 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 19:44:19.952 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 19:44:19.952 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 19:44:19.953 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 19:44:19.953 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 19:44:19.954 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 19:44:19.954 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 19:44:19.955 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 19:44:19.956 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 19:44:19.956 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 19:44:19.957 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 19:44:19.957 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 19:44:19.958 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 19:44:19.958 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 19:44:19.959 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 19:44:19.959 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 19:44:19.960 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 19:44:19.960 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 19:44:19.961 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 19:44:19.961 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 19:44:19.962 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 19:44:19.963 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 19:44:19.963 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 19:44:19.964 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 19:44:19.964 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 19:44:19.965 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 19:44:19.965 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 19:44:19.966 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 19:44:19.966 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 19:44:19.967 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 19:44:19.967 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 19:44:19.968 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 19:44:19.968 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 19:44:19.969 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 19:44:19.970 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 19:44:19.970 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 19:44:19.971 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 19:44:19.971 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 19:44:19.972 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 19:44:19.973 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 19:44:19.973 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 19:44:19.974 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 19:44:19.974 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 19:44:19.975 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 19:44:19.975 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 19:44:19.976 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 19:44:19.976 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 19:44:19.977 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 19:44:19.978 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 19:44:19.978 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 19:44:19.979 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 19:44:19.979 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 19:44:19.980 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 19:44:19.981 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 19:44:19.981 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 19:44:19.982 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 19:44:19.983 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 19:44:19.983 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 19:44:19.984 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 19:44:19.984 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 19:44:19.985 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 19:44:19.985 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 19:44:19.986 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 19:44:19.986 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 19:44:19.987 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 19:44:19.987 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 19:44:19.988 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 19:44:19.988 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 19:44:19.989 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 19:44:19.990 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 19:44:19.990 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 19:44:19.991 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 19:44:19.991 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 19:44:19.992 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 19:44:19.992 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 19:44:19.993 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 19:44:19.993 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 19:44:19.994 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 19:44:19.994 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 19:44:19.995 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 19:44:19.996 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 19:44:19.996 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 19:44:19.997 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 19:44:19.997 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 19:44:19.998 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 19:44:19.998 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 19:44:19.999 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 19:44:19.999 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 19:44:20.000 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 19:44:20.001 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 19:44:20.001 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 19:44:20.002 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 19:44:20.003 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 19:44:20.003 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 19:44:20.004 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 19:44:20.005 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 19:44:20.005 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 19:44:20.006 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 19:44:20.007 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 19:44:20.007 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 19:44:20.008 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 19:44:20.009 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 19:44:20.009 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 19:44:20.010 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 19:44:20.010 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 19:44:20.011 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 19:44:20.017 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 19:44:20.018 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 19:44:20.019 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 19:44:20.019 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 19:44:20.020 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 19:44:20.021 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 19:44:20.021 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 19:44:20.022 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 19:44:20.022 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 19:44:20.023 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 19:44:20.024 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 19:44:20.024 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 19:44:20.025 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 19:44:20.025 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 19:44:20.026 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 19:44:20.026 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 19:44:20.027 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 19:44:20.027 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 19:44:20.028 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 19:44:20.028 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 19:44:20.029 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 19:44:20.029 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 19:44:20.030 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 19:44:20.031 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 19:44:20.031 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 19:44:20.032 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 19:44:20.032 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 19:44:20.033 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 19:44:20.034 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 19:44:20.034 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 19:44:20.035 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 19:44:20.035 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 19:44:20.036 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 19:44:20.036 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 19:44:20.037 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 19:44:20.037 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 19:44:20.038 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 19:44:20.038 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 19:44:20.040 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-06-28 00:00:00') AND ("join_date" <= '2025-07-05 23:59:59') | |
214 | 19:44:20.042 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 19:44:20.042 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 19:44:20.043 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 19:44:20.044 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 19:44:20.045 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 19:44:20.045 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 19:44:20.046 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 19:44:20.046 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 19:44:20.047 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 19:44:20.048 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 19:44:20.048 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 19:44:20.049 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 19:44:20.049 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 19:44:20.050 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 19:44:20.050 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 19:44:20.051 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 19:44:20.051 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 19:44:20.052 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 19:44:20.053 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 19:44:20.055 | 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 | 19:44:20.064 | 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 | 19:44:20.070 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 19:44:20.072 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 19:44:20.073 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 19:44:20.075 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 19:44:20.076 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 19:44:20.076 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 19:44:20.077 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 19:44:20.077 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 19:44:20.078 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 19:44:20.078 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 19:44:20.078 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 19:44:20.079 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 19:44:20.079 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 19:44:20.080 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 19:44:20.080 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 19:44:20.081 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 19:44:20.081 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 19:44:20.082 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 19:44:20.082 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 19:44:20.082 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 19:44:20.083 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 19:44:20.083 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 19:44:20.084 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 19:44:20.085 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 19:44:20.085 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 19:44:20.086 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 19:44:20.086 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 19:44:20.087 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 19:44:20.087 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 19:44:20.088 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 19:44:20.088 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 19:44:20.089 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 19:44:20.089 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 19:44:20.090 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 19:44:20.091 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 19:44:20.095 | < 3ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |