# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 22:47:10.642 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 22:47:10.643 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 22:47:10.643 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 22:47:10.644 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 22:47:10.644 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 22:47:10.644 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 22:47:10.644 | 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 | 22:47:10.657 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 22:47:10.658 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 22:47:10.659 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 22:47:10.659 | info | yii\web\Session::open | Session started | |
12 | 22:47:10.660 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 22:47:10.660 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 22:47:10.660 | 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 | 22:47:10.668 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 22:47:10.670 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 22:47:10.670 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 22:47:10.671 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 22:47:10.671 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 22:47:10.672 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 22:47:10.672 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 22:47:10.673 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 22:47:10.673 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 22:47:10.674 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 22:47:10.674 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 22:47:10.675 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 22:47:10.675 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 22:47:10.676 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 22:47:10.676 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 22:47:10.676 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 22:47:10.677 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 22:47:10.677 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 22:47:10.678 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 22:47:10.678 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 22:47:10.679 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 22:47:10.679 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 22:47:10.680 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 22:47:10.681 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 22:47:10.682 | 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 | 22:47:10.701 | 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 | 22:47:10.715 | 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 | 22:47:10.727 | 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 | 22:47:10.735 | 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 | 22:47:10.741 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 22:47:10.742 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 22:47:10.744 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-05-19') AND ("end_date" >= '2025-05-19') AND ("start_time" <= '22:47') AND ("end_time" >= '22:47') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 22:47:10.748 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-05-19') AND ("end_date" >= '2025-05-19') AND ("start_time" <= '22:47') AND ("end_time" >= '22:47') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 22:47:10.751 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 22:47:10.752 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 22:47:10.753 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 22:47:10.754 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 22:47:10.755 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 22:47:10.755 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 22:47:10.756 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 22:47:10.756 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 22:47:10.757 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 22:47:10.757 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 22:47:10.758 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 22:47:10.758 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 22:47:10.759 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 22:47:10.759 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 22:47:10.760 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 22:47:10.760 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 22:47:10.761 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 22:47:10.761 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 22:47:10.762 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 22:47:10.762 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 22:47:10.763 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 22:47:10.764 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 22:47:10.764 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 22:47:10.765 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 22:47:10.765 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 22:47:10.766 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 22:47:10.767 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 22:47:10.767 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 22:47:10.768 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 22:47:10.768 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 22:47:10.769 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 22:47:10.769 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 22:47:10.770 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 22:47:10.770 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 22:47:10.770 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 22:47:10.771 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 22:47:10.772 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 22:47:10.772 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 22:47:10.773 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 22:47:10.773 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 22:47:10.774 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 22:47:10.775 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 22:47:10.775 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 22:47:10.776 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 22:47:10.776 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 22:47:10.777 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 22:47:10.777 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 22:47:10.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 22:47:10.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 22:47:10.779 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 22:47:10.785 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 22:47:10.786 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 22:47:10.787 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 22:47:10.787 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 22:47:10.788 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 22:47:10.788 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 22:47:10.794 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 22:47:10.794 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 22:47:10.795 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 22:47:10.796 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 22:47:10.796 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 22:47:10.797 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 22:47:10.797 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 22:47:10.798 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 22:47:10.798 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 22:47:10.799 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 22:47:10.799 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 22:47:10.800 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 22:47:10.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 22:47:10.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 22:47:10.802 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 22:47:10.803 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 22:47:10.803 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 22:47:10.804 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 22:47:10.804 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 22:47:10.805 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 22:47:10.805 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 22:47:10.806 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 22:47:10.806 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 22:47:10.807 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 22:47:10.807 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 22:47:10.808 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 22:47:10.808 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 22:47:10.809 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 22:47:10.809 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 22:47:10.810 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 22:47:10.810 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 22:47:10.811 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 22:47:10.812 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 22:47:10.812 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 22:47:10.813 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 22:47:10.813 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 22:47:10.814 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 22:47:10.815 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 22:47:10.815 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 22:47:10.816 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 22:47:10.816 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 22:47:10.817 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 22:47:10.818 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 22:47:10.818 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 22:47:10.819 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 22:47:10.819 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 22:47:10.820 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 22:47:10.821 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 22:47:10.821 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 22:47:10.822 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 22:47:10.822 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 22:47:10.823 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 22:47:10.823 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 22:47:10.824 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 22:47:10.824 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 22:47:10.825 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 22:47:10.826 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 22:47:10.826 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 22:47:10.827 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 22:47:10.827 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 22:47:10.828 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 22:47:10.829 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 22:47:10.829 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 22:47:10.830 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 22:47:10.830 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 22:47:10.831 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 22:47:10.831 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 22:47:10.832 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 22:47:10.833 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 22:47:10.834 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 22:47:10.834 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 22:47:10.835 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 22:47:10.835 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 22:47:10.836 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 22:47:10.836 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 22:47:10.837 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 22:47:10.837 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 22:47:10.838 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 22:47:10.839 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 22:47:10.839 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 22:47:10.840 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 22:47:10.840 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 22:47:10.841 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 22:47:10.841 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 22:47:10.842 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 22:47:10.843 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 22:47:10.844 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 22:47:10.844 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 22:47:10.845 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 22:47:10.845 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 22:47:10.846 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 22:47:10.847 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 22:47:10.847 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 22:47:10.848 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 22:47:10.848 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 22:47:10.849 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 22:47:10.849 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 22:47:10.850 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 22:47:10.850 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 22:47:10.851 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 22:47:10.851 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 22:47:10.852 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 22:47:10.852 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 22:47:10.853 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 22:47:10.853 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 22:47:10.855 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 22:47:10.855 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 22:47:10.855 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 22:47:10.856 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 22:47:10.857 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-05-12 00:00:00') AND ("join_date" <= '2025-05-19 23:59:59') | |
214 | 22:47:10.860 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 22:47:10.860 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 22:47:10.860 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 22:47:10.861 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 22:47:10.861 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 22:47:10.861 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 22:47:10.862 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 22:47:10.862 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 22:47:10.863 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 22:47:10.863 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 22:47:10.863 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 22:47:10.864 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 22:47:10.864 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 22:47:10.869 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 22:47:10.869 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 22:47:10.870 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 22:47:10.871 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 22:47:10.871 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 22:47:10.872 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 22:47:10.874 | 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 | 22:47:10.881 | 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 | 22:47:10.887 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 22:47:10.889 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 22:47:10.890 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 22:47:10.892 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 22:47:10.893 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 22:47:10.893 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 22:47:10.893 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 22:47:10.894 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 22:47:10.894 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 22:47:10.895 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 22:47:10.895 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 22:47:10.896 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 22:47:10.896 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 22:47:10.896 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 22:47:10.897 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 22:47:10.898 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 22:47:10.898 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 22:47:10.898 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 22:47:10.899 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 22:47:10.899 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 22:47:10.900 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 22:47:10.900 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 22:47:10.901 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 22:47:10.901 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 22:47:10.902 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 22:47:10.902 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 22:47:10.903 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 22:47:10.903 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 22:47:10.904 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 22:47:10.904 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 22:47:10.905 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 22:47:10.905 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 22:47:10.906 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 22:47:10.907 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 22:47:10.907 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 22:47:10.911 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |