Hi everyone,
I have a problem with the zz_replay1 of my rings table when I switch state after my first player action.
I have this error.
I don't understand why the 'squareCount' field is not copied with it.
Since I don't have acces to the code that call this I can't solve it myself.
When I have added the squareCount field I was not in a game.
Tried to change fields name to 'outer_radius' and 'square_count' the request stay the same (so the error is now on outerRadius).
Adding default value will not help.
How can I solve this?
Thanks.
I have a problem with the zz_replay1 of my rings table when I switch state after my first player action.
I have this error.
Code: Select all
Unexpected error: Error while processing SQL request: INSERT INTO zz_replay1_rings (`id`,`angle`,`radius`,`outerRadius`) SELECT `id`,`angle`,`radius`,`outerRadius` FROM rings Field 'squareCount' doesn't have a default valueSince I don't have acces to the code that call this I can't solve it myself.
When I have added the squareCount field I was not in a game.
Tried to change fields name to 'outer_radius' and 'square_count' the request stay the same (so the error is now on outerRadius).
Adding default value will not help.
How can I solve this?
Thanks.