1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
|
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?>
INFO - 2020-06-27 03:53:20 --> Config Class Initialized INFO - 2020-06-27 03:53:20 --> Hooks Class Initialized DEBUG - 2020-06-27 03:53:20 --> UTF-8 Support Enabled INFO - 2020-06-27 03:53:20 --> Utf8 Class Initialized INFO - 2020-06-27 03:53:20 --> URI Class Initialized INFO - 2020-06-27 03:53:20 --> Router Class Initialized INFO - 2020-06-27 03:53:20 --> Output Class Initialized INFO - 2020-06-27 03:53:20 --> Security Class Initialized DEBUG - 2020-06-27 03:53:20 --> Global POST, GET and COOKIE data sanitized INFO - 2020-06-27 03:53:20 --> CSRF cookie sent INFO - 2020-06-27 03:53:20 --> Input Class Initialized INFO - 2020-06-27 03:53:20 --> Language Class Initialized INFO - 2020-06-27 03:53:20 --> Loader Class Initialized INFO - 2020-06-27 03:53:20 --> Helper loaded: form_helper INFO - 2020-06-27 03:53:20 --> Helper loaded: url_helper INFO - 2020-06-27 03:53:20 --> Helper loaded: utility_helper INFO - 2020-06-27 03:53:20 --> Helper loaded: string_helper INFO - 2020-06-27 03:53:20 --> Database Driver Class Initialized INFO - 2020-06-27 03:53:20 --> Database Driver Class Initialized DEBUG - 2020-06-27 03:53:20 --> Config file loaded: /var/www/gba-owea.com/GBAOWE2020/application/config/session.php DEBUG - 2020-06-27 03:53:20 --> Encryption: Auto-configured driver 'openssl'. INFO - 2020-06-27 03:53:20 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2020-06-27 03:53:20 --> Encryption Class Initialized INFO - 2020-06-27 03:53:20 --> Form Validation Class Initialized INFO - 2020-06-27 03:53:20 --> Image Lib Class Initialized INFO - 2020-06-27 03:53:20 --> Model "BaseModel" initialized INFO - 2020-06-27 03:53:20 --> Controller Class Initialized INFO - 2020-06-27 03:53:20 --> Language file loaded: language/tc/common_lang.php INFO - 2020-06-27 03:53:20 --> File loaded: /var/www/gba-owea.com/GBAOWE2020/application/views/main/guideline.php INFO - 2020-06-27 03:53:21 --> Final output sent to browser DEBUG - 2020-06-27 03:53:21 --> Total execution time: 0.0772 INFO - 2020-06-27 07:11:41 --> Config Class Initialized INFO - 2020-06-27 07:11:41 --> Hooks Class Initialized DEBUG - 2020-06-27 07:11:41 --> UTF-8 Support Enabled INFO - 2020-06-27 07:11:41 --> Utf8 Class Initialized INFO - 2020-06-27 07:11:41 --> URI Class Initialized INFO - 2020-06-27 07:11:41 --> Router Class Initialized INFO - 2020-06-27 07:11:41 --> Output Class Initialized INFO - 2020-06-27 07:11:41 --> Security Class Initialized DEBUG - 2020-06-27 07:11:41 --> Global POST, GET and COOKIE data sanitized INFO - 2020-06-27 07:11:41 --> CSRF cookie sent INFO - 2020-06-27 07:11:41 --> Input Class Initialized INFO - 2020-06-27 07:11:41 --> Language Class Initialized INFO - 2020-06-27 07:11:41 --> Loader Class Initialized INFO - 2020-06-27 07:11:41 --> Helper loaded: form_helper INFO - 2020-06-27 07:11:41 --> Helper loaded: url_helper INFO - 2020-06-27 07:11:41 --> Helper loaded: utility_helper INFO - 2020-06-27 07:11:41 --> Helper loaded: string_helper INFO - 2020-06-27 07:11:41 --> Database Driver Class Initialized INFO - 2020-06-27 07:11:41 --> Database Driver Class Initialized DEBUG - 2020-06-27 07:11:41 --> Config file loaded: /var/www/gba-owea.com/GBAOWE2020/application/config/session.php DEBUG - 2020-06-27 07:11:41 --> Encryption: Auto-configured driver 'openssl'. INFO - 2020-06-27 07:11:41 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2020-06-27 07:11:41 --> Encryption Class Initialized INFO - 2020-06-27 07:11:41 --> Form Validation Class Initialized INFO - 2020-06-27 07:11:41 --> Image Lib Class Initialized INFO - 2020-06-27 07:11:41 --> Model "BaseModel" initialized INFO - 2020-06-27 07:11:41 --> Controller Class Initialized INFO - 2020-06-27 07:11:41 --> Language file loaded: language/tc/common_lang.php INFO - 2020-06-27 07:11:41 --> File loaded: /var/www/gba-owea.com/GBAOWE2020/application/views/main/guideline.php INFO - 2020-06-27 07:11:41 --> Final output sent to browser DEBUG - 2020-06-27 07:11:41 --> Total execution time: 0.0743 INFO - 2020-06-27 07:12:10 --> Config Class Initialized INFO - 2020-06-27 07:12:10 --> Hooks Class Initialized DEBUG - 2020-06-27 07:12:10 --> UTF-8 Support Enabled INFO - 2020-06-27 07:12:10 --> Utf8 Class Initialized INFO - 2020-06-27 07:12:10 --> URI Class Initialized INFO - 2020-06-27 07:12:10 --> Router Class Initialized INFO - 2020-06-27 07:12:10 --> Output Class Initialized INFO - 2020-06-27 07:12:10 --> Security Class Initialized DEBUG - 2020-06-27 07:12:10 --> Global POST, GET and COOKIE data sanitized INFO - 2020-06-27 07:12:10 --> CSRF cookie sent INFO - 2020-06-27 07:12:10 --> Input Class Initialized INFO - 2020-06-27 07:12:10 --> Language Class Initialized INFO - 2020-06-27 07:12:10 --> Loader Class Initialized INFO - 2020-06-27 07:12:10 --> Helper loaded: form_helper INFO - 2020-06-27 07:12:10 --> Helper loaded: url_helper INFO - 2020-06-27 07:12:10 --> Helper loaded: utility_helper INFO - 2020-06-27 07:12:10 --> Helper loaded: string_helper INFO - 2020-06-27 07:12:10 --> Database Driver Class Initialized INFO - 2020-06-27 07:12:10 --> Database Driver Class Initialized DEBUG - 2020-06-27 07:12:10 --> Config file loaded: /var/www/gba-owea.com/GBAOWE2020/application/config/session.php DEBUG - 2020-06-27 07:12:10 --> Encryption: Auto-configured driver 'openssl'. INFO - 2020-06-27 07:12:10 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2020-06-27 07:12:10 --> Encryption Class Initialized INFO - 2020-06-27 07:12:10 --> Form Validation Class Initialized INFO - 2020-06-27 07:12:10 --> Image Lib Class Initialized INFO - 2020-06-27 07:12:10 --> Model "BaseModel" initialized INFO - 2020-06-27 07:12:10 --> Controller Class Initialized INFO - 2020-06-27 07:12:10 --> Language file loaded: language/tc/common_lang.php INFO - 2020-06-27 07:12:10 --> File loaded: /var/www/gba-owea.com/GBAOWE2020/application/views/main/guideline.php INFO - 2020-06-27 07:12:10 --> Final output sent to browser DEBUG - 2020-06-27 07:12:10 --> Total execution time: 0.0718 INFO - 2020-06-27 07:18:31 --> Config Class Initialized INFO - 2020-06-27 07:18:31 --> Hooks Class Initialized DEBUG - 2020-06-27 07:18:31 --> UTF-8 Support Enabled INFO - 2020-06-27 07:18:31 --> Utf8 Class Initialized INFO - 2020-06-27 07:18:31 --> URI Class Initialized INFO - 2020-06-27 07:18:31 --> Router Class Initialized INFO - 2020-06-27 07:18:31 --> Output Class Initialized INFO - 2020-06-27 07:18:31 --> Security Class Initialized DEBUG - 2020-06-27 07:18:31 --> Global POST, GET and COOKIE data sanitized INFO - 2020-06-27 07:18:31 --> CSRF cookie sent INFO - 2020-06-27 07:18:31 --> Input Class Initialized INFO - 2020-06-27 07:18:31 --> Language Class Initialized INFO - 2020-06-27 07:18:31 --> Loader Class Initialized INFO - 2020-06-27 07:18:31 --> Helper loaded: form_helper INFO - 2020-06-27 07:18:31 --> Helper loaded: url_helper INFO - 2020-06-27 07:18:31 --> Helper loaded: utility_helper INFO - 2020-06-27 07:18:31 --> Helper loaded: string_helper INFO - 2020-06-27 07:18:31 --> Database Driver Class Initialized INFO - 2020-06-27 07:18:31 --> Database Driver Class Initialized DEBUG - 2020-06-27 07:18:31 --> Config file loaded: /var/www/gba-owea.com/GBAOWE2020/application/config/session.php DEBUG - 2020-06-27 07:18:31 --> Encryption: Auto-configured driver 'openssl'. INFO - 2020-06-27 07:18:31 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2020-06-27 07:18:31 --> Encryption Class Initialized INFO - 2020-06-27 07:18:31 --> Form Validation Class Initialized INFO - 2020-06-27 07:18:31 --> Image Lib Class Initialized INFO - 2020-06-27 07:18:31 --> Model "BaseModel" initialized INFO - 2020-06-27 07:18:31 --> Controller Class Initialized INFO - 2020-06-27 07:18:31 --> Language file loaded: language/sc/common_lang.php INFO - 2020-06-27 07:18:31 --> File loaded: /var/www/gba-owea.com/GBAOWE2020/application/views/main/application_form.php INFO - 2020-06-27 07:18:31 --> Final output sent to browser DEBUG - 2020-06-27 07:18:31 --> Total execution time: 0.0718 INFO - 2020-06-27 10:05:14 --> Config Class Initialized INFO - 2020-06-27 10:05:14 --> Hooks Class Initialized DEBUG - 2020-06-27 10:05:14 --> UTF-8 Support Enabled INFO - 2020-06-27 10:05:14 --> Utf8 Class Initialized INFO - 2020-06-27 10:05:14 --> URI Class Initialized INFO - 2020-06-27 10:05:14 --> Router Class Initialized INFO - 2020-06-27 10:05:14 --> Output Class Initialized INFO - 2020-06-27 10:05:14 --> Security Class Initialized DEBUG - 2020-06-27 10:05:14 --> Global POST, GET and COOKIE data sanitized INFO - 2020-06-27 10:05:14 --> CSRF cookie sent INFO - 2020-06-27 10:05:14 --> Input Class Initialized INFO - 2020-06-27 10:05:14 --> Language Class Initialized INFO - 2020-06-27 10:05:14 --> Loader Class Initialized INFO - 2020-06-27 10:05:14 --> Helper loaded: form_helper INFO - 2020-06-27 10:05:14 --> Helper loaded: url_helper INFO - 2020-06-27 10:05:14 --> Helper loaded: utility_helper INFO - 2020-06-27 10:05:14 --> Helper loaded: string_helper INFO - 2020-06-27 10:05:14 --> Database Driver Class Initialized INFO - 2020-06-27 10:05:14 --> Database Driver Class Initialized DEBUG - 2020-06-27 10:05:14 --> Config file loaded: /var/www/gba-owea.com/GBAOWE2020/application/config/session.php DEBUG - 2020-06-27 10:05:14 --> Encryption: Auto-configured driver 'openssl'. INFO - 2020-06-27 10:05:14 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2020-06-27 10:05:14 --> Encryption Class Initialized INFO - 2020-06-27 10:05:14 --> Form Validation Class Initialized INFO - 2020-06-27 10:05:14 --> Image Lib Class Initialized INFO - 2020-06-27 10:05:14 --> Model "BaseModel" initialized INFO - 2020-06-27 10:05:14 --> Controller Class Initialized INFO - 2020-06-27 10:05:14 --> Language file loaded: language/sc/common_lang.php INFO - 2020-06-27 10:05:14 --> File loaded: /var/www/gba-owea.com/GBAOWE2020/application/views/main/guideline.php INFO - 2020-06-27 10:05:15 --> Final output sent to browser DEBUG - 2020-06-27 10:05:15 --> Total execution time: 0.0540 INFO - 2020-06-27 10:58:46 --> Config Class Initialized INFO - 2020-06-27 10:58:46 --> Hooks Class Initialized DEBUG - 2020-06-27 10:58:46 --> UTF-8 Support Enabled INFO - 2020-06-27 10:58:46 --> Utf8 Class Initialized INFO - 2020-06-27 10:58:46 --> URI Class Initialized INFO - 2020-06-27 10:58:46 --> Router Class Initialized INFO - 2020-06-27 10:58:46 --> Output Class Initialized INFO - 2020-06-27 10:58:46 --> Security Class Initialized DEBUG - 2020-06-27 10:58:46 --> Global POST, GET and COOKIE data sanitized INFO - 2020-06-27 10:58:46 --> CSRF cookie sent INFO - 2020-06-27 10:58:46 --> Input Class Initialized INFO - 2020-06-27 10:58:46 --> Language Class Initialized INFO - 2020-06-27 10:58:46 --> Loader Class Initialized INFO - 2020-06-27 10:58:46 --> Helper loaded: form_helper INFO - 2020-06-27 10:58:46 --> Helper loaded: url_helper INFO - 2020-06-27 10:58:46 --> Helper loaded: utility_helper INFO - 2020-06-27 10:58:46 --> Helper loaded: string_helper INFO - 2020-06-27 10:58:46 --> Database Driver Class Initialized INFO - 2020-06-27 10:58:46 --> Database Driver Class Initialized DEBUG - 2020-06-27 10:58:46 --> Config file loaded: /var/www/gba-owea.com/GBAOWE2020/application/config/session.php DEBUG - 2020-06-27 10:58:46 --> Encryption: Auto-configured driver 'openssl'. INFO - 2020-06-27 10:58:46 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2020-06-27 10:58:46 --> Encryption Class Initialized INFO - 2020-06-27 10:58:46 --> Form Validation Class Initialized INFO - 2020-06-27 10:58:46 --> Image Lib Class Initialized INFO - 2020-06-27 10:58:46 --> Model "BaseModel" initialized INFO - 2020-06-27 10:58:46 --> Controller Class Initialized INFO - 2020-06-27 10:58:46 --> Language file loaded: language/tc/common_lang.php INFO - 2020-06-27 10:58:46 --> File loaded: /var/www/gba-owea.com/GBAOWE2020/application/views/main/guideline.php INFO - 2020-06-27 10:58:46 --> Final output sent to browser DEBUG - 2020-06-27 10:58:46 --> Total execution time: 0.0730 INFO - 2020-06-27 12:52:32 --> Config Class Initialized INFO - 2020-06-27 12:52:32 --> Hooks Class Initialized DEBUG - 2020-06-27 12:52:32 --> UTF-8 Support Enabled INFO - 2020-06-27 12:52:32 --> Utf8 Class Initialized INFO - 2020-06-27 12:52:32 --> URI Class Initialized INFO - 2020-06-27 12:52:32 --> Router Class Initialized INFO - 2020-06-27 12:52:32 --> Output Class Initialized INFO - 2020-06-27 12:52:32 --> Security Class Initialized DEBUG - 2020-06-27 12:52:32 --> Global POST, GET and COOKIE data sanitized INFO - 2020-06-27 12:52:32 --> CSRF cookie sent INFO - 2020-06-27 12:52:32 --> Input Class Initialized INFO - 2020-06-27 12:52:32 --> Language Class Initialized INFO - 2020-06-27 12:52:32 --> Loader Class Initialized INFO - 2020-06-27 12:52:32 --> Helper loaded: form_helper INFO - 2020-06-27 12:52:32 --> Helper loaded: url_helper INFO - 2020-06-27 12:52:32 --> Helper loaded: utility_helper INFO - 2020-06-27 12:52:32 --> Helper loaded: string_helper INFO - 2020-06-27 12:52:32 --> Database Driver Class Initialized INFO - 2020-06-27 12:52:32 --> Database Driver Class Initialized DEBUG - 2020-06-27 12:52:32 --> Config file loaded: /var/www/gba-owea.com/GBAOWE2020/application/config/session.php DEBUG - 2020-06-27 12:52:32 --> Encryption: Auto-configured driver 'openssl'. INFO - 2020-06-27 12:52:32 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2020-06-27 12:52:32 --> Encryption Class Initialized INFO - 2020-06-27 12:52:32 --> Form Validation Class Initialized INFO - 2020-06-27 12:52:32 --> Image Lib Class Initialized INFO - 2020-06-27 12:52:32 --> Model "BaseModel" initialized INFO - 2020-06-27 12:52:32 --> Controller Class Initialized INFO - 2020-06-27 12:52:32 --> Language file loaded: language/en/common_lang.php ERROR - 2020-06-27 12:52:32 --> Could not find the language line "Contact Tel./ Moile No." ERROR - 2020-06-27 12:52:32 --> Could not find the language line "Attend" ERROR - 2020-06-27 12:52:32 --> Could not find the language line "Event Video" ERROR - 2020-06-27 12:52:32 --> Could not find the language line "Members from the judging panel of the event cannot take part in nomination" ERROR - 2020-06-27 12:52:32 --> Could not find the language line "For the entry of “GBA Outstanding Young Women Entrepreneur Award” , age of candidate must below 45 (i.e. Born on or after 10 Aug 1975)" ERROR - 2020-06-27 12:52:32 --> Could not find the language line "Members from the judging panel of the event, the organizers and their employees and their family members are not eligible to participate the GBA Outstanding Women Entrepreneur Awards 2020." ERROR - 2020-06-27 12:52:32 --> Could not find the language line "August 9, 2020, Sunday" INFO - 2020-06-27 12:52:32 --> File loaded: /var/www/gba-owea.com/GBAOWE2020/application/views/main/guideline.php INFO - 2020-06-27 12:52:33 --> Final output sent to browser DEBUG - 2020-06-27 12:52:33 --> Total execution time: 0.0555 INFO - 2020-06-27 13:22:21 --> Config Class Initialized INFO - 2020-06-27 13:22:21 --> Hooks Class Initialized DEBUG - 2020-06-27 13:22:21 --> UTF-8 Support Enabled INFO - 2020-06-27 13:22:21 --> Utf8 Class Initialized INFO - 2020-06-27 13:22:21 --> URI Class Initialized INFO - 2020-06-27 13:22:21 --> Router Class Initialized INFO - 2020-06-27 13:22:21 --> Output Class Initialized INFO - 2020-06-27 13:22:21 --> Security Class Initialized DEBUG - 2020-06-27 13:22:21 --> Global POST, GET and COOKIE data sanitized INFO - 2020-06-27 13:22:21 --> CSRF cookie sent INFO - 2020-06-27 13:22:21 --> Input Class Initialized INFO - 2020-06-27 13:22:21 --> Language Class Initialized INFO - 2020-06-27 13:22:21 --> Loader Class Initialized INFO - 2020-06-27 13:22:21 --> Helper loaded: form_helper INFO - 2020-06-27 13:22:21 --> Helper loaded: url_helper INFO - 2020-06-27 13:22:21 --> Helper loaded: utility_helper INFO - 2020-06-27 13:22:21 --> Helper loaded: string_helper INFO - 2020-06-27 13:22:21 --> Database Driver Class Initialized INFO - 2020-06-27 13:22:21 --> Database Driver Class Initialized DEBUG - 2020-06-27 13:22:21 --> Config file loaded: /var/www/gba-owea.com/GBAOWE2020/application/config/session.php DEBUG - 2020-06-27 13:22:21 --> Encryption: Auto-configured driver 'openssl'. INFO - 2020-06-27 13:22:21 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2020-06-27 13:22:21 --> Encryption Class Initialized INFO - 2020-06-27 13:22:21 --> Form Validation Class Initialized INFO - 2020-06-27 13:22:21 --> Image Lib Class Initialized INFO - 2020-06-27 13:22:21 --> Model "BaseModel" initialized INFO - 2020-06-27 13:22:21 --> Controller Class Initialized INFO - 2020-06-27 13:22:21 --> Language file loaded: language/tc/common_lang.php INFO - 2020-06-27 13:22:21 --> File loaded: /var/www/gba-owea.com/GBAOWE2020/application/views/main/guideline.php INFO - 2020-06-27 13:22:21 --> Final output sent to browser DEBUG - 2020-06-27 13:22:21 --> Total execution time: 0.0832 INFO - 2020-06-27 14:56:02 --> Config Class Initialized INFO - 2020-06-27 14:56:02 --> Hooks Class Initialized DEBUG - 2020-06-27 14:56:02 --> UTF-8 Support Enabled INFO - 2020-06-27 14:56:02 --> Utf8 Class Initialized INFO - 2020-06-27 14:56:02 --> URI Class Initialized INFO - 2020-06-27 14:56:02 --> Router Class Initialized INFO - 2020-06-27 14:56:02 --> Output Class Initialized INFO - 2020-06-27 14:56:02 --> Security Class Initialized DEBUG - 2020-06-27 14:56:02 --> Global POST, GET and COOKIE data sanitized INFO - 2020-06-27 14:56:02 --> CSRF cookie sent INFO - 2020-06-27 14:56:02 --> Input Class Initialized INFO - 2020-06-27 14:56:02 --> Language Class Initialized INFO - 2020-06-27 14:56:02 --> Loader Class Initialized INFO - 2020-06-27 14:56:02 --> Helper loaded: form_helper INFO - 2020-06-27 14:56:02 --> Helper loaded: url_helper INFO - 2020-06-27 14:56:02 --> Helper loaded: utility_helper INFO - 2020-06-27 14:56:02 --> Helper loaded: string_helper INFO - 2020-06-27 14:56:02 --> Database Driver Class Initialized INFO - 2020-06-27 14:56:02 --> Database Driver Class Initialized DEBUG - 2020-06-27 14:56:02 --> Config file loaded: /var/www/gba-owea.com/GBAOWE2020/application/config/session.php DEBUG - 2020-06-27 14:56:02 --> Encryption: Auto-configured driver 'openssl'. INFO - 2020-06-27 14:56:02 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2020-06-27 14:56:02 --> Encryption Class Initialized INFO - 2020-06-27 14:56:02 --> Form Validation Class Initialized INFO - 2020-06-27 14:56:02 --> Image Lib Class Initialized INFO - 2020-06-27 14:56:02 --> Model "BaseModel" initialized INFO - 2020-06-27 14:56:02 --> Controller Class Initialized INFO - 2020-06-27 14:56:02 --> Language file loaded: language/sc/common_lang.php INFO - 2020-06-27 14:56:02 --> File loaded: /var/www/gba-owea.com/GBAOWE2020/application/views/main/guideline.php INFO - 2020-06-27 14:56:02 --> Final output sent to browser DEBUG - 2020-06-27 14:56:02 --> Total execution time: 0.0737 INFO - 2020-06-27 19:04:20 --> Config Class Initialized INFO - 2020-06-27 19:04:20 --> Hooks Class Initialized DEBUG - 2020-06-27 19:04:20 --> UTF-8 Support Enabled INFO - 2020-06-27 19:04:20 --> Utf8 Class Initialized INFO - 2020-06-27 19:04:20 --> URI Class Initialized INFO - 2020-06-27 19:04:20 --> Router Class Initialized INFO - 2020-06-27 19:04:20 --> Output Class Initialized INFO - 2020-06-27 19:04:20 --> Security Class Initialized DEBUG - 2020-06-27 19:04:20 --> Global POST, GET and COOKIE data sanitized INFO - 2020-06-27 19:04:20 --> CSRF cookie sent INFO - 2020-06-27 19:04:20 --> Input Class Initialized INFO - 2020-06-27 19:04:20 --> Language Class Initialized INFO - 2020-06-27 19:04:20 --> Loader Class Initialized INFO - 2020-06-27 19:04:20 --> Helper loaded: form_helper INFO - 2020-06-27 19:04:20 --> Helper loaded: url_helper INFO - 2020-06-27 19:04:20 --> Helper loaded: utility_helper INFO - 2020-06-27 19:04:20 --> Helper loaded: string_helper INFO - 2020-06-27 19:04:20 --> Database Driver Class Initialized INFO - 2020-06-27 19:04:20 --> Database Driver Class Initialized DEBUG - 2020-06-27 19:04:20 --> Config file loaded: /var/www/gba-owea.com/GBAOWE2020/application/config/session.php DEBUG - 2020-06-27 19:04:20 --> Encryption: Auto-configured driver 'openssl'. INFO - 2020-06-27 19:04:20 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2020-06-27 19:04:20 --> Encryption Class Initialized INFO - 2020-06-27 19:04:20 --> Form Validation Class Initialized INFO - 2020-06-27 19:04:20 --> Image Lib Class Initialized INFO - 2020-06-27 19:04:20 --> Model "BaseModel" initialized INFO - 2020-06-27 19:04:20 --> Controller Class Initialized INFO - 2020-06-27 19:04:20 --> Language file loaded: language/tc/common_lang.php INFO - 2020-06-27 19:04:20 --> File loaded: /var/www/gba-owea.com/GBAOWE2020/application/views/main/guideline.php INFO - 2020-06-27 19:04:21 --> Final output sent to browser DEBUG - 2020-06-27 19:04:21 --> Total execution time: 0.0771 INFO - 2020-06-27 22:13:46 --> Config Class Initialized INFO - 2020-06-27 22:13:46 --> Hooks Class Initialized DEBUG - 2020-06-27 22:13:46 --> UTF-8 Support Enabled INFO - 2020-06-27 22:13:46 --> Utf8 Class Initialized INFO - 2020-06-27 22:13:46 --> URI Class Initialized INFO - 2020-06-27 22:13:46 --> Router Class Initialized INFO - 2020-06-27 22:13:46 --> Output Class Initialized INFO - 2020-06-27 22:13:46 --> Security Class Initialized DEBUG - 2020-06-27 22:13:46 --> Global POST, GET and COOKIE data sanitized INFO - 2020-06-27 22:13:46 --> CSRF cookie sent INFO - 2020-06-27 22:13:46 --> Input Class Initialized INFO - 2020-06-27 22:13:46 --> Language Class Initialized INFO - 2020-06-27 22:13:46 --> Loader Class Initialized INFO - 2020-06-27 22:13:46 --> Helper loaded: form_helper INFO - 2020-06-27 22:13:46 --> Helper loaded: url_helper INFO - 2020-06-27 22:13:46 --> Helper loaded: utility_helper INFO - 2020-06-27 22:13:46 --> Helper loaded: string_helper INFO - 2020-06-27 22:13:46 --> Database Driver Class Initialized INFO - 2020-06-27 22:13:46 --> Database Driver Class Initialized DEBUG - 2020-06-27 22:13:46 --> Config file loaded: /var/www/gba-owea.com/GBAOWE2020/application/config/session.php DEBUG - 2020-06-27 22:13:46 --> Encryption: Auto-configured driver 'openssl'. INFO - 2020-06-27 22:13:46 --> Encryption: OpenSSL initialized with method AES-128-CBC. INFO - 2020-06-27 22:13:46 --> Encryption Class Initialized INFO - 2020-06-27 22:13:46 --> Form Validation Class Initialized INFO - 2020-06-27 22:13:46 --> Image Lib Class Initialized INFO - 2020-06-27 22:13:46 --> Model "BaseModel" initialized INFO - 2020-06-27 22:13:46 --> Controller Class Initialized INFO - 2020-06-27 22:13:46 --> Language file loaded: language/tc/common_lang.php INFO - 2020-06-27 22:13:46 --> File loaded: /var/www/gba-owea.com/GBAOWE2020/application/views/main/guideline.php INFO - 2020-06-27 22:13:47 --> Final output sent to browser DEBUG - 2020-06-27 22:13:47 --> Total execution time: 0.0763
|