PHP Error Log Digested
Log Digester Output from /path/to/php_error.log
Last Few

[03-Mar-2006 16:47:33] PHP Notice: Undefined index: t in /path/to/html/website1/page.php on line 198

[03-Mar-2006 16:47:33] PHP Notice: Undefined index: t in /path/to/html/website1/page.php on line 199

[03-Mar-2006 16:47:33] PHP Notice: Undefined index: t in /path/to/html/website1/page.php on line 200

[03-Mar-2006 16:47:33] PHP Notice: Undefined index: t in /path/to/html/website1/page.php on line 201

[03-Mar-2006 16:49:30] PHP Notice: Undefined index: s in /path/to/html/website1/cat.php on line 23

[03-Mar-2006 16:50:20] PHP Notice: Undefined index: s in /path/to/html/website1/search.php on line 9

[03-Mar-2006 16:50:20] PHP Notice: Undefined index: s in /path/to/html/website1/search.php on line 45

[03-Mar-2006 16:51:09] PHP Notice: Undefined index: s in /path/to/html/website1/cat.php on line 23

[03-Mar-2006 16:51:21] PHP Notice: Undefined index: s in /path/to/html/website1/cat.php on line 23

[03-Mar-2006 16:51:44] PHP Notice: Undefined index: s in /path/to/html/website1/cat.php on line 23


Errors

4 Parse error: parse error, unexpected ';' in /path/to/html/website2/page1.php 147 146

4 Parse error: parse error, unexpected '}' in /path/to/html/website2/page1.php 226

4 Fatal error: Call to undefined function: noexisty() in /path/to/html/website2/page2.php 254

1 Parse error: parse error, unexpected $ in /path/to/html/website2/page3.php 70


Warnings

51 Division by zero in /path/to/html/website2/quiz.php 77

2 checkdate() expects parameter 1 to be long, string given in /path/to/html/website3/index.php 60

2 Invalid argument supplied for foreach() in /path/to/html/website1/page.php 253


Notices

490 Undefined index: t in /path/to/html/website1/page.php 197 198 199 200 201

440 Undefined index: vote in /path/to/html/website1/latest.php 22

282 Undefined index: s in /path/to/html/website1/search.php 9 45

176 Undefined variable: legPlace in /path/to/html/website1/search.php 74 75

88 Undefined index: c1 in /path/to/html/website1/item.php 15 17 18 20 23 24 25 26 28 29 32 33 34 30 19 31

54 Undefined index: why in /path/to/html/website1/index.php 101

45 Undefined variable: id in /path/to/html/website1/user.php 64

45 Undefined variable: tolerance in /path/to/html/website1/user.php 64

22 Undefined property: in /path/to/html/website1/search.php 74 75

20 Undefined index: vote in /path/to/html/website1/item.php 29

20 Undefined index: summary in /path/to/html/website1/index.php 18

19 Undefined index: c14 in /path/to/html/website1/admin/item.php 29

18 Undefined index: c13 in /path/to/html/website1/admin/item.php 28

15 Undefined index: c3 in /path/to/html/website1/admin/item.php 18

15 Undefined index: c10 in /path/to/html/website1/admin/item.php 25

14 Undefined index: c12 in /path/to/html/website1/admin/item.php 27

14 Undefined index: c1 in /path/to/html/website1/item.php 16 18 19 21 24 25 29 30 33 34 35 22 23

13 Undefined index: c8 in /path/to/html/website1/item.php 23

13 Undefined index: c18 in /path/to/html/website1/admin/item.php 33

13 Undefined index: c9 in /path/to/html/website1/admin/item.php 10


Key: The first number is the frequency count (bigger number=worse error). This is followed by the error. The numbers at the ends are the line numbers at which the errors have occurred in your php file.