-
Notifications
You must be signed in to change notification settings - Fork 0
/
error_log
496 lines (496 loc) · 105 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
[13-Jun-2013 01:06:15] PHP Warning: include_once(view/templates/common/template_common_header.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/index.php on line 8
[13-Jun-2013 01:06:15] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/templates/common/template_common_header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/index.php on line 8
[13-Jun-2013 01:06:15] PHP Warning: include_once(view/templates/common/template_common_menu.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/index.php on line 9
[13-Jun-2013 01:06:15] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/templates/common/template_common_menu.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/index.php on line 9
[13-Jun-2013 01:06:15] PHP Warning: include_once(view/templates/common/template_common_footer.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/index.php on line 10
[13-Jun-2013 01:06:15] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/templates/common/template_common_footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/index.php on line 10
[13-Jun-2013 01:06:15] PHP Warning: include_once(view/templates/index/template_index_index.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/controller/index/controller_index_index.php on line 13
[13-Jun-2013 01:06:15] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/templates/index/template_index_index.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/controller/index/controller_index_index.php on line 13
[13-Jun-2013 01:07:28] PHP Warning: include_once(/calvartDevelopment/view/themes/default/templates/common/template_common_header.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/index.php on line 8
[13-Jun-2013 01:07:28] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/calvartDevelopment/view/themes/default/templates/common/template_common_header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/index.php on line 8
[13-Jun-2013 01:07:28] PHP Warning: include_once(/calvartDevelopment/view/themes/default/templates/common/template_common_menu.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/index.php on line 9
[13-Jun-2013 01:07:28] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/calvartDevelopment/view/themes/default/templates/common/template_common_menu.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/index.php on line 9
[13-Jun-2013 01:07:28] PHP Warning: include_once(/calvartDevelopment/view/themes/default/templates/common/template_common_footer.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/index.php on line 10
[13-Jun-2013 01:07:28] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/calvartDevelopment/view/themes/default/templates/common/template_common_footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/index.php on line 10
[13-Jun-2013 01:07:28] PHP Warning: include_once(view/templates/index/template_index_index.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/controller/index/controller_index_index.php on line 13
[13-Jun-2013 01:07:28] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/templates/index/template_index_index.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/controller/index/controller_index_index.php on line 13
[13-Jun-2013 01:10:22] PHP Warning: include_once(/calvartDevelopment/view/themes/default/templates/common/template_common_header.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/index.php on line 8
[13-Jun-2013 01:10:22] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/calvartDevelopment/view/themes/default/templates/common/template_common_header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/index.php on line 8
[13-Jun-2013 01:10:22] PHP Warning: include_once(/calvartDevelopment/view/themes/default/templates/common/template_common_menu.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/index.php on line 9
[13-Jun-2013 01:10:22] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/calvartDevelopment/view/themes/default/templates/common/template_common_menu.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/index.php on line 9
[13-Jun-2013 01:10:22] PHP Warning: include_once(/calvartDevelopment/view/themes/default/templates/common/template_common_footer.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/index.php on line 10
[13-Jun-2013 01:10:22] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/calvartDevelopment/view/themes/default/templates/common/template_common_footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/index.php on line 10
[13-Jun-2013 01:10:22] PHP Warning: include_once(/calvartDevelopment/view/themes/default/templates/index/template_index_index.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/controller/index/controller_index_index.php on line 13
[13-Jun-2013 01:10:22] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/calvartDevelopment/view/themes/default/templates/index/template_index_index.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/controller/index/controller_index_index.php on line 13
[13-Jun-2013 01:34:15] PHP Warning: include_once(view/themes/defaulttemplates/common/template_common_header.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/index.php on line 8
[13-Jun-2013 01:34:15] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/defaulttemplates/common/template_common_header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/index.php on line 8
[13-Jun-2013 01:34:15] PHP Warning: include_once(view/themes/defaulttemplates/common/template_common_menu.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/index.php on line 9
[13-Jun-2013 01:34:15] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/defaulttemplates/common/template_common_menu.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/index.php on line 9
[13-Jun-2013 01:34:15] PHP Warning: include_once(view/themes/defaulttemplates/common/template_common_footer.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/index.php on line 10
[13-Jun-2013 01:34:15] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/defaulttemplates/common/template_common_footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/index.php on line 10
[13-Jun-2013 01:34:15] PHP Warning: include_once(view/themes/defaulttemplates/index/template_index_index.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/controller/index/controller_index_index.php on line 13
[13-Jun-2013 01:34:15] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/defaulttemplates/index/template_index_index.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/controller/index/controller_index_index.php on line 13
[13-Jun-2013 01:34:45] PHP Warning: include_once(view/themes/defaulttemplates/common/template_common_header.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/index.php on line 8
[13-Jun-2013 01:34:45] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/defaulttemplates/common/template_common_header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/index.php on line 8
[13-Jun-2013 01:34:45] PHP Warning: include_once(view/themes/defaulttemplates/common/template_common_menu.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/index.php on line 9
[13-Jun-2013 01:34:45] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/defaulttemplates/common/template_common_menu.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/index.php on line 9
[13-Jun-2013 01:34:45] PHP Warning: include_once(view/themes/defaulttemplates/common/template_common_footer.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/index.php on line 10
[13-Jun-2013 01:34:45] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/defaulttemplates/common/template_common_footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/index.php on line 10
[13-Jun-2013 01:34:45] PHP Warning: include_once(view/themes/defaulttemplates/index/template_index_index.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/controller/index/controller_index_index.php on line 13
[13-Jun-2013 01:34:45] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/defaulttemplates/index/template_index_index.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/controller/index/controller_index_index.php on line 13
[13-Jun-2013 02:52:52] PHP Warning: include_once(controller/information/controller_information_index.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/index.php on line 27
[13-Jun-2013 02:52:52] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'controller/information/controller_information_index.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/index.php on line 27
[13-Jun-2013 02:52:52] PHP Fatal error: Class 'Controller_Index' not found in /home/emarketz/public_html/calvartDevelopment/index.php on line 30
[13-Jun-2013 05:24:49] PHP Fatal error: Call to undefined method Controller_Information::() in /home/emarketz/public_html/calvartDevelopment/index.php on line 31
[13-Jun-2013 05:25:13] PHP Warning: include_once(controller/controller_catalog.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/index.php on line 27
[13-Jun-2013 05:25:13] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'controller/controller_catalog.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/index.php on line 27
[13-Jun-2013 05:25:13] PHP Fatal error: Class 'Controller_Catalog' not found in /home/emarketz/public_html/calvartDevelopment/index.php on line 30
[13-Jun-2013 05:25:50] PHP Fatal error: Call to undefined method Controller_Information::() in /home/emarketz/public_html/calvartDevelopment/index.php on line 31
[13-Jun-2013 05:26:47] PHP Fatal error: Call to undefined method Controller_Information::() in /home/emarketz/public_html/calvartDevelopment/index.php on line 31
[13-Jun-2013 06:24:05] PHP Fatal error: Call to undefined method Controller_Information::career() in /home/emarketz/public_html/calvartDevelopment/index.php on line 31
[13-Jun-2013 23:05:22] PHP Fatal error: Class 'Controller_Testimonial' not found in /home/emarketz/public_html/calvartDevelopment/index.php on line 30
[13-Jun-2013 23:06:23] PHP Fatal error: Class 'Model_Information' not found in /home/emarketz/public_html/calvartDevelopment/controller/controller_testimonial.php on line 9
[14-Jun-2013 01:01:47] PHP Warning: include_once(view/themes/default/templates/catalog/information/template_catalog_information_career.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/controller/controller_information.php on line 38
[14-Jun-2013 01:01:47] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/default/templates/catalog/information/template_catalog_information_career.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/controller/controller_information.php on line 38
[14-Jun-2013 02:34:38] PHP Fatal error: Call to undefined method Controller_Testimonial::() in /home/emarketz/public_html/calvartDevelopment/index.php on line 31
[14-Jun-2013 03:27:12] PHP Warning: file_get_contents(index.php?route=testimonial/crousal) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/controller/controller_index.php on line 13
[14-Jun-2013 03:29:41] PHP Warning: file_get_contents(/calvartDevelopment/index.php?route=testimonial/crousal) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/controller/controller_index.php on line 13
[14-Jun-2013 05:07:11] PHP Warning: require_once(system/base_email.class.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/calvartDevelopment/index.php on line 3
[14-Jun-2013 05:07:11] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'system/base_email.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/calvartDevelopment/index.php on line 3
[14-Jun-2013 05:14:02] PHP Fatal error: Call to undefined method stdClass::send() in /home/emarketz/public_html/calvartDevelopment/controller/controller_information.php on line 36
[14-Jun-2013 05:14:42] PHP Fatal error: Call to undefined method stdClass::Send() in /home/emarketz/public_html/calvartDevelopment/controller/controller_information.php on line 36
[14-Jun-2013 05:16:11] PHP Fatal error: Call to undefined method stdClass::Send() in /home/emarketz/public_html/calvartDevelopment/controller/controller_information.php on line 37
[14-Jun-2013 05:17:21] PHP Fatal error: Call to a member function AddAddress() on a non-object in /home/emarketz/public_html/calvartDevelopment/controller/controller_information.php on line 36
[14-Jun-2013 06:05:41] PHP Fatal error: Call to undefined function createhtmlmsg() in /home/emarketz/public_html/calvartDevelopment/controller/controller_information.php on line 55
[14-Jun-2013 06:06:03] PHP Fatal error: Call to undefined method PHPMailer::createHtmlMsg() in /home/emarketz/public_html/calvartDevelopment/controller/controller_information.php on line 55
[14-Jun-2013 06:06:58] PHP Fatal error: Call to undefined method PHPMailer::createHtmlMsg() in /home/emarketz/public_html/calvartDevelopment/controller/controller_information.php on line 55
[14-Jun-2013 06:08:27] PHP Fatal error: Call to undefined method PHPMailer::createHtmlMsg() in /home/emarketz/public_html/calvartDevelopment/controller/controller_information.php on line 55
[14-Jun-2013 06:10:06] PHP Fatal error: Call to undefined method PHPMailer::createHtmlMsg() in /home/emarketz/public_html/calvartDevelopment/controller/controller_information.php on line 55
[14-Jun-2013 06:33:44] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/calvartDevelopment/system/base_email.class.php on line 2950
[14-Jun-2013 06:40:45] PHP Fatal error: Call to undefined function createhtmlmsg() in /home/emarketz/public_html/calvartDevelopment/controller/controller_information.php on line 55
[14-Jun-2013 07:09:17] PHP Warning: file_get_contents(http://www.emarketzindia.com/calvartDevelopment/index.php?route=testimonial/crousal) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error
in /home/emarketz/public_html/calvartDevelopment/index.php on line 14
[14-Jun-2013 07:13:44] PHP Warning: file_get_contents(http://www.emarketzindia.com/calvartDevelopment/index.php?route=testimonial/crousal) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error
in /home/emarketz/public_html/calvartDevelopment/index.php on line 14
[14-Jun-2013 07:14:51] PHP Warning: file_get_contents(http://www.emarketzindia.com/calvartDevelopment/index.php?route=testimonial/crousal) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error
in /home/emarketz/public_html/calvartDevelopment/index.php on line 9
[14-Jun-2013 07:21:08] PHP Warning: file_get_contents(http://www.emarketzindia.com/calvartDevelopment/index.php?route=testimonial/crousal) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error
in /home/emarketz/public_html/calvartDevelopment/index.php on line 9
[14-Jun-2013 07:21:15] PHP Warning: file_get_contents(http://www.emarketzindia.com/calvartDevelopment/index.php?route=testimonial/crousal) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error
in /home/emarketz/public_html/calvartDevelopment/index.php on line 9
[14-Jun-2013 23:23:54] PHP Fatal error: Call to undefined method Controller_Information::loyalty() in /home/emarketz/public_html/calvartDevelopment/index.php on line 43
[15-Jun-2013 01:40:40] PHP Fatal error: Call to undefined method Controller_Testimonial::addTemplate() in /home/emarketz/public_html/calvartDevelopment/controller/controller_testimonial.php on line 13
[15-Jun-2013 01:41:02] PHP Fatal error: Call to undefined method Controller_Testimonial::addTemplate() in /home/emarketz/public_html/calvartDevelopment/controller/controller_testimonial.php on line 13
[15-Jun-2013 02:15:20] PHP Fatal error: Call to undefined method Controller_Testimonial::addTemplate() in /home/emarketz/public_html/calvartDevelopment/controller/controller_testimonial.php on line 13
[15-Jun-2013 02:15:36] PHP Fatal error: Call to undefined method Controller_Testimonial::addTemplate() in /home/emarketz/public_html/calvartDevelopment/controller/controller_testimonial.php on line 13
[15-Jun-2013 02:15:45] PHP Fatal error: Call to undefined method Controller_Information::testimonial() in /home/emarketz/public_html/calvartDevelopment/index.php on line 43
[15-Jun-2013 02:15:48] PHP Fatal error: Call to undefined method Controller_Testimonial::addTemplate() in /home/emarketz/public_html/calvartDevelopment/controller/controller_testimonial.php on line 13
[18-Jun-2013 05:10:31] PHP Fatal error: Call to undefined method Controller_Information::career() in /home/emarketz/public_html/calvartDevelopment/index.php on line 43
[19-Jun-2013 07:26:59] PHP Fatal error: Call to undefined method Controller_Information::career() in /home/emarketz/public_html/calvartDevelopment/index.php on line 43
[19-Jun-2013 07:27:10] PHP Fatal error: Call to undefined method Controller_Information::career() in /home/emarketz/public_html/calvartDevelopment/index.php on line 43
[20-Jun-2013 00:01:45] PHP Fatal error: Call to undefined method Controller_Information::career() in /home/emarketz/public_html/calvartDevelopment/index.php on line 43
[20-Jun-2013 00:33:12] PHP Fatal error: Call to undefined method Controller_Information::career() in /home/emarketz/public_html/calvartDevelopment/index.php on line 43
[20-Jun-2013 00:43:31] PHP Fatal error: Call to undefined method Controller_Information::testimonial() in /home/emarketz/public_html/calvartDevelopment/index.php on line 43
[20-Jun-2013 01:14:15] PHP Warning: Wrong parameter count for trim() in /home/emarketz/public_html/calvartDevelopment/controller/controller_testimonial.php on line 28
[20-Jun-2013 01:14:15] PHP Warning: Wrong parameter count for trim() in /home/emarketz/public_html/calvartDevelopment/controller/controller_testimonial.php on line 28
[20-Jun-2013 01:14:15] PHP Warning: Wrong parameter count for trim() in /home/emarketz/public_html/calvartDevelopment/controller/controller_testimonial.php on line 28
[25-Jun-2013 01:49:46] PHP Warning: file_get_contents(http://www.emarketzindia.com/calvartDevelopment/index.php?route=testimonial/crousal) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/emarketz/public_html/calvartDevelopment1/system/base_controller.class.php on line 21
[26-Jun-2013 06:20:34] PHP Fatal error: Call to undefined method Controller_Testimonial::() in /home/emarketz/public_html/calvartDevelopment/index.php on line 43
[10-Jul-2013 23:32:39] PHP Fatal error: Class 'Model' not found in /home/emarketz/public_html/via-slideDevelopment/model/common/model_common_category.php on line 2
[11-Jul-2013 06:57:29] PHP Warning: require_once(model/common/model_index.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_index.php on line 11
[11-Jul-2013 06:57:29] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'model/common/model_index.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_index.php on line 11
[11-Jul-2013 07:00:51] PHP Fatal error: Class 'Model_Category' not found in /home/emarketz/public_html/via-slideDevelopment/controller/controller_index.php on line 12
[11-Jul-2013 23:12:03] PHP Warning: include_once(view/themes/default/templates/account/template_account_user_register.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 12
[11-Jul-2013 23:12:03] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/default/templates/account/template_account_user_register.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 12
[11-Jul-2013 23:13:35] PHP Warning: include_once(view/themes/default/templates/account/template_account_user_register.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 26
[11-Jul-2013 23:13:35] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/default/templates/account/template_account_user_register.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 26
[11-Jul-2013 23:51:02] PHP Fatal error: Call to undefined method Controller_Account::add() in /home/emarketz/public_html/via-slideDevelopment/index.php on line 43
[12-Jul-2013 00:07:14] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: nothing to repeat at offset 34 in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 28
[12-Jul-2013 00:09:40] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: nothing to repeat at offset 34 in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 28
[12-Jul-2013 00:09:46] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: nothing to repeat at offset 34 in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 28
[12-Jul-2013 00:10:33] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: nothing to repeat at offset 34 in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 28
[12-Jul-2013 00:10:42] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: nothing to repeat at offset 34 in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 28
[12-Jul-2013 00:15:04] PHP Warning: Missing argument 2 for ValidateField::isName(), called in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 60 and defined in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 26
[12-Jul-2013 00:15:04] PHP Warning: Missing argument 3 for ValidateField::isName(), called in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 60 and defined in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 26
[12-Jul-2013 00:15:04] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: No ending delimiter '/' found in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 28
[12-Jul-2013 00:15:34] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: No ending delimiter '/' found in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 28
[12-Jul-2013 00:26:47] PHP Warning: require_once(system/functions_common.class.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/index.php on line 6
[12-Jul-2013 00:26:47] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'system/functions_common.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/index.php on line 6
[12-Jul-2013 00:51:19] PHP Warning: Missing argument 2 for ValidateField::isMatchConfirmPassword(), called in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 73 and defined in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 19
[12-Jul-2013 01:11:00] PHP Warning: checkdate() expects parameter 1 to be long, string given in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 26
[12-Jul-2013 01:11:15] PHP Warning: checkdate() expects parameter 1 to be long, string given in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 26
[12-Jul-2013 01:12:01] PHP Warning: checkdate() expects parameter 1 to be long, string given in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 26
[12-Jul-2013 01:12:06] PHP Warning: checkdate() expects parameter 1 to be long, string given in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 26
[12-Jul-2013 01:12:24] PHP Warning: checkdate() expects parameter 1 to be long, string given in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 26
[12-Jul-2013 01:12:32] PHP Warning: checkdate() expects parameter 1 to be long, string given in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 26
[12-Jul-2013 01:12:45] PHP Warning: checkdate() expects parameter 1 to be long, string given in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 26
[12-Jul-2013 01:13:23] PHP Warning: checkdate() expects parameter 1 to be long, string given in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 26
[12-Jul-2013 01:14:02] PHP Warning: checkdate() expects parameter 1 to be long, string given in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 26
[12-Jul-2013 01:14:26] PHP Warning: checkdate() expects parameter 1 to be long, string given in /home/emarketz/public_html/via-slideDevelopment/system/FieldValidation.class.php on line 26
[12-Jul-2013 02:07:22] PHP Fatal error: Class 'Model_Account' not found in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 70
[12-Jul-2013 02:15:00] PHP Fatal error: Call to undefined method Emkt_Model::insert() in /home/emarketz/public_html/via-slideDevelopment/model/model_account.php on line 10
[12-Jul-2013 04:24:36] PHP Warning: include_once(view/themes/default/templates/post/template_post_listing.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_post.php on line 10
[12-Jul-2013 04:24:36] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/default/templates/post/template_post_listing.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_post.php on line 10
[12-Jul-2013 05:41:04] PHP Fatal error: Class 'Model_Post' not found in /home/emarketz/public_html/via-slideDevelopment/controller/controller_post.php on line 14
[12-Jul-2013 06:12:37] PHP Warning: date() expects parameter 2 to be long, string given in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/post/template_post_listing.php on line 24
[12-Jul-2013 06:12:37] PHP Warning: date() expects parameter 2 to be long, string given in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/post/template_post_listing.php on line 24
[12-Jul-2013 06:12:37] PHP Warning: date() expects parameter 2 to be long, string given in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/post/template_post_listing.php on line 24
[12-Jul-2013 06:25:52] PHP Fatal error: Call to undefined method Controller_Post::listing$cat_id=187() in /home/emarketz/public_html/via-slideDevelopment/index.php on line 46
[12-Jul-2013 06:56:17] PHP Fatal error: Call to a member function getListAllTotalRecords() on a non-object in /home/emarketz/public_html/via-slideDevelopment/controller/controller_post.php on line 28
[12-Jul-2013 06:58:16] PHP Fatal error: Call to a member function getListAllTotalRecords() on a non-object in /home/emarketz/public_html/via-slideDevelopment/controller/controller_post.php on line 28
[16-Jul-2013 23:15:20] PHP Warning: include_once(view/themes/default/templates/account/template_common_header.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 167
[16-Jul-2013 23:15:20] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/default/templates/account/template_common_header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 167
[16-Jul-2013 23:15:20] PHP Warning: include_once(view/themes/default/templates/account/template_common_footer.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 169
[16-Jul-2013 23:15:20] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/default/templates/account/template_common_footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 169
[17-Jul-2013 01:33:18] PHP Warning: require_once(/via-slideDevelopment/model/common/model_common_category.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 167
[17-Jul-2013 01:33:18] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/via-slideDevelopment/model/common/model_common_category.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 167
[17-Jul-2013 05:27:51] PHP Fatal error: Call to undefined method Controller_Account::logout() in /home/emarketz/public_html/via-slideDevelopment/index.php on line 46
[17-Jul-2013 05:29:06] PHP Fatal error: Call to undefined function forward() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 167
[18-Jul-2013 01:44:18] PHP Fatal error: Call to undefined function upload_single_file() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 205
[18-Jul-2013 23:42:24] PHP Fatal error: Call to undefined function arraysort() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_index.php on line 19
[19-Jul-2013 02:26:49] PHP Fatal error: Can't use function return value in write context in /home/emarketz/public_html/via-slideDevelopment/controller/controller_post.php on line 58
[19-Jul-2013 06:42:40] PHP Warning: include_once(controller/controller_product.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/index.php on line 42
[19-Jul-2013 06:42:40] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'controller/controller_product.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/index.php on line 42
[19-Jul-2013 06:42:40] PHP Fatal error: Class 'Controller_Product' not found in /home/emarketz/public_html/via-slideDevelopment/index.php on line 45
[19-Jul-2013 06:43:31] PHP Warning: include_once(controller/controller_product.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/index.php on line 42
[19-Jul-2013 06:43:31] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'controller/controller_product.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/index.php on line 42
[19-Jul-2013 06:43:31] PHP Fatal error: Class 'Controller_Product' not found in /home/emarketz/public_html/via-slideDevelopment/index.php on line 45
[19-Jul-2013 06:44:44] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 37
[19-Jul-2013 06:44:56] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 37
[19-Jul-2013 06:51:35] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 37
[19-Jul-2013 06:53:06] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 37
[19-Jul-2013 06:55:28] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 37
[19-Jul-2013 07:02:19] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 37
[19-Jul-2013 07:08:26] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 37
[19-Jul-2013 07:14:15] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 37
[19-Jul-2013 07:20:00] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 37
[19-Jul-2013 07:20:43] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 37
[19-Jul-2013 07:22:02] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 38
[19-Jul-2013 07:25:05] PHP Fatal error: resizeImage(): Invalid image type F in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 38
[19-Jul-2013 07:26:02] PHP Fatal error: resizeImage(): Invalid image type F in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 38
[19-Jul-2013 07:28:11] PHP Fatal error: resizeImage(): Invalid image type http://www.emarketzindia.com/via-slideDevelopment/F/F in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 38
[19-Jul-2013 07:31:19] PHP Fatal error: resizeImage(): Invalid image type http://www.emarketzindia.com/via-slideDevelopment/F/F in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 38
[19-Jul-2013 07:37:06] PHP Fatal error: resizeImage(): Invalid image type http://www.emarketzindia.com/via-slideDevelopment/F/F in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 38
[19-Jul-2013 07:41:38] PHP Fatal error: resizeImage(): Invalid image type http://www.emarketzindia.com/via-slideDevelopment/F/F in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 38
[19-Jul-2013 07:44:21] PHP Fatal error: resizeImage(): Invalid image type http://www.emarketzindia.com/via-slideDevelopment/F/F in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 38
[20-Jul-2013 00:18:19] PHP Fatal error: Function name must be a string in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/post/template_post_single.php on line 361
[22-Jul-2013 02:37:58] PHP Warning: implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in /home/emarketz/public_html/via-slideDevelopment/model/model_post.php on line 49
[22-Jul-2013 03:24:42] PHP Fatal error: resizeImage(): Invalid image type http://www.emarketzindia.com/via-slideDevelopment/F/F in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 04:00:41] PHP Fatal error: Call to undefined function isyoutubevideolink() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 251
[22-Jul-2013 05:48:57] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 05:49:15] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 05:55:52] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 06:17:18] PHP Fatal error: Call to a member function isImage() on a non-object in /home/emarketz/public_html/via-slideDevelopment/model/model_post.php on line 102
[22-Jul-2013 06:43:36] PHP Fatal error: Call to undefined method Controller_Account::mypost() in /home/emarketz/public_html/via-slideDevelopment/index.php on line 46
[22-Jul-2013 06:50:22] PHP Warning: include_once(view/themes/default/templates/account/template_account_viewposts.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 213
[22-Jul-2013 06:50:22] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/default/templates/account/template_account_viewposts.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 213
[22-Jul-2013 06:50:23] PHP Warning: include_once(view/themes/default/templates/account/template_account_viewposts.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 213
[22-Jul-2013 06:50:23] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/default/templates/account/template_account_viewposts.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 213
[22-Jul-2013 07:06:06] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 07:07:11] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 07:07:52] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 07:08:19] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 07:10:09] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 07:12:44] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 07:13:01] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 07:14:05] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 07:15:44] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 07:16:55] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 07:17:12] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 07:18:12] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 07:19:38] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 07:23:04] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 07:23:50] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[22-Jul-2013 07:25:32] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[23-Jul-2013 04:15:59] PHP Fatal error: Function name must be a string in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 172
[23-Jul-2013 04:24:39] PHP Fatal error: Call to a member function getLoginUrl() on a non-object in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 176
[23-Jul-2013 04:25:04] PHP Fatal error: Call to a member function getLoginUrl() on a non-object in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 176
[23-Jul-2013 04:33:52] PHP Fatal error: Call to undefined method Facebook::getSession() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 177
[23-Jul-2013 04:34:23] PHP Fatal error: Call to undefined method Facebook::getSession() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 177
[23-Jul-2013 04:35:17] PHP Fatal error: Call to undefined method Facebook::getSession() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 178
[23-Jul-2013 05:10:24] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/emarketz/public_html/via-slideDevelopment/system/base_database.class.php:153) in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 188
[23-Jul-2013 05:10:32] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/emarketz/public_html/via-slideDevelopment/system/base_database.class.php:153) in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 188
[23-Jul-2013 05:11:20] PHP Fatal error: Call to undefined method Facebook::destroySession() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 188
[23-Jul-2013 23:04:08] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/account/template_account_viewposts.php on line 5
[23-Jul-2013 23:09:44] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/account/template_account_viewposts.php on line 6
[23-Jul-2013 23:17:04] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/account/template_account_viewposts.php on line 6
[23-Jul-2013 23:17:50] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/account/template_account_viewposts.php on line 7
[23-Jul-2013 23:18:49] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[23-Jul-2013 23:20:01] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[23-Jul-2013 23:22:14] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[23-Jul-2013 23:25:39] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[23-Jul-2013 23:27:01] PHP Fatal error: Call to undefined method Controller_Account::editpost() in /home/emarketz/public_html/via-slideDevelopment/index.php on line 46
[23-Jul-2013 23:28:33] PHP Fatal error: Call to undefined method Controller_Account::editpost() in /home/emarketz/public_html/via-slideDevelopment/index.php on line 46
[23-Jul-2013 23:32:57] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[24-Jul-2013 01:00:41] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[24-Jul-2013 01:02:54] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[24-Jul-2013 01:14:20] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[24-Jul-2013 01:18:23] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[24-Jul-2013 01:24:10] PHP Fatal error: Cannot redeclare getyoutubevideoid() (previously declared in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php:122) in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 136
[24-Jul-2013 01:29:37] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: missing ) at offset 75 in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 134
[24-Jul-2013 01:29:37] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: missing ) at offset 75 in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 134
[24-Jul-2013 01:29:37] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: missing ) at offset 75 in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 134
[24-Jul-2013 01:29:37] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: missing ) at offset 75 in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 134
[24-Jul-2013 01:29:37] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: missing ) at offset 75 in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 134
[24-Jul-2013 01:29:37] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: missing ) at offset 75 in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 134
[24-Jul-2013 01:29:37] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[24-Jul-2013 01:34:46] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[24-Jul-2013 01:38:21] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[24-Jul-2013 01:43:18] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[24-Jul-2013 01:43:37] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[24-Jul-2013 01:50:00] PHP Fatal error: resizeImage(): Invalid image type in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 46
[24-Jul-2013 04:56:57] PHP Warning: include_once(controller/controller_post%2Fsingle.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/index.php on line 42
[24-Jul-2013 04:56:57] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'controller/controller_post%2Fsingle.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/index.php on line 42
[24-Jul-2013 04:56:57] PHP Fatal error: Class 'Controller_Post%2Fsingle' not found in /home/emarketz/public_html/via-slideDevelopment/index.php on line 45
[24-Jul-2013 04:56:58] PHP Warning: include_once(controller/controller_post%2Fsingle.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/index.php on line 42
[24-Jul-2013 04:56:58] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'controller/controller_post%2Fsingle.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/index.php on line 42
[24-Jul-2013 04:56:58] PHP Fatal error: Class 'Controller_Post%2Fsingle' not found in /home/emarketz/public_html/via-slideDevelopment/index.php on line 45
[24-Jul-2013 04:56:58] PHP Warning: include_once(controller/controller_post%2Fsingle.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/index.php on line 42
[24-Jul-2013 04:56:58] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'controller/controller_post%2Fsingle.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/index.php on line 42
[24-Jul-2013 04:56:58] PHP Fatal error: Class 'Controller_Post%2Fsingle' not found in /home/emarketz/public_html/via-slideDevelopment/index.php on line 45
[24-Jul-2013 05:47:16] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/post/template_post_single.php on line 284
[24-Jul-2013 05:48:58] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/post/template_post_single.php on line 284
[24-Jul-2013 23:16:26] PHP Fatal error: Call to undefined method Model_Account::forgot_pwd() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 242
[24-Jul-2013 23:47:22] PHP Fatal error: Call to a member function AddAddress() on a non-object in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 251
[24-Jul-2013 23:48:52] PHP Fatal error: Call to a member function AddAddress() on a non-object in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 251
[25-Jul-2013 00:08:21] PHP Fatal error: Call to undefined method Model_Account::change_pwd_token() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 302
[25-Jul-2013 00:09:46] PHP Fatal error: Cannot redeclare Model_Account::change_pwd() in /home/emarketz/public_html/via-slideDevelopment/model/model_account.php on line 35
[25-Jul-2013 00:32:55] PHP Warning: mysql_affected_rows(): supplied argument is not a valid MySQL-Link resource in /home/emarketz/public_html/via-slideDevelopment/system/base_model.class.php on line 124
[25-Jul-2013 00:32:55] PHP Warning: mysql_affected_rows(): supplied argument is not a valid MySQL-Link resource in /home/emarketz/public_html/via-slideDevelopment/system/base_model.class.php on line 124
[25-Jul-2013 00:34:02] PHP Warning: mysql_affected_rows(): supplied argument is not a valid MySQL-Link resource in /home/emarketz/public_html/via-slideDevelopment/system/base_model.class.php on line 125
[25-Jul-2013 00:34:02] PHP Warning: mysql_affected_rows(): supplied argument is not a valid MySQL-Link resource in /home/emarketz/public_html/via-slideDevelopment/system/base_model.class.php on line 125
[25-Jul-2013 01:32:52] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/account/template_account_viewposts.php on line 7
[25-Jul-2013 01:34:38] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/account/template_account_viewposts.php on line 7
[25-Jul-2013 05:09:20] PHP Warning: require_once(model/common/model_advertisment.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_index.php on line 17
[25-Jul-2013 05:09:20] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'model/common/model_advertisment.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_index.php on line 17
[25-Jul-2013 05:09:45] PHP Fatal error: Class 'advertisment_Model' not found in /home/emarketz/public_html/via-slideDevelopment/controller/controller_index.php on line 18
[25-Jul-2013 05:12:38] PHP Fatal error: Call to undefined method Model_Advertisment::get() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_index.php on line 19
[25-Jul-2013 05:24:52] PHP Fatal error: Undefined class constant 'table_name' in /home/emarketz/public_html/via-slideDevelopment/model/model_advertisment.php on line 15
[25-Jul-2013 05:26:58] PHP Fatal error: Class 'Model_Advertisment' not found in /home/emarketz/public_html/via-slideDevelopment/controller/controller_index.php on line 18
[25-Jul-2013 07:54:21] PHP Warning: include_once(controller/controller_catalog.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/index.php on line 42
[25-Jul-2013 07:54:21] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'controller/controller_catalog.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/index.php on line 42
[25-Jul-2013 07:54:21] PHP Fatal error: Class 'Controller_Catalog' not found in /home/emarketz/public_html/via-slideDevelopment/index.php on line 45
[25-Jul-2013 07:54:48] PHP Warning: include_once(view/themes/default/templates/catalog/common/template_common_header.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_faq.php on line 15
[25-Jul-2013 07:54:48] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/default/templates/catalog/common/template_common_header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_faq.php on line 15
[25-Jul-2013 07:54:48] PHP Warning: include_once(view/themes/default/templates/catalog/common/template_common_footer.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_faq.php on line 17
[25-Jul-2013 07:54:48] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/default/templates/catalog/common/template_common_footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_faq.php on line 17
[25-Jul-2013 07:56:50] PHP Warning: include_once(view/themes/default/templates/catalog/career/template_catalog_faq.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_faq.php on line 16
[25-Jul-2013 07:56:50] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/default/templates/catalog/career/template_catalog_faq.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_faq.php on line 16
[25-Jul-2013 07:59:56] PHP Warning: include_once(view/themes/default/templates/catalog/career/template_catalog_faq.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_faq.php on line 16
[25-Jul-2013 07:59:56] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/default/templates/catalog/career/template_catalog_faq.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_faq.php on line 16
[26-Jul-2013 05:22:54] PHP Warning: require_once(model/common/model_post.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_index.php on line 8
[26-Jul-2013 05:22:54] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'model/common/model_post.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_index.php on line 8
[26-Jul-2013 05:31:26] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/index/template_index_index.php on line 66
[26-Jul-2013 05:31:26] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/index/template_index_index.php on line 66
[26-Jul-2013 05:31:26] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/index/template_index_index.php on line 66
[26-Jul-2013 05:31:26] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/index/template_index_index.php on line 66
[26-Jul-2013 05:31:26] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/index/template_index_index.php on line 66
[26-Jul-2013 05:31:26] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/index/template_index_index.php on line 66
[26-Jul-2013 05:31:26] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/index/template_index_index.php on line 66
[26-Jul-2013 05:32:26] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/index/template_index_index.php on line 66
[26-Jul-2013 05:32:26] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/index/template_index_index.php on line 66
[26-Jul-2013 05:32:26] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/index/template_index_index.php on line 66
[26-Jul-2013 05:32:26] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/index/template_index_index.php on line 66
[26-Jul-2013 05:32:26] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/index/template_index_index.php on line 66
[26-Jul-2013 05:32:26] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/index/template_index_index.php on line 66
[26-Jul-2013 05:32:26] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/index/template_index_index.php on line 66
[26-Jul-2013 06:21:27] PHP Fatal error: Call to undefined method category_Model::getMaxViewsPostHomePage() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_index.php on line 13
[26-Jul-2013 06:22:04] PHP Fatal error: Call to undefined method category_Model::getMaxViewsPostHomePage() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_index.php on line 13
[27-Jul-2013 01:45:10] PHP Warning: include_once(controller/controller_twitter.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/index.php on line 42
[27-Jul-2013 01:45:10] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'controller/controller_twitter.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/index.php on line 42
[27-Jul-2013 01:45:10] PHP Fatal error: Class 'Controller_Twitter' not found in /home/emarketz/public_html/via-slideDevelopment/index.php on line 45
[27-Jul-2013 01:46:45] PHP Fatal error: Class 'Controller_Twitter' not found in /home/emarketz/public_html/via-slideDevelopment/index.php on line 45
[27-Jul-2013 02:01:23] PHP Fatal error: Call to undefined method Controller_Twitter::index() in /home/emarketz/public_html/via-slideDevelopment/index.php on line 46
[27-Jul-2013 02:02:41] PHP Warning: require_once(admin/extension/modules/twitterconnect/config/config_twitterconnect11.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_twitter.php on line 6
[27-Jul-2013 02:02:42] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'admin/extension/modules/twitterconnect/config/config_twitterconnect11.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_twitter.php on line 6
[27-Jul-2013 02:15:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/emarketz/public_html/via-slideDevelopment/system/base_database.class.php:153) in /home/emarketz/public_html/via-slideDevelopment/controller/controller_twitter.php on line 30
[27-Jul-2013 02:37:08] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/emarketz/public_html/via-slideDevelopment/system/base_database.class.php:153) in /home/emarketz/public_html/via-slideDevelopment/controller/controller_twitter.php on line 101
[27-Jul-2013 03:57:45] PHP Catchable fatal error: Object of class stdClass could not be converted to string in /home/emarketz/public_html/via-slideDevelopment/controller/controller_twitter.php on line 66
[27-Jul-2013 04:16:50] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/emarketz/public_html/via-slideDevelopment/system/base_database.class.php:153) in /home/emarketz/public_html/via-slideDevelopment/controller/controller_twitter.php on line 58
[27-Jul-2013 04:16:55] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/emarketz/public_html/via-slideDevelopment/system/base_database.class.php:153) in /home/emarketz/public_html/via-slideDevelopment/controller/controller_twitter.php on line 58
[27-Jul-2013 04:17:55] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/emarketz/public_html/via-slideDevelopment/system/base_database.class.php:153) in /home/emarketz/public_html/via-slideDevelopment/controller/controller_twitter.php on line 58
[27-Jul-2013 04:30:06] PHP Fatal error: Call to undefined method Controller_Twitter::Display() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 195
[27-Jul-2013 04:37:10] PHP Fatal error: Call to undefined method Controller_Twitter::Display() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 195
[27-Jul-2013 04:49:09] PHP Fatal error: Call to undefined method Controller_Twitter::login() in /home/emarketz/public_html/via-slideDevelopment/index.php on line 46
[27-Jul-2013 04:52:55] PHP Fatal error: Call to undefined function setuserdetails() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_twitter.php on line 109
[27-Jul-2013 04:54:24] PHP Fatal error: Call to undefined function setuserdetails() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_twitter.php on line 109
[27-Jul-2013 04:57:30] PHP Fatal error: Call to undefined method Controller_Twitter::Display() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 195
[27-Jul-2013 05:12:33] PHP Fatal error: Cannot use object of type stdClass as array in /home/emarketz/public_html/via-slideDevelopment/controller/controller_twitter.php on line 129
[27-Jul-2013 07:09:36] PHP Fatal error: Class 'Model_Post' not found in /home/emarketz/public_html/via-slideDevelopment/controller/controller_post.php on line 155
[27-Jul-2013 07:26:20] PHP Fatal error: Class 'Model_Account' not found in /home/emarketz/public_html/via-slideDevelopment/controller/controller_post.php on line 166
[02-Aug-2013 00:24:53] PHP Fatal error: Call to undefined method Controller_Account::newpost() in /home/emarketz/public_html/via-slideDevelopment/index.php on line 46
[02-Aug-2013 00:53:38] PHP Warning: require_once(controller/controller_facebook.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 145
[02-Aug-2013 00:53:38] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'controller/controller_facebook.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 145
[02-Aug-2013 01:38:33] PHP Fatal error: Call to a member function getUser() on a non-object in /home/emarketz/public_html/via-slideDevelopment/controller/controller_facebook.php on line 59
[02-Aug-2013 01:48:45] CSRF state token does not match one provided.
[02-Aug-2013 02:04:28] PHP Fatal error: Call to undefined method Controller_Account::newpost() in /home/emarketz/public_html/via-slideDevelopment/index.php on line 46
[02-Aug-2013 02:20:57] PHP Warning: include_once(view/themes/default/templates/account/template_account_header.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 215
[02-Aug-2013 02:20:57] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/default/templates/account/template_account_header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 215
[02-Aug-2013 02:20:57] PHP Warning: include_once(view/themes/default/templates/account/template_account_footer.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 217
[02-Aug-2013 02:20:57] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/default/templates/account/template_account_footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 217
[02-Aug-2013 02:28:20] PHP Fatal error: Call to undefined method Controller_Account::loginpopup() in /home/emarketz/public_html/via-slideDevelopment/index.php on line 46
[02-Aug-2013 02:28:44] PHP Warning: include_once(view/themes/default/templates/account/template_account_loginpopup.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 211
[02-Aug-2013 02:28:44] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'view/themes/default/templates/account/template_account_loginpopup.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 211
[02-Aug-2013 03:30:39] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/emarketz/public_html/via-slideDevelopment/system/base_database.class.php:153) in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/fbconnect/sdk/facebook.php on line 37
[03-Aug-2013 02:21:53] PHP Warning: Invalid argument supplied for foreach() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_account.php on line 539
[03-Aug-2013 03:37:11] PHP Fatal error: Cannot use string offset as an array in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/account/template_account_addpost.php on line 230
[03-Aug-2013 03:37:26] PHP Fatal error: Cannot use string offset as an array in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/account/template_account_addpost.php on line 230
[03-Aug-2013 03:38:23] PHP Fatal error: Cannot use string offset as an array in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/account/template_account_addpost.php on line 230
[03-Aug-2013 03:39:25] PHP Fatal error: Cannot use string offset as an array in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/account/template_account_addpost.php on line 230
[05-Aug-2013 00:31:59] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/emarketz/public_html/via-slideDevelopment/system/base_database.class.php:153) in /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php on line 35
[05-Aug-2013 00:32:49] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/emarketz/public_html/via-slideDevelopment/system/base_database.class.php:153) in /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php on line 37
[05-Aug-2013 00:39:52] PHP Parse error: syntax error, unexpected $end, expecting ')' in /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php on line 84
[05-Aug-2013 03:14:45] PHP Fatal error: Call to undefined method Controller_Account::() in /home/emarketz/public_html/via-slideDevelopment/index.php on line 46
[05-Aug-2013 04:26:26] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 7
[05-Aug-2013 04:27:27] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 7
[05-Aug-2013 04:27:31] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 8
[05-Aug-2013 04:44:24] PHP Fatal error: Call to undefined function buildtree() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 6
[05-Aug-2013 04:44:36] PHP Fatal error: Call to undefined function buildtree() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 6
[05-Aug-2013 04:44:38] PHP Fatal error: Call to undefined function buildtree() in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 6
[05-Aug-2013 04:57:08] PHP Parse error: syntax error, unexpected $end in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/post/template_post_single.php on line 297
[05-Aug-2013 05:10:58] PHP Parse error: syntax error, unexpected $end in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/post/template_post_single.php on line 295
[05-Aug-2013 05:57:34] PHP Warning: require_once(model/common/model_account.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_category.php on line 10
[05-Aug-2013 05:57:34] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'model/common/model_account.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_category.php on line 10
[05-Aug-2013 05:58:03] PHP Fatal error: Class 'Model_Category' not found in /home/emarketz/public_html/via-slideDevelopment/controller/controller_category.php on line 11
[05-Aug-2013 05:59:31] PHP Fatal error: Call to undefined method category_Model::getDetailsById() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_category.php on line 12
[06-Aug-2013 05:53:09] PHP Fatal error: Call to undefined function setapplicationname() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php on line 12
[06-Aug-2013 05:53:35] PHP Fatal error: Class 'apiOauth2Service' not found in /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php on line 13
[06-Aug-2013 05:55:50] PHP Fatal error: Call to undefined function setapplicationname() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php on line 11
[06-Aug-2013 05:57:13] PHP Fatal error: Call to undefined method Controller_Googleconnect::clientsetApplicationName() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php on line 11
[06-Aug-2013 05:57:48] PHP Fatal error: Class 'apiOauth2Service' not found in /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php on line 12
[06-Aug-2013 06:01:05] PHP Fatal error: Class 'apiOauth2Service' not found in /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php on line 12
[06-Aug-2013 01:04:04] PHP Warning: require_once(service/apiServiceResource.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/service/apiService.php on line 18
[06-Aug-2013 01:04:04] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'service/apiServiceResource.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/service/apiService.php on line 18
[06-Aug-2013 01:05:45] PHP Warning: require_once(external/OAuth.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth.php on line 18
[06-Aug-2013 01:05:45] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'external/OAuth.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth.php on line 18
[06-Aug-2013 01:07:11] PHP Warning: require_once(external/OAuth.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth.php on line 18
[06-Aug-2013 01:07:11] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'external/OAuth.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth.php on line 18
[06-Aug-2013 01:07:15] PHP Warning: require_once(external/OAuth.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth.php on line 18
[06-Aug-2013 01:07:15] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'external/OAuth.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth.php on line 18
[06-Aug-2013 01:08:17] PHP Warning: require_once(external/OAuth.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth.php on line 18
[06-Aug-2013 01:08:17] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'external/OAuth.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth.php on line 18
[06-Aug-2013 01:09:03] PHP Warning: require_once(service/apiUtils.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth2.php on line 20
[06-Aug-2013 01:09:03] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'service/apiUtils.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth2.php on line 20
[06-Aug-2013 01:09:49] PHP Warning: require_once(admin/extension/modules/googleconnect/sdk/auth/service/apiUtils.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth2.php on line 20
[06-Aug-2013 01:09:49] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'admin/extension/modules/googleconnect/sdk/auth/service/apiUtils.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth2.php on line 20
[06-Aug-2013 01:10:20] PHP Warning: require_once(io/apiHttpRequest.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/io/apiIO.php on line 18
[06-Aug-2013 01:10:20] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'io/apiHttpRequest.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/io/apiIO.php on line 18
[06-Aug-2013 01:11:55] PHP Warning: require_once(external/URITemplateParser.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/io/apiREST.php on line 18
[06-Aug-2013 01:11:55] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'external/URITemplateParser.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/io/apiREST.php on line 18
[06-Aug-2013 06:12:23] PHP Fatal error: Class 'apiOauth2Service' not found in /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php on line 25
[06-Aug-2013 06:13:12] PHP Fatal error: Class 'apiOauth2Service' not found in /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php on line 25
[06-Aug-2013 06:15:28] PHP Fatal error: Class 'apiOauth2Service' not found in /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php on line 25
[06-Aug-2013 01:31:52] PHP Warning: require_once(service/apiModel.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/contrib/apiOauth2Service.php on line 18
[06-Aug-2013 01:31:52] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'service/apiModel.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/contrib/apiOauth2Service.php on line 18
[06-Aug-2013 07:01:04] PHP Fatal error: Call to a member function getAccessToken() on a non-object in /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php on line 72
[06-Aug-2013 07:01:28] PHP Fatal error: Uncaught exception 'apiAuthException' with message 'Error fetching OAuth2 access token, message: 'invalid_grant'' in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth2.php:105
Stack trace:
#0 /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/apiClient.php(132): apiOAuth2->authenticate(Array)
#1 /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php(71): apiClient->authenticate()
#2 /home/emarketz/public_html/via-slideDevelopment/index.php(46): Controller_Googleconnect->callback()
#3 {main}
thrown in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth2.php on line 105
[06-Aug-2013 02:02:22] PHP Fatal error: Class 'Controller_Googleconnect' not found in /home/emarketz/public_html/via-slideDevelopment/index.php on line 45
[06-Aug-2013 07:02:43] PHP Fatal error: Uncaught exception 'apiAuthException' with message 'Error fetching OAuth2 access token, message: 'invalid_grant'' in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth2.php:105
Stack trace:
#0 /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/apiClient.php(132): apiOAuth2->authenticate(Array)
#1 /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php(71): apiClient->authenticate()
#2 /home/emarketz/public_html/via-slideDevelopment/index.php(46): Controller_Googleconnect->callback()
#3 {main}
thrown in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth2.php on line 105
[06-Aug-2013 07:03:45] PHP Fatal error: Uncaught exception 'apiAuthException' with message 'Error fetching OAuth2 access token, message: 'invalid_grant'' in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth2.php:105
Stack trace:
#0 /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/apiClient.php(132): apiOAuth2->authenticate(Array)
#1 /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php(71): apiClient->authenticate()
#2 /home/emarketz/public_html/via-slideDevelopment/index.php(46): Controller_Googleconnect->callback()
#3 {main}
thrown in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth2.php on line 105
[06-Aug-2013 07:05:16] PHP Fatal error: Call to a member function get() on a non-object in /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php on line 69
[06-Aug-2013 07:05:39] PHP Fatal error: Uncaught exception 'apiServiceException' with message 'Error calling GET https://www.googleapis.com/oauth2/v2/userinfo: (401) Login Required' in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/io/apiREST.php:86
Stack trace:
#0 /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/io/apiREST.php(56): apiREST::decodeHttpResponse(Object(apiHttpRequest))
#1 /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/service/apiServiceResource.php(187): apiREST::execute(Object(apiServiceRequest))
#2 /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/contrib/apiOauth2Service.php(42): apiServiceResource->__call('get', Array)
#3 /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php(69): UserinfoServiceResource->get()
#4 /home/emarketz/public_html/via-slideDevelopment/index.php(46): Controller_Googleconnect->callback()
#5 {main}
thrown in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/io/apiREST.php on line 86
[06-Aug-2013 07:15:32] PHP Fatal error: Uncaught exception 'apiServiceException' with message 'Error calling GET https://www.googleapis.com/oauth2/v2/userinfo: (401) Login Required' in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/io/apiREST.php:86
Stack trace:
#0 /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/io/apiREST.php(56): apiREST::decodeHttpResponse(Object(apiHttpRequest))
#1 /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/service/apiServiceResource.php(187): apiREST::execute(Object(apiServiceRequest))
#2 /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/contrib/apiOauth2Service.php(42): apiServiceResource->__call('get', Array)
#3 /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php(69): UserinfoServiceResource->get()
#4 /home/emarketz/public_html/via-slideDevelopment/index.php(46): Controller_Googleconnect->callback()
#5 {main}
thrown in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/io/apiREST.php on line 86
[06-Aug-2013 07:18:33] PHP Fatal error: Uncaught exception 'apiServiceException' with message 'Error calling GET https://www.googleapis.com/oauth2/v2/userinfo: (401) Login Required' in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/io/apiREST.php:86
Stack trace:
#0 /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/io/apiREST.php(56): apiREST::decodeHttpResponse(Object(apiHttpRequest))
#1 /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/service/apiServiceResource.php(187): apiREST::execute(Object(apiServiceRequest))
#2 /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/contrib/apiOauth2Service.php(42): apiServiceResource->__call('get', Array)
#3 /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php(69): UserinfoServiceResource->get()
#4 /home/emarketz/public_html/via-slideDevelopment/index.php(46): Controller_Googleconnect->callback()
#5 {main}
thrown in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/io/apiREST.php on line 86
[06-Aug-2013 07:21:37] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/emarketz/public_html/via-slideDevelopment/system/base_database.class.php:153) in /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php on line 77
[06-Aug-2013 07:22:39] PHP Fatal error: Uncaught exception 'apiAuthException' with message 'Error fetching OAuth2 access token, message: 'invalid_grant'' in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth2.php:105
Stack trace:
#0 /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/apiClient.php(132): apiOAuth2->authenticate(Array)
#1 /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php(71): apiClient->authenticate()
#2 /home/emarketz/public_html/via-slideDevelopment/index.php(46): Controller_Googleconnect->callback()
#3 {main}
thrown in /home/emarketz/public_html/via-slideDevelopment/admin/extension/modules/googleconnect/sdk/auth/apiOAuth2.php on line 105
[06-Aug-2013 07:36:32] PHP Fatal error: Call to undefined function login() in /home/emarketz/public_html/via-slideDevelopment/controller/controller_googleconnect.php on line 83
[06-Aug-2013 08:17:56] PHP Warning: require_once(model/catalog/model_common_category.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/emarketz/public_html/via-slideDevelopment/controller/controller_information.php on line 118
[06-Aug-2013 08:17:56] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'model/catalog/model_common_category.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emarketz/public_html/via-slideDevelopment/controller/controller_information.php on line 118
[08-Aug-2013 12:01:59] CSRF state token does not match one provided.
[09-Aug-2013 07:15:40] PHP Warning: imagesx(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 139
[09-Aug-2013 07:15:40] PHP Warning: imagesy(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 140
[09-Aug-2013 07:15:40] PHP Warning: imagesx(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 142
[09-Aug-2013 07:15:40] PHP Warning: imagesy(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 143
[09-Aug-2013 07:15:40] PHP Warning: Division by zero in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 147
[09-Aug-2013 07:15:40] PHP Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 166
[09-Aug-2013 07:15:41] PHP Warning: imagesx(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 139
[09-Aug-2013 07:15:41] PHP Warning: imagesy(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 140
[09-Aug-2013 07:15:41] PHP Warning: imagesx(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 142
[09-Aug-2013 07:15:41] PHP Warning: imagesy(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 143
[09-Aug-2013 07:15:41] PHP Warning: Division by zero in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 147
[09-Aug-2013 07:15:41] PHP Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 166
[09-Aug-2013 07:15:41] PHP Warning: imagesx(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 139
[09-Aug-2013 07:15:41] PHP Warning: imagesy(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 140
[09-Aug-2013 07:15:41] PHP Warning: imagesx(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 142
[09-Aug-2013 07:15:41] PHP Warning: imagesy(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 143
[09-Aug-2013 07:15:41] PHP Warning: Division by zero in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 147
[09-Aug-2013 07:15:41] PHP Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 166
[09-Aug-2013 07:23:29] PHP Warning: imagesx(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 139
[09-Aug-2013 07:23:29] PHP Warning: imagesy(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 140
[09-Aug-2013 07:23:29] PHP Warning: Division by zero in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 147
[09-Aug-2013 07:23:29] PHP Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 166
[09-Aug-2013 07:23:30] PHP Warning: imagesx(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 139
[09-Aug-2013 07:23:30] PHP Warning: imagesy(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 140
[09-Aug-2013 07:23:30] PHP Warning: Division by zero in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 147
[09-Aug-2013 07:23:30] PHP Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 166
[09-Aug-2013 07:23:30] PHP Warning: imagesx(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 139
[09-Aug-2013 07:23:30] PHP Warning: imagesy(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 140
[09-Aug-2013 07:23:30] PHP Warning: Division by zero in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 147
[09-Aug-2013 07:23:30] PHP Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/emarketz/public_html/via-slideDevelopment/system/functions_common.class.php on line 166
[18-Aug-2013 23:20:39] PHP Parse error: syntax error, unexpected $end in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/post/template_post_single.php on line 285
[23-Aug-2013 05:06:08] PHP Parse error: syntax error, unexpected $end in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 463
[23-Aug-2013 05:06:10] PHP Parse error: syntax error, unexpected $end in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 463
[23-Aug-2013 05:06:25] PHP Parse error: syntax error, unexpected $end in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 463
[23-Aug-2013 05:06:27] PHP Parse error: syntax error, unexpected $end in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 463
[23-Aug-2013 07:55:06] PHP Parse error: syntax error, unexpected '?' in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 471
[23-Aug-2013 07:55:10] PHP Parse error: syntax error, unexpected '?' in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 471
[23-Aug-2013 07:55:14] PHP Parse error: syntax error, unexpected '?' in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 471
[23-Aug-2013 07:55:55] PHP Parse error: syntax error, unexpected '?' in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 471
[23-Aug-2013 07:56:13] PHP Parse error: syntax error, unexpected '?' in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 471
[23-Aug-2013 07:56:15] PHP Parse error: syntax error, unexpected '?' in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 471
[23-Aug-2013 07:56:16] PHP Parse error: syntax error, unexpected '?' in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 471
[23-Aug-2013 07:56:17] PHP Parse error: syntax error, unexpected '?' in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 471
[23-Aug-2013 09:46:10] PHP Parse error: syntax error, unexpected $end, expecting T_STRING or T_VARIABLE or '$' in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 565
[23-Aug-2013 09:47:48] PHP Parse error: syntax error, unexpected $end, expecting '&' or T_STRING or T_VARIABLE or '$' in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 622
[23-Aug-2013 10:15:08] PHP Parse error: syntax error, unexpected $end in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 529
[23-Aug-2013 11:31:32] PHP Parse error: syntax error, unexpected $end in /home/emarketz/public_html/via-slideDevelopment/view/themes/default/templates/common/template_common_header.php on line 550
[27-Aug-2013 06:46:33] PHP Fatal error: Call to undefined method Controller_Post::() in /home/emarketz/public_html/via-slideDevelopment/index.php on line 46