Well I found my bug of yesterday version.php ... changing the version number seems to be dangerous if we don't respect the format of numbers

... I' ve tried to put 2-02 instead 99999-999... nevermind...
Gameoptions load without error, but no change results:
----------------------------------------------------------------------
New gameinfos.inc.php is now in place:
array (
'designer' => 'Rudolf Feller',
'artist' => 'Delphine Rayssac, Rudolf Feller',
'year' => 2016,
'publisher' => 'Space Reindeers',
'publisher_website' => '
http://www.spacereindeers.com',
'publisher_bgg_id' => 1234,
'bgg_id' => 54321,
'players' =>
array (
0 => 2,
1 => 3,
2 => 4,
3 => 5,
4 => 6,
),
'suggest_player_number' => NULL,
'not_recommend_player_number' => NULL,
'estimated_duration' => 40,
'fast_additional_time' => 30,
'medium_additional_time' => 40,
'slow_additional_time' => 50,
'tie_breaker_description' => '',
'is_beta' => 1,
'is_coop' => 0,
'complexity' => 3,
'luck' => 3,
'strategy' => 3,
'diplomacy' => 1,
'tags' =>
array (
0 => 2,
1 => 12,
2 => 22,
3 => 107,
4 => 207,
),
)
--------------------------------------------------
What do you mean by new table?... If I start a new game, I've got a new table?