Page 1 of 1

$query_values Error in Hearts Tutorial

Posted: 06 June 2025, 09:17
by Higawind
I met an error like this while "Full game model synchronisation" section in Hearts tutorial:

Unexpected error: Wrong formatted data from gameserver 1 (method: createGame): JSON_ERROR_SYNTAX
Warning: Undefined variable $query_values in /var/tournoi/release/games/hearts/999999-9999/modules/php/Game.php on line 362

what's mean...??
please help anyone...!!

Re: $query_values Error in Hearts Tutorial

Posted: 07 June 2025, 05:20
by CagedEye
I believe query_values is something that comes the template project. Maybe you deleted some necessary code. The error is saying somewhere $query_values is used but it was not defined on a previous line as in $query_values = something or other. In my tutorial code, the variable is used near the beginning of the function setupNewGame.