reversi tutorial: gameserver locked by configuration
Posted: 30 June 2020, 01:38
Hey folks. I am working through the reversi tutorial and successfully finished the part that displays the possible moves. The next part of the tutorial is to add player interaction, enabling the player to click to select a move and update the game state.
It behaves correctly when the non-active player tries to make a move--it properly tells that player it isn't their turn.
However, when the active player tries to click a move, I get the following error:
Couldn't find anything helpful searching through the forum for existing threads. Any ideas what's going on?
Thanks!
It behaves correctly when the non-active player tries to make a move--it properly tells that player it isn't their turn.
However, when the active player tries to click a move, I get the following error:
Code: Select all
Server syntax error:
Sorry, an unexpected error has occurred...
Gameserver is locked by configuration
#0 /var/tournoi/release/tournoi-200622-1731/www/include/APP_GameAction.inc.php(21): APP_GameAction->initGameTableObjects()
#1 /var/tournoi/release/tournoi-200622-1731/www/include/webActionCore.inc.php(128): APP_GameAction->__construct()
#2 /var/tournoi/release/tournoi-200622-1731/www/index.php(230): launchWebAction('reversi', 'action_reversi', 'playDisc', false, false, NULL, true, false)
#3 {main}Thanks!