DEBUGGING
Posted: 21 January 2014, 03:44
DEBUGGING: I keep getting errors. The errors I get are in the framework code. It is, of course, due to something in my code that is setting off errors in the framework code. I am positive I am not the only one who gets these errors. I was just wondering if someone can clue me in on what area of my code to look at that they think might be causing the error in the framework code. The current errors I am getting are:
Unexpected error: Wrong formatted data from BGA gameserver 1: Notice: Undefined offset: 0 in /var/tournoi/release/tournoi-140106-0923-gs/www/game/module/table/gamestate.game.php on line 753 Notice: Undefined offset: 0 in /var/tournoi/release/tournoi-140106-0923-gs/www/game/module/table/table.game.php on line 706 {"status":1,"data":true}
This is the error that pops up in red at the top of the screen right after I hit "Express Start"
My best guess is that a field in the player table is trying to be access that isn't there when it tries to access the database.
Unexpected error: Wrong formatted data from BGA gameserver 1: Notice: Undefined offset: 0 in /var/tournoi/release/tournoi-140106-0923-gs/www/game/module/table/gamestate.game.php on line 753 Notice: Undefined offset: 0 in /var/tournoi/release/tournoi-140106-0923-gs/www/game/module/table/table.game.php on line 706 {"status":1,"data":true}
This is the error that pops up in red at the top of the screen right after I hit "Express Start"
My best guess is that a field in the player table is trying to be access that isn't there when it tries to access the database.