jmh9072 / ustalk

Automatically exported from code.google.com/p/ustalk
0 stars 0 forks source link

PHP Notices in logs #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current code produces a number of PHP notices which should probably be 
fixed:

[Tue Dec 14 20:49:07 2010] [error] [client 75.52.253.234] PHP Notice:  
Undefined index: user in /srv/http/ustalk/page/nav.php on line 2
[Tue Dec 14 20:49:07 2010] [error] [client 75.52.253.234] PHP Notice:  
Undefined index: login_fail in /srv/http/ustalk/page/news.php on line 9
[Tue Dec 14 20:49:07 2010] [error] [client 75.52.253.234] PHP Notice:  
Undefined index: user in /srv/http/ustalk/page/login.php on line 2
[Tue Dec 14 20:49:07 2010] [error] [client 75.52.253.234] PHP Notice:  
Undefined variable: HEAD in /srv/http/ustalk/page/login.php on line 17
[Tue Dec 14 20:49:07 2010] [error] [client 75.52.253.234] PHP Notice:  
Undefined variable: error in /srv/http/ustalk/page/login.php on line 25
[Tue Dec 14 20:49:07 2010] [error] [client 75.52.253.234] PHP Notice:  
Undefined index: challenge in /srv/http/ustalk/page/login.php on line 30
[Tue Dec 14 20:49:07 2010] [error] [client 75.52.253.234] PHP Notice:  
Undefined variable: challenge in /srv/http/ustalk/page/login.php on line 34

Original issue reported on code.google.com by Firebird347 on 15 Dec 2010 at 4:53

GoogleCodeExporter commented 9 years ago
A couple should be fixed in r36, more should probably be fixed.

Original comment by Firebird347 on 22 Dec 2010 at 10:22

GoogleCodeExporter commented 9 years ago
Looks like none are really showing up any longer.

Original comment by Firebird347 on 14 Oct 2011 at 5:01