forked from UCDS/health4all_v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror_log
743 lines (743 loc) · 157 KB
/
error_log
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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
[25-Mar-2015 10:16:05 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[25-Mar-2015 10:16:15 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[25-Mar-2015 10:39:27 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[25-Mar-2015 10:41:14 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[25-Mar-2015 11:07:37 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 85 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[25-Mar-2015 11:32:02 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 85 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[25-Mar-2015 11:59:42 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[25-Mar-2015 12:40:25 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 85 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[25-Mar-2015 12:42:12 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 85 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[25-Mar-2015 12:42:26 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[25-Mar-2015 12:52:01 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[25-Mar-2015 12:53:52 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[25-Mar-2015 13:03:21 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[25-Mar-2015 13:13:04 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/DB_result.php on line 153
[25-Mar-2015 13:16:59 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[25-Mar-2015 13:32:05 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/DB_result.php on line 153
[25-Mar-2015 15:47:20 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[25-Mar-2015 16:28:00 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{' in /home/gandhihospital/public_html/health4all_v2/application/models/register_model.php on line 71
[25-Mar-2015 16:28:08 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{' in /home/gandhihospital/public_html/health4all_v2/application/models/register_model.php on line 71
[25-Mar-2015 16:28:24 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{' in /home/gandhihospital/public_html/health4all_v2/application/models/register_model.php on line 71
[25-Mar-2015 16:28:33 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{' in /home/gandhihospital/public_html/health4all_v2/application/models/register_model.php on line 71
[25-Mar-2015 16:28:43 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{' in /home/gandhihospital/public_html/health4all_v2/application/models/register_model.php on line 71
[25-Mar-2015 16:28:53 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{' in /home/gandhihospital/public_html/health4all_v2/application/models/register_model.php on line 71
[25-Mar-2015 16:29:02 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{' in /home/gandhihospital/public_html/health4all_v2/application/models/register_model.php on line 71
[25-Mar-2015 16:29:13 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{' in /home/gandhihospital/public_html/health4all_v2/application/models/register_model.php on line 71
[25-Mar-2015 16:29:30 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{' in /home/gandhihospital/public_html/health4all_v2/application/models/register_model.php on line 71
[25-Mar-2015 16:29:37 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{' in /home/gandhihospital/public_html/health4all_v2/application/models/register_model.php on line 71
[25-Mar-2015 16:29:40 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{' in /home/gandhihospital/public_html/health4all_v2/application/models/register_model.php on line 71
[25-Mar-2015 16:29:47 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{' in /home/gandhihospital/public_html/health4all_v2/application/models/register_model.php on line 71
[25-Mar-2015 16:30:00 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{' in /home/gandhihospital/public_html/health4all_v2/application/models/register_model.php on line 71
[25-Mar-2015 16:30:05 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{' in /home/gandhihospital/public_html/health4all_v2/application/models/register_model.php on line 71
[25-Mar-2015 16:30:18 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{' in /home/gandhihospital/public_html/health4all_v2/application/models/register_model.php on line 71
[25-Mar-2015 16:30:39 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{' in /home/gandhihospital/public_html/health4all_v2/application/models/register_model.php on line 71
[25-Mar-2015 16:30:58 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{' in /home/gandhihospital/public_html/health4all_v2/application/models/register_model.php on line 71
[25-Mar-2015 16:31:29 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{' in /home/gandhihospital/public_html/health4all_v2/application/models/register_model.php on line 71
[25-Mar-2015 16:41:38 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 256 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[22-May-2015 16:19:59 Asia/Calcutta] PHP Fatal error: Call to undefined method Staff_model::get_visit_name() in /home/gandhihospital/public_html/health4all_v2/application/controllers/reports.php on line 427
[23-Nov-2015 13:25:21 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'test_area' (T_STRING) in /home/gandhihospital/public_html/health4all_v2/application/models/reports_model.php on line 639
[23-Nov-2015 13:25:28 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'test_area' (T_STRING) in /home/gandhihospital/public_html/health4all_v2/application/models/reports_model.php on line 639
[23-Nov-2015 13:25:28 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'test_area' (T_STRING) in /home/gandhihospital/public_html/health4all_v2/application/models/reports_model.php on line 639
[23-Nov-2015 13:25:32 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'test_area' (T_STRING) in /home/gandhihospital/public_html/health4all_v2/application/models/reports_model.php on line 639
[23-Nov-2015 13:25:45 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'test_area' (T_STRING) in /home/gandhihospital/public_html/health4all_v2/application/models/reports_model.php on line 639
[23-Nov-2015 13:25:56 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'test_area' (T_STRING) in /home/gandhihospital/public_html/health4all_v2/application/models/reports_model.php on line 639
[23-Nov-2015 13:48:48 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[23-Nov-2015 13:49:15 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[23-Nov-2015 16:10:28 Asia/Calcutta] PHP Fatal error: Unsupported operand types in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/sensitivity_summary.php on line 304
[23-Nov-2015 16:12:42 Asia/Calcutta] PHP Fatal error: Unsupported operand types in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/sensitivity_summary.php on line 304
[23-Nov-2015 16:13:55 Asia/Calcutta] PHP Fatal error: Unsupported operand types in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/sensitivity_summary.php on line 304
[23-Nov-2015 16:15:10 Asia/Calcutta] PHP Fatal error: Unsupported operand types in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/sensitivity_summary.php on line 304
[23-Nov-2015 16:15:42 Asia/Calcutta] PHP Fatal error: Unsupported operand types in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/sensitivity_summary.php on line 304
[23-Nov-2015 16:26:38 Asia/Calcutta] PHP Fatal error: Unsupported operand types in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/sensitivity_summary.php on line 308
[23-Nov-2015 17:00:34 Asia/Calcutta] PHP Fatal error: Unsupported operand types in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/sensitivity_summary.php on line 308
[23-Nov-2015 17:02:46 Asia/Calcutta] PHP Fatal error: Unsupported operand types in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/sensitivity_summary.php on line 308
[23-Nov-2015 17:04:28 Asia/Calcutta] PHP Fatal error: Unsupported operand types in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/sensitivity_summary.php on line 308
[23-Nov-2015 17:04:59 Asia/Calcutta] PHP Fatal error: Unsupported operand types in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/sensitivity_summary.php on line 308
[25-Nov-2015 18:03:52 Asia/Calcutta] PHP Parse error: syntax error, unexpected '$query' (T_VARIABLE) in /home/gandhihospital/public_html/health4all_v2/application/models/reports_model.php on line 655
[26-Nov-2015 10:35:32 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[26-Nov-2015 10:42:01 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[26-Nov-2015 10:43:32 Asia/Calcutta] PHP Fatal error: Function name must be a string in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/sensitivity_summary.php on line 247
[26-Nov-2015 11:24:40 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[26-Nov-2015 12:32:15 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[26-Nov-2015 12:39:49 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[26-Nov-2015 13:30:41 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[26-Nov-2015 13:41:04 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[26-Nov-2015 13:51:18 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[26-Nov-2015 13:56:01 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[26-Nov-2015 14:21:22 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[26-Nov-2015 16:18:10 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[26-Nov-2015 16:19:49 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[26-Nov-2015 16:20:42 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[27-Nov-2015 10:13:31 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[27-Nov-2015 12:10:32 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[27-Nov-2015 13:40:03 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[27-Nov-2015 14:27:28 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[27-Nov-2015 14:37:53 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'echo' (T_ECHO) in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/sensitivity_summary.php on line 85
[27-Nov-2015 15:00:09 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[27-Nov-2015 15:00:37 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[27-Nov-2015 15:20:19 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[28-Nov-2015 10:39:22 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 2883584) (tried to allocate 16384 bytes) in /home/gandhihospital/public_html/health4all_v2/system/core/Loader.php on line 821
[28-Nov-2015 10:39:23 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 1310720) (tried to allocate 12288 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/DB_active_rec.php on line 285
[28-Nov-2015 10:39:23 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 2621440) (tried to allocate 196608 bytes) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 898
[28-Nov-2015 10:39:23 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 2621440) (tried to allocate 196608 bytes) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 898
[28-Nov-2015 10:39:45 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 786432) (tried to allocate 2560 bytes) in /home/gandhihospital/public_html/health4all_v2/system/core/Input.php on line 618
[28-Nov-2015 10:39:47 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 786432) (tried to allocate 12288 bytes) in /home/gandhihospital/public_html/health4all_v2/system/core/Input.php on line 595
[28-Nov-2015 10:40:03 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 1310720) (tried to allocate 12288 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/DB_active_rec.php on line 285
[28-Nov-2015 10:40:06 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 1310720) (tried to allocate 3072 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/DB_driver.php on line 728
[28-Nov-2015 10:40:08 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 1310720) (tried to allocate 12288 bytes) in /home/gandhihospital/public_html/health4all_v2/system/helpers/url_helper.php on line 215
[28-Nov-2015 11:43:23 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[30-Nov-2015 12:44:43 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[30-Nov-2015 12:45:43 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[30-Nov-2015 16:10:17 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[01-Dec-2015 11:42:35 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[01-Dec-2015 11:43:12 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[01-Dec-2015 11:50:29 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[01-Dec-2015 11:54:13 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4801245 bytes) in /home/gandhihospital/public_html/health4all_v2/system/core/Output.php on line 164
[01-Dec-2015 11:55:31 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[01-Dec-2015 11:55:56 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[01-Dec-2015 12:10:57 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[01-Dec-2015 12:11:26 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[01-Dec-2015 14:03:23 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[01-Dec-2015 14:12:18 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 78 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[01-Dec-2015 14:18:09 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[01-Dec-2015 14:25:21 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[01-Dec-2015 14:36:26 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[02-Dec-2015 13:02:52 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[02-Dec-2015 13:30:56 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[02-Dec-2015 13:48:36 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 11 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[02-Dec-2015 14:37:57 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[03-Dec-2015 11:07:12 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[03-Dec-2015 12:34:20 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[03-Dec-2015 14:27:24 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 89 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[03-Dec-2015 14:28:34 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 89 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[03-Dec-2015 14:30:54 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 89 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[03-Dec-2015 14:35:22 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[03-Dec-2015 14:36:30 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/sensitivity_summary.php on line 270
[03-Dec-2015 14:37:27 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/sensitivity_summary.php on line 270
[03-Dec-2015 14:39:02 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[03-Dec-2015 14:39:43 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 80 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[03-Dec-2015 14:40:12 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 91 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[03-Dec-2015 14:40:45 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[03-Dec-2015 14:41:39 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[03-Dec-2015 14:44:08 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 131072 bytes) in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/sensitivity_summary.php on line 268
[03-Dec-2015 14:47:26 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 131072 bytes) in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/sensitivity_summary.php on line 268
[03-Dec-2015 14:58:14 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[04-Dec-2015 13:02:25 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[04-Dec-2015 13:04:56 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[04-Dec-2015 13:05:31 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[04-Dec-2015 13:11:36 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[04-Dec-2015 13:16:04 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[04-Dec-2015 13:18:01 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[04-Dec-2015 13:22:51 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[04-Dec-2015 13:23:46 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[04-Dec-2015 13:28:06 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[04-Dec-2015 13:29:18 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[04-Dec-2015 13:29:47 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[04-Dec-2015 13:32:44 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[04-Dec-2015 13:40:22 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[05-Dec-2015 12:54:20 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[05-Dec-2015 12:55:43 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[05-Dec-2015 13:04:09 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[05-Dec-2015 13:07:56 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[05-Dec-2015 13:11:19 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[05-Dec-2015 13:11:57 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[05-Dec-2015 13:12:21 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[05-Dec-2015 13:13:12 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[05-Dec-2015 13:13:38 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[05-Dec-2015 13:14:07 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[05-Dec-2015 20:56:13 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[05-Dec-2015 21:04:07 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[05-Dec-2015 21:07:49 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[05-Dec-2015 21:16:43 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[05-Dec-2015 21:18:32 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[05-Dec-2015 21:19:53 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[06-Dec-2015 11:51:40 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'echo' (T_ECHO) in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/test_results.php on line 481
[06-Dec-2015 11:52:44 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'echo' (T_ECHO) in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/test_results.php on line 481
[06-Dec-2015 11:53:34 Asia/Calcutta] PHP Fatal error: Call to undefined function size() in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/test_results.php on line 452
[07-Dec-2015 12:12:07 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[07-Dec-2015 14:42:14 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[07-Dec-2015 14:52:04 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 85 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[07-Dec-2015 15:05:06 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 12:21:22 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/DB_result.php on line 153
[08-Dec-2015 13:15:09 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 13:29:43 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[08-Dec-2015 13:58:15 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 14:07:08 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 16:03:23 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:37:30 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:38:19 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:38:51 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:40:00 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:40:36 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:42:12 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:42:46 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:43:41 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:46:13 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:48:54 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:49:29 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:50:11 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:50:42 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:52:18 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:52:54 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:53:42 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:54:22 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:54:51 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:55:44 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:56:08 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:56:37 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 22:57:16 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 23:07:01 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 23:08:02 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 23:08:49 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 23:09:44 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 23:10:24 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 23:11:19 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 23:15:29 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 23:15:58 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 23:16:39 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 23:17:17 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 23:17:52 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 23:19:40 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[08-Dec-2015 23:20:15 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[09-Dec-2015 14:29:50 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[10-Dec-2015 13:25:06 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[11-Dec-2015 10:30:54 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 85 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[11-Dec-2015 10:34:29 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 85 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[11-Dec-2015 11:43:05 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 85 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[11-Dec-2015 11:51:10 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 85 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[11-Dec-2015 13:11:18 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[12-Dec-2015 12:23:06 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 85 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[12-Dec-2015 16:34:11 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1789674 bytes) in /home/gandhihospital/public_html/health4all_v2/system/core/Output.php on line 164
[12-Dec-2015 16:36:44 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1789674 bytes) in /home/gandhihospital/public_html/health4all_v2/system/core/Output.php on line 164
[14-Dec-2015 11:29:40 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 5242880 bytes) in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/test_results.php on line 1025
[18-Dec-2015 20:21:08 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'echo' (T_ECHO) in /home/gandhihospital/public_html/health4all_v2/application/views/pages/inventory/edit_equipment_form.php on line 268
[18-Dec-2015 20:21:23 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'echo' (T_ECHO) in /home/gandhihospital/public_html/health4all_v2/application/views/pages/inventory/edit_equipment_form.php on line 268
[18-Dec-2015 20:21:27 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'echo' (T_ECHO) in /home/gandhihospital/public_html/health4all_v2/application/views/pages/inventory/edit_equipment_form.php on line 268
[18-Dec-2015 20:21:41 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'echo' (T_ECHO) in /home/gandhihospital/public_html/health4all_v2/application/views/pages/inventory/edit_equipment_form.php on line 268
[18-Dec-2015 20:22:35 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'echo' (T_ECHO) in /home/gandhihospital/public_html/health4all_v2/application/views/pages/inventory/edit_equipment_form.php on line 268
[18-Dec-2015 20:22:41 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'echo' (T_ECHO) in /home/gandhihospital/public_html/health4all_v2/application/views/pages/inventory/edit_equipment_form.php on line 268
[16-Jan-2016 14:48:35 Asia/Calcutta] PHP Fatal error: Call to undefined function validation_errors() in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/add_test_assay_form.php on line 10
[16-Jan-2016 14:51:10 Asia/Calcutta] PHP Fatal error: Call to undefined function form_open() in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/add_test_assay_form.php on line 10
[16-Jan-2016 15:30:35 Asia/Calcutta] PHP Parse error: syntax error, unexpected '{', expecting '(' in /home/gandhihospital/public_html/health4all_v2/application/models/diagnostics_model.php on line 468
[16-Jan-2016 15:31:33 Asia/Calcutta] PHP Parse error: syntax error, unexpected '=', expecting ')' in /home/gandhihospital/public_html/health4all_v2/application/models/diagnostics_model.php on line 469
[16-Jan-2016 15:31:54 Asia/Calcutta] PHP Parse error: syntax error, unexpected ';', expecting ')' in /home/gandhihospital/public_html/health4all_v2/application/models/diagnostics_model.php on line 469
[16-Jan-2016 16:09:20 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 16:09:32 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 16:09:38 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 16:09:52 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 16:10:09 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 16:10:31 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 16:10:46 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 16:11:05 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 16:11:16 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 16:11:41 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 16:12:04 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 16:15:14 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 16:15:39 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 16:16:08 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 16:19:28 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 16:19:53 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 16:20:03 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 16:20:23 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 16:39:48 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 17:02:05 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 17:02:08 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 17:04:16 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 17:15:49 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 17:16:09 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 17:17:01 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 17:17:31 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'fucntion' (T_STRING), expecting function (T_FUNCTION) in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1658
[16-Jan-2016 17:46:54 Asia/Calcutta] PHP Fatal error: Call to undefined method CI_DB_mysql_driver::result() in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1664
[16-Jan-2016 17:47:57 Asia/Calcutta] PHP Fatal error: Call to undefined method CI_DB_mysql_driver::result() in /home/gandhihospital/public_html/health4all_v2/application/models/masters_model.php on line 1664
[16-Jan-2016 19:24:41 Asia/Calcutta] PHP Parse error: syntax error, unexpected ')' in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/test_results.php on line 106
[17-Jan-2016 19:12:05 Asia/Calcutta] PHP Parse error: syntax error, unexpected '=>' (T_DOUBLE_ARROW), expecting ')' in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/test_results.php on line 254
[18-Jan-2016 14:18:35 Asia/Calcutta] PHP Fatal error: Cannot use object of type stdClass as array in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/test_orders.php on line 380
[18-Jan-2016 14:20:10 Asia/Calcutta] PHP Fatal error: Cannot use object of type stdClass as array in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/test_orders.php on line 380
[18-Jan-2016 14:23:38 Asia/Calcutta] PHP Fatal error: Cannot use object of type stdClass as array in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/test_orders.php on line 381
[18-Jan-2016 14:55:35 Asia/Calcutta] PHP Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR) in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/test_orders.php on line 64
[18-Jan-2016 14:56:10 Asia/Calcutta] PHP Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR) in /home/gandhihospital/public_html/health4all_v2/application/views/pages/diagnostics/test_orders.php on line 64
[18-Jan-2016 15:53:48 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'return' (T_RETURN), expecting ',' or ';' in /home/gandhihospital/public_html/health4all_v2/application/models/diagnostics_model.php on line 727
[18-Jan-2016 16:18:02 Asia/Calcutta] PHP Parse error: syntax error, unexpected '$this' (T_VARIABLE) in /home/gandhihospital/public_html/health4all_v2/application/controllers/diagnostics.php on line 110
[19-Jan-2016 10:13:51 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 80 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[19-Jan-2016 10:52:51 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 88 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[19-Jan-2016 14:31:12 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'echo' (T_ECHO) in /home/gandhihospital/public_html/health4all_v2/application/views/pages/staff/edit_staff_form.php on line 290
[20-Jan-2016 01:40:59 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[20-Jan-2016 10:17:57 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1024 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[20-Jan-2016 13:00:42 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[20-Jan-2016 13:13:44 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[20-Jan-2016 13:25:08 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[20-Jan-2016 13:29:15 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[20-Jan-2016 13:35:42 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[21-Jan-2016 13:04:40 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[21-Jan-2016 13:28:22 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[21-Jan-2016 13:48:50 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[21-Jan-2016 17:14:53 Asia/Calcutta] PHP Parse error: syntax error, unexpected '++' (T_INC) in /home/gandhihospital/public_html/health4all_v2/application/views/pages/staff/edit_view_staff_form.php on line 474
[22-Jan-2016 13:10:48 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[25-Jan-2016 13:20:20 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 78 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[25-Jan-2016 13:39:36 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 152
[26-Jan-2016 10:10:17 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[26-Jan-2016 10:10:30 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/gandhihospital/public_html/health4all_v2/system/database/drivers/mysql/mysql_result.php on line 167
[26-Jan-2016 10:13:01 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1789917 bytes) in /home/gandhihospital/public_html/health4all_v2/system/core/Output.php on line 164
[07-Apr-2016 20:02:39 Asia/Calcutta] PHP Fatal error: Call to undefined method Masters_model::get_designation() in /home/wwwircsnellore16/public_html/health4all/application/controllers/staff.php on line 212
[07-Apr-2016 20:27:43 Asia/Calcutta] PHP Fatal error: Call to undefined method Masters_model::get_designation() in /home/wwwircsnellore16/public_html/health4all/application/controllers/staff.php on line 237
[11-Apr-2016 18:07:26 Asia/Calcutta] PHP Fatal error: Call to undefined method Masters_model::get_designation() in /home/wwwircsnellore16/public_html/health4all/application/controllers/staff.php on line 212
[11-Apr-2016 18:26:01 Asia/Calcutta] PHP Fatal error: Call to undefined method Masters_model::get_designation() in /home/wwwircsnellore16/public_html/health4all/application/controllers/staff.php on line 212
[11-Apr-2016 18:26:21 Asia/Calcutta] PHP Fatal error: Call to undefined method Masters_model::get_designation() in /home/wwwircsnellore16/public_html/health4all/application/controllers/staff.php on line 237
[28-Apr-2016 06:16:23 UTC] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Apr-2016 06:17:10 UTC] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Apr-2016 06:17:41 UTC] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Apr-2016 06:20:58 UTC] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Apr-2016 06:20:59 UTC] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Apr-2016 06:21:00 UTC] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Apr-2016 06:22:28 UTC] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Apr-2016 06:23:33 UTC] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Apr-2016 06:24:51 UTC] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Apr-2016 06:30:38 UTC] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[22-May-2016 12:08:36 Asia/Calcutta] PHP Warning: Unterminated comment starting line 69 in /home/adminh4a/public_html/health4all_rims_ongole/application/config/database.php on line 69
[22-May-2016 13:31:04 Asia/Calcutta] PHP Warning: Unterminated comment starting line 69 in /home/adminh4a/public_html/health4all_rims_ongole/application/config/database.php on line 69
[22-May-2016 13:31:18 Asia/Calcutta] PHP Warning: Unterminated comment starting line 69 in /home/adminh4a/public_html/health4all_rims_ongole/application/config/database.php on line 69
[22-May-2016 13:31:48 Asia/Calcutta] PHP Warning: Unterminated comment starting line 69 in /home/adminh4a/public_html/health4all_rims_ongole/application/config/database.php on line 69
[22-May-2016 13:32:44 Asia/Calcutta] PHP Warning: Unterminated comment starting line 69 in /home/adminh4a/public_html/health4all_rims_ongole/application/config/database.php on line 69
[25-Nov-2016 01:45:07 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/admintvvp/public_html/h4a_ah_konda/system/database/drivers/mysql/mysql_result.php on line 167
[07-Dec-2016 13:06:53 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 10 bytes) in /home/admintvvp/public_html/h4a_ah_konda/system/database/drivers/mysql/mysql_result.php on line 167
[07-Dec-2016 13:38:47 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1 bytes) in /home/admintvvp/public_html/h4a_ah_konda/system/database/drivers/mysql/mysql_result.php on line 167
[07-Dec-2016 16:28:51 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/admintvvp/public_html/h4a_ah_konda/system/database/drivers/mysql/mysql_result.php on line 167
[13-Dec-2016 09:59:31 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 87 bytes) in /home/admintvvp/public_html/h4a_ah_konda/system/database/drivers/mysql/mysql_result.php on line 167
[17-Dec-2016 10:51:17 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 87 bytes) in /home/admintvvp/public_html/h4a_ah_konda/system/database/drivers/mysql/mysql_result.php on line 167
[20-Dec-2016 11:52:41 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/admintvvp/public_html/h4a_ah_konda/system/database/drivers/mysql/mysql_result.php on line 167
[22-Dec-2016 10:04:42 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/admintvvp/public_html/h4a_ah_konda/system/database/drivers/mysql/mysql_result.php on line 167
[22-Dec-2016 12:12:18 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/admintvvp/public_html/h4a_ah_konda/system/database/drivers/mysql/mysql_result.php on line 167
[31-Dec-2016 10:07:17 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1995433 bytes) in /home/admintvvp/public_html/h4a_ah_konda/system/core/Output.php on line 164
[06-Jan-2017 12:05:17 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/admintvvp/public_html/h4a_ah_konda/system/database/drivers/mysql/mysql_result.php on line 167
[27-Jan-2017 10:22:47 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 786432) (tried to allocate 12288 bytes) in /home/admintvvp/public_html/h4a_ah_konda/system/core/Input.php on line 595
[09-Mar-2017 14:43:10 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 94 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[09-Mar-2017 14:44:36 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[09-Mar-2017 15:24:17 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[09-Mar-2017 15:24:53 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[09-Mar-2017 15:33:05 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[09-Mar-2017 20:01:51 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 90 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[09-Mar-2017 20:02:22 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 85 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[10-Mar-2017 09:57:30 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 85 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[10-Mar-2017 10:53:52 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1024 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[17-Mar-2017 09:32:24 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 86 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[22-Mar-2017 10:27:57 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[22-Mar-2017 12:33:23 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 80 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[25-Mar-2017 09:34:56 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[01-Apr-2017 09:35:47 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[04-Apr-2017 12:12:24 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[05-Apr-2017 08:22:30 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[05-Apr-2017 08:29:04 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 76 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[05-Apr-2017 11:50:08 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[07-Apr-2017 08:50:11 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 85 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[07-Apr-2017 09:00:26 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 76 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[07-Apr-2017 08:34:02 UTC] PHP Fatal error: Out of memory (allocated 262144) (tried to allocate 49152 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/core/CodeIgniter.php on line 276
[08-Apr-2017 10:52:17 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[08-Apr-2017 11:45:12 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 79 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[11-Apr-2017 09:21:54 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 1048576) (tried to allocate 3072 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/core/Loader.php on line 527
[11-Apr-2017 09:45:28 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 2359296) (tried to allocate 49152 bytes) in /home/admintvvp/public_html/h4a_tvvp/application/models/register_model.php on line 34
[11-Apr-2017 10:15:00 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 2621440) (tried to allocate 196608 bytes) in /home/admintvvp/public_html/h4a_tvvp/application/models/masters_model.php on line 279
[11-Apr-2017 10:21:21 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 2359296) (tried to allocate 196608 bytes) in /home/admintvvp/public_html/h4a_tvvp/application/models/masters_model.php on line 279
[11-Apr-2017 10:23:13 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 1835008) (tried to allocate 3072 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/core/Loader.php on line 299
[11-Apr-2017 10:40:26 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 1310720) (tried to allocate 3072 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/DB_active_rec.php on line 240
[11-Apr-2017 11:03:56 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 2883584) (tried to allocate 196608 bytes) in /home/admintvvp/public_html/h4a_tvvp/application/models/masters_model.php on line 1648
[11-Apr-2017 11:04:43 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 3407872) (tried to allocate 95 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[11-Apr-2017 11:10:28 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 14080 bytes) in /home/admintvvp/public_html/h4a_tvvp/application/models/register_model.php on line 44
[11-Apr-2017 11:10:39 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 12288 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/helpers/form_helper.php on line 999
[15-Apr-2017 11:28:44 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 90 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[17-Apr-2017 08:37:49 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 90 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[17-Apr-2017 11:14:12 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 90 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[19-Apr-2017 09:13:14 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 86 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[21-Apr-2017 08:12:13 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 78 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[28-Apr-2017 12:05:48 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 93 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[01-May-2017 09:11:27 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[01-May-2017 11:14:18 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[01-May-2017 11:50:01 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[03-May-2017 09:54:36 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 786432) (tried to allocate 12288 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/core/Input.php on line 595
[03-May-2017 04:38:45 UTC] PHP Fatal error: Out of memory (allocated 524288) (tried to allocate 49152 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/core/CodeIgniter.php on line 276
[04-May-2017 10:22:25 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 78 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[05-May-2017 08:17:58 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[05-May-2017 08:19:54 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[05-May-2017 08:20:42 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[10-May-2017 09:07:50 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 1310720) (tried to allocate 3072 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/DB_active_rec.php on line 758
[10-May-2017 11:46:46 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 12288 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/helpers/form_helper.php on line 999
[10-May-2017 06:17:25 UTC] PHP Fatal error: Out of memory (allocated 262144) (tried to allocate 6400 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/core/CodeIgniter.php on line 239
[10-May-2017 11:56:02 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 1835008) (tried to allocate 12288 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/DB_active_rec.php on line 1724
[10-May-2017 11:56:02 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 1835008) (tried to allocate 12288 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/DB_active_rec.php on line 1724
[10-May-2017 11:58:46 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 1310720) (tried to allocate 12288 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/helpers/url_helper.php on line 380
[10-May-2017 11:58:46 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 1310720) (tried to allocate 12288 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/helpers/url_helper.php on line 380
[10-May-2017 11:58:46 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 1310720) (tried to allocate 12288 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/helpers/url_helper.php on line 380
[10-May-2017 11:59:23 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 1310720) (tried to allocate 12288 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/helpers/url_helper.php on line 380
[10-May-2017 06:40:10 UTC] PHP Fatal error: Out of memory (allocated 524288) (tried to allocate 49152 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/core/CodeIgniter.php on line 276
[11-May-2017 09:25:51 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[11-May-2017 11:42:15 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[11-May-2017 11:44:55 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/admintvvp/public_html/h4a_tvvp/system/database/drivers/mysql/mysql_result.php on line 167
[02-Jul-2017 17:08:45 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 80 bytes) in /home/admin/public_html/system/database/drivers/mysql/mysql_result.php on line 167
[07-Jul-2017 23:35:59 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[08-Jul-2017 09:12:26 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[12-Jul-2017 04:24:45 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[13-Jul-2017 06:44:13 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[14-Jul-2017 04:09:12 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[19-Jul-2017 00:56:43 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[20-Jul-2017 04:52:42 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[20-Jul-2017 04:56:41 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[20-Jul-2017 04:58:27 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[20-Jul-2017 05:03:04 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[20-Jul-2017 07:47:10 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[22-Jul-2017 01:30:29 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[24-Jul-2017 04:30:25 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[24-Jul-2017 04:38:19 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[27-Jul-2017 04:38:34 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[16-Aug-2017 00:22:42 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[22-Aug-2017 01:39:15 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[22-Aug-2017 01:48:33 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[22-Aug-2017 01:54:12 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[22-Aug-2017 01:57:33 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[22-Aug-2017 05:17:16 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Aug-2017 02:37:15 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Aug-2017 03:52:03 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Aug-2017 03:54:27 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Aug-2017 03:56:07 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Aug-2017 03:57:46 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Aug-2017 07:04:23 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Aug-2017 07:09:39 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Aug-2017 07:20:36 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[24-Aug-2017 06:47:45 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[24-Aug-2017 06:49:27 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[25-Aug-2017 03:05:20 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[25-Aug-2017 03:16:03 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[25-Aug-2017 06:01:40 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[25-Aug-2017 06:02:34 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[25-Aug-2017 06:04:29 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[25-Aug-2017 06:13:04 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[25-Aug-2017 06:21:27 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Aug-2017 04:26:48 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Aug-2017 04:27:16 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Aug-2017 04:30:52 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Aug-2017 04:33:17 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Aug-2017 04:37:34 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Aug-2017 04:40:41 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Aug-2017 04:41:32 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Aug-2017 04:42:12 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Aug-2017 04:45:42 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[04-Sep-2017 03:36:01 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[08-Sep-2017 06:38:26 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[09-Sep-2017 05:20:35 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[09-Sep-2017 05:22:01 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[09-Sep-2017 05:24:43 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[09-Sep-2017 05:28:02 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[09-Sep-2017 05:33:06 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[09-Sep-2017 05:41:34 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[09-Sep-2017 05:49:24 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[09-Sep-2017 05:58:27 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[09-Sep-2017 06:05:26 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[09-Sep-2017 06:11:12 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Sep-2017 06:50:48 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Sep-2017 07:02:38 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[17-Oct-2017 23:06:09 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[17-Oct-2017 23:24:57 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[18-Oct-2017 00:03:59 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[18-Oct-2017 00:08:12 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[18-Oct-2017 00:11:57 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[18-Oct-2017 00:13:49 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[18-Oct-2017 00:14:46 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[18-Oct-2017 00:17:58 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[18-Oct-2017 00:23:02 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[21-Oct-2017 00:06:41 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[21-Oct-2017 00:10:35 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[24-Oct-2017 00:07:51 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[24-Oct-2017 00:09:01 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[24-Oct-2017 00:14:33 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[24-Oct-2017 00:15:35 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[24-Oct-2017 00:26:40 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[24-Oct-2017 03:54:42 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[24-Oct-2017 03:58:11 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[24-Oct-2017 04:01:04 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[24-Oct-2017 04:06:25 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[25-Oct-2017 23:00:07 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[27-Oct-2017 00:08:57 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[27-Oct-2017 05:47:00 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[27-Oct-2017 05:53:55 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Oct-2017 04:31:47 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[31-Oct-2017 23:16:07 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[05-Nov-2017 06:56:46 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 524288 bytes) in /home/admin/public_html/system/database/drivers/mysql/mysql_result.php on line 167
[05-Nov-2017 07:00:13 Asia/Calcutta] PHP Fatal error: Out of memory (allocated 379060224) (tried to allocate 83 bytes) in /home/admin/public_html/system/database/drivers/mysql/mysql_result.php on line 167
[08-Nov-2017 03:42:53 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[12-Nov-2017 21:59:49 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[12-Nov-2017 22:00:38 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[12-Nov-2017 22:02:22 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[12-Nov-2017 22:06:57 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[14-Nov-2017 03:18:34 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[21-Nov-2017 03:35:24 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[21-Nov-2017 03:40:02 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[21-Nov-2017 03:42:40 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[29-Nov-2017 07:15:25 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[29-Nov-2017 07:22:00 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[29-Nov-2017 07:25:57 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[29-Nov-2017 07:32:37 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[05-Dec-2017 23:58:02 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[12-Dec-2017 22:09:02 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[12-Dec-2017 22:09:41 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[12-Dec-2017 22:10:09 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[12-Dec-2017 22:15:01 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[18-Dec-2017 02:52:31 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[18-Dec-2017 05:09:44 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Dec-2017 04:09:19 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Dec-2017 04:18:33 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Dec-2017 04:21:59 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[29-Dec-2017 22:44:59 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[29-Dec-2017 22:47:04 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[29-Dec-2017 22:48:11 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[29-Dec-2017 22:49:27 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[29-Dec-2017 22:50:44 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[30-Dec-2017 00:34:35 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[16-Jan-2018 01:40:21 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[16-Jan-2018 22:24:27 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[16-Jan-2018 22:25:03 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[16-Jan-2018 22:25:34 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[16-Jan-2018 22:30:29 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[16-Jan-2018 22:37:18 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[16-Jan-2018 22:40:32 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[16-Jan-2018 22:48:07 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[17-Jan-2018 02:46:19 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[19-Jan-2018 01:07:37 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[19-Jan-2018 21:49:32 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[19-Jan-2018 21:52:31 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[19-Jan-2018 21:59:17 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[19-Jan-2018 22:03:45 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[19-Jan-2018 22:08:07 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[21-Jan-2018 21:33:03 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Jan-2018 04:49:42 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Jan-2018 04:50:59 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Jan-2018 04:51:45 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Jan-2018 04:52:10 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Jan-2018 04:53:15 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Jan-2018 04:56:26 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Jan-2018 04:59:32 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Jan-2018 05:01:56 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[24-Jan-2018 22:45:58 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[24-Jan-2018 22:48:03 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[24-Jan-2018 22:49:16 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[24-Jan-2018 22:54:28 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Jan-2018 21:53:16 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Jan-2018 21:59:07 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Jan-2018 22:00:04 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Jan-2018 22:04:48 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Jan-2018 22:21:16 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Jan-2018 22:23:10 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[29-Jan-2018 23:15:25 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[29-Jan-2018 23:28:07 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[30-Jan-2018 04:50:23 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[30-Jan-2018 05:03:42 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[30-Jan-2018 05:08:53 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[30-Jan-2018 22:09:20 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[30-Jan-2018 22:18:18 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[30-Jan-2018 22:21:45 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[30-Jan-2018 22:26:29 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[30-Jan-2018 22:27:33 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[31-Jan-2018 05:14:23 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[04-Feb-2018 22:55:22 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[04-Feb-2018 22:57:07 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[04-Feb-2018 23:03:06 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[04-Feb-2018 23:07:00 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[16-Feb-2018 06:40:46 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[16-Feb-2018 06:44:17 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[16-Feb-2018 06:50:43 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[22-Feb-2018 05:18:26 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[22-Feb-2018 05:23:45 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[22-Feb-2018 05:26:25 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[22-Feb-2018 05:43:29 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[25-Feb-2018 22:34:41 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[25-Feb-2018 22:37:17 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[25-Feb-2018 22:42:50 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[25-Feb-2018 22:53:18 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[01-Mar-2018 04:09:15 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[01-Mar-2018 04:13:15 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[01-Mar-2018 04:20:52 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[01-Mar-2018 04:26:49 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[01-Mar-2018 04:31:26 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[01-Mar-2018 04:33:20 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[01-Mar-2018 04:34:42 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[01-Mar-2018 04:37:22 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[01-Mar-2018 04:39:08 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[01-Mar-2018 22:13:59 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[07-Mar-2018 01:06:55 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[07-Mar-2018 01:08:40 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[07-Mar-2018 01:11:04 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[07-Mar-2018 01:12:06 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[07-Mar-2018 01:13:00 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[07-Mar-2018 01:13:57 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[07-Mar-2018 01:18:19 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[07-Mar-2018 01:19:59 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[07-Mar-2018 01:20:31 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[07-Mar-2018 01:24:47 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[07-Mar-2018 01:36:20 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[07-Mar-2018 02:00:52 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[07-Mar-2018 02:02:16 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[07-Mar-2018 02:09:13 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[07-Mar-2018 02:10:51 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[07-Mar-2018 02:17:50 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[07-Mar-2018 02:24:41 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[07-Mar-2018 02:34:39 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[08-Mar-2018 04:16:02 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[08-Mar-2018 19:16:25 Asia/Calcutta] PHP Parse error: syntax error, unexpected '<' in /home/admin/public_html/application/views/pages/print_layouts/ip_print_with_outcome.php on line 59
[08-Mar-2018 19:18:01 Asia/Calcutta] PHP Parse error: syntax error, unexpected 'echo' (T_ECHO) in /home/admin/public_html/application/views/pages/print_layouts/ip_print_with_outcome.php on line 61
[09-Mar-2018 00:22:07 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[11-Mar-2018 23:27:52 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[16-Mar-2018 00:40:49 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[16-Mar-2018 00:43:57 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[16-Mar-2018 00:52:18 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[16-Mar-2018 00:57:20 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[16-Mar-2018 01:02:33 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[22-Mar-2018 23:18:31 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[22-Mar-2018 23:29:13 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[22-Mar-2018 23:31:24 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[22-Mar-2018 23:38:27 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[22-Mar-2018 23:45:31 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[22-Mar-2018 23:53:23 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[23-Mar-2018 00:11:57 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Mar-2018 04:02:09 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Mar-2018 04:03:59 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[28-Mar-2018 04:09:13 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[04-Apr-2018 00:53:25 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[04-Apr-2018 00:54:55 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[04-Apr-2018 01:00:40 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[04-Apr-2018 03:54:42 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[04-Apr-2018 04:02:18 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[04-Apr-2018 04:05:53 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[04-Apr-2018 04:09:42 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[04-Apr-2018 04:16:03 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[04-Apr-2018 04:20:26 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[06-Apr-2018 02:22:17 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[06-Apr-2018 03:00:28 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[06-Apr-2018 22:47:45 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[30-Jun-2018 08:43:31 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 86 bytes) in /home/admin/public_html/system/database/drivers/mysql/mysql_result.php on line 167
[02-Nov-2018 00:59:16 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[02-Nov-2018 01:04:11 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[06-Nov-2018 01:23:05 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[06-Nov-2018 01:25:46 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[06-Nov-2018 01:29:21 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[06-Nov-2018 01:32:16 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[06-Nov-2018 01:36:16 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[14-Nov-2018 22:28:20 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[14-Nov-2018 22:42:27 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[16-Nov-2018 22:10:26 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[16-Nov-2018 22:10:26 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[16-Nov-2018 22:45:02 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[16-Nov-2018 22:50:35 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[16-Nov-2018 22:50:35 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[18-Nov-2018 21:41:43 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[18-Nov-2018 21:41:43 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[18-Nov-2018 21:41:43 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[18-Nov-2018 21:52:42 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[18-Nov-2018 21:52:42 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[18-Nov-2018 21:52:42 America/Chicago] PHP Warning: Cannot load module 'pdo_mysql' because required module 'pdo' is not loaded in Unknown on line 0
[18-Nov-2018 23:29:19 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[18-Nov-2018 23:29:21 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[18-Nov-2018 23:29:21 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[18-Nov-2018 23:29:21 America/Chicago] PHP Warning: Cannot load module 'pdo_mysql' because required module 'pdo' is not loaded in Unknown on line 0
[18-Nov-2018 23:37:26 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[18-Nov-2018 23:37:27 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[18-Nov-2018 23:37:27 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[18-Nov-2018 23:37:27 America/Chicago] PHP Warning: Cannot load module 'pdo_mysql' because required module 'pdo' is not loaded in Unknown on line 0
[18-Nov-2018 23:45:15 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[19-Nov-2018 22:43:50 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[19-Nov-2018 22:48:57 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[01-Dec-2018 07:18:44 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[04-Dec-2018 18:04:13 Asia/Calcutta] PHP Fatal error: Call to undefined function form_open() in /home/admin/public_html/application/views/pages/organization_wise_dashboard.php on line 84
[04-Dec-2018 18:16:21 Asia/Calcutta] PHP Fatal error: Call to undefined method Reports_model::dashboard_categories() in /home/admin/public_html/application/controllers/dashboard.php on line 28
[12-Dec-2018 22:56:38 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[12-Dec-2018 22:57:16 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[13-Dec-2018 00:26:20 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[14-Dec-2018 22:57:14 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[14-Dec-2018 22:57:14 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[15-Dec-2018 00:38:17 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[01-Jan-2019 07:09:18 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[09-Jan-2019 23:51:04 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[09-Jan-2019 23:51:04 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[09-Jan-2019 23:51:05 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[09-Jan-2019 23:51:05 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[30-Jan-2019 23:37:35 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[01-Feb-2019 23:09:56 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[01-Feb-2019 23:09:56 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[01-Feb-2019 23:09:56 America/Chicago] PHP Warning: Cannot load module 'pdo_mysql' because required module 'pdo' is not loaded in Unknown on line 0
[01-Feb-2019 23:35:43 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[01-Feb-2019 23:35:43 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[03-Feb-2019 23:27:29 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[03-Feb-2019 23:40:26 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[03-Feb-2019 23:40:26 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[03-Feb-2019 23:40:26 America/Chicago] PHP Warning: Cannot load module 'pdo_mysql' because required module 'pdo' is not loaded in Unknown on line 0
[04-Feb-2019 00:20:32 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[04-Feb-2019 00:20:32 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[04-Feb-2019 00:20:32 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[04-Feb-2019 00:20:32 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[04-Feb-2019 00:26:50 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[04-Feb-2019 00:26:51 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[04-Feb-2019 00:26:51 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[04-Feb-2019 22:54:48 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[05-Feb-2019 23:05:30 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[05-Feb-2019 23:05:30 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[06-Feb-2019 22:14:45 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[06-Feb-2019 22:14:45 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[06-Feb-2019 22:28:28 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[06-Feb-2019 22:28:29 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[06-Feb-2019 22:28:29 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[06-Feb-2019 23:37:50 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[06-Feb-2019 23:37:50 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[06-Feb-2019 23:37:50 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[06-Feb-2019 23:37:51 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[06-Feb-2019 23:37:51 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[07-Feb-2019 22:23:41 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[07-Feb-2019 22:23:41 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[07-Feb-2019 22:23:41 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[07-Feb-2019 23:41:20 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[07-Feb-2019 23:41:21 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[09-Feb-2019 00:07:01 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[09-Feb-2019 00:07:01 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[09-Feb-2019 00:26:43 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[09-Feb-2019 00:26:43 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[10-Feb-2019 22:11:14 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[10-Feb-2019 22:25:48 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[11-Feb-2019 23:01:12 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[11-Feb-2019 23:01:12 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[11-Feb-2019 23:01:12 America/Chicago] PHP Warning: Cannot load module 'pdo_mysql' because required module 'pdo' is not loaded in Unknown on line 0
[11-Feb-2019 23:01:17 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[11-Feb-2019 23:01:17 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[11-Feb-2019 23:01:17 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[11-Feb-2019 23:01:17 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[11-Feb-2019 23:13:27 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[13-Feb-2019 22:20:24 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[14-Feb-2019 23:37:19 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[14-Feb-2019 23:54:54 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[10-Mar-2019 23:41:24 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[11-Mar-2019 23:23:17 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_sqlite.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[11-Mar-2019 23:36:51 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/pdo_mysql.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0
[16-Aug-2019 12:08:52 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in /home/admin/public_html/system/database/drivers/mysql/mysql_result.php on line 167
[16-Aug-2019 12:15:43 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in /home/admin/public_html/system/database/drivers/mysql/mysql_result.php on line 167
[16-Aug-2019 12:22:33 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in /home/admin/public_html/system/database/drivers/mysql/mysql_result.php on line 167
[16-Aug-2019 12:29:27 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 80 bytes) in /home/admin/public_html/system/database/drivers/mysql/mysql_result.php on line 167
[16-Aug-2019 12:29:27 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in /home/admin/public_html/system/database/drivers/mysql/mysql_result.php on line 167
[16-Aug-2019 12:33:19 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 262144 bytes) in /home/admin/public_html/application/views/pages/icd_detailed.php on line 332
[16-Aug-2019 12:42:14 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in /home/admin/public_html/system/database/drivers/mysql/mysql_result.php on line 167
[16-Aug-2019 12:49:46 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in /home/admin/public_html/system/database/drivers/mysql/mysql_result.php on line 167
[16-Aug-2019 13:12:36 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 80 bytes) in /home/admin/public_html/system/database/drivers/mysql/mysql_result.php on line 167
[16-Aug-2019 15:44:25 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 256 bytes) in /home/admin/public_html/system/database/drivers/mysql/mysql_result.php on line 167
[16-Aug-2019 15:48:04 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/admin/public_html/system/database/drivers/mysql/mysql_result.php on line 167
[16-Aug-2019 15:51:16 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 84 bytes) in /home/admin/public_html/system/database/drivers/mysql/mysql_result.php on line 167
[16-Aug-2019 15:52:07 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 86 bytes) in /home/admin/public_html/system/database/drivers/mysql/mysql_result.php on line 167
[16-Aug-2019 15:54:54 Asia/Calcutta] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /home/admin/public_html/system/database/drivers/mysql/mysql_result.php on line 167
[28-May-2020 03:51:59 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[30-May-2020 01:31:16 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[30-May-2020 04:31:55 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[01-Jun-2020 03:21:46 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[01-Jun-2020 03:39:54 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[01-Jun-2020 03:47:18 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[01-Jun-2020 03:57:28 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[01-Jun-2020 05:24:45 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[02-Jun-2020 02:58:30 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[02-Jun-2020 03:01:01 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[02-Jun-2020 03:03:15 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[02-Jun-2020 03:04:55 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[02-Jun-2020 04:29:06 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[02-Jun-2020 04:32:47 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[08-Jun-2020 01:25:51 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
[08-Jun-2020 01:43:13 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0