williamleonard / obblm

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

r389 errors #288

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When editing a match I get these silently:
[09-Nov-2009 19:05:13] PHP Notice:  Undefined property: Team::$race in
/lib/class_match_htmlout.php on line 624
[09-Nov-2009 19:05:13] PHP Notice:  Undefined index:  teams in
/lib/class_match_htmlout.php on line 624
[09-Nov-2009 19:05:13] PHP Warning:  in_array() [<a
href='function.in-array'>function.in-array</a>]: Wrong datatype for second
argument in /lib/class_match_htmlout.php on line 624

When uploading a match file I get displayed:
Warning: mysql_query() [function.mysql-query]: Unable to save result set in
/lib/class_player.php on line 644

Original issue reported on code.google.com by funnyfin...@hotmail.com on 10 Nov 2009 at 12:09

GoogleCodeExporter commented 9 years ago
Are they not from yesterday? The timestamp says so.
I've made changes to class_match_htmlout.php since - sure you got the latest 
version?
I tested match submit (not botocs upload), it worked. .. not saying you are 
wrong
here :-).

Original comment by Nimda...@gmail.com on 10 Nov 2009 at 12:20

GoogleCodeExporter commented 9 years ago
Well this is for R389.

I now get this:
[10-Nov-2009 07:43:12] PHP Notice:  Undefined property: stdClass::$retired in
/test/sections.php on line 46 from the login page.

I still get the one listed above.

I may have had the retired one before too.

This is using r390.

Original comment by funnyfin...@hotmail.com on 10 Nov 2009 at 12:46

GoogleCodeExporter commented 9 years ago
Great, you are catching all the errors which are outputted in HTML 
forms/dropdowns
and are therefore not displayed.

Fixed: r393

Please verify

Original comment by Nimda...@gmail.com on 12 Nov 2009 at 8:15