ich habe den Mod Football MOD im Einsatz und bisher keine Probleme.
Heute wird mir die gemeldet, dass die Gesamtrangliste auf NULL steht.
Gebe ich über das ACP z.B. Tipps etc ein, wird mir folgender SQL-Fehler gemeldet:
Code: Alles auswählen
SQL ERROR [ mysqli ]
Out of range value for column 'win_total' at row 1 [1264]
SQL
UPDATE phpbb_footb_rank_matchdays SET rank_total = 1, points_total = 4072, win_total = 1047.50 WHERE season = 2014 AND league = 2 AND matchday = 22 AND user_id = 207
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()
FILE: [ROOT]/includes/db/mysqli.php
LINE: 189
CALL: dbal->sql_error()
FILE: [ROOT]/football/includes/functions.php
LINE: 394
CALL: dbal_mysqli->sql_query()
FILE: [ROOT]/football/includes/functions.php
LINE: 433
CALL: save_ranking_matchday()
FILE: [ROOT]/football/includes/functions.php
LINE: 433
CALL: save_ranking_matchday()
FILE: [ROOT]/football/includes/functions.php
LINE: 433
CALL: save_ranking_matchday()
FILE: [ROOT]/football/includes/functions.php
LINE: 433
CALL: save_ranking_matchday()
FILE: [ROOT]/football/includes/functions.php
LINE: 433
CALL: save_ranking_matchday()
FILE: [ROOT]/football/includes/functions.php
LINE: 433
CALL: save_ranking_matchday()
FILE: [ROOT]/football/includes/functions.php
LINE: 433
CALL: save_ranking_matchday()
FILE: [ROOT]/football/includes/functions.php
LINE: 433
CALL: save_ranking_matchday()
FILE: [ROOT]/football/includes/functions.php
LINE: 433
CALL: save_ranking_matchday()
FILE: [ROOT]/football/includes/functions.php
LINE: 433
CALL: save_ranking_matchday()
Anmerkung:
Auf dem Testforum funktioniert es Fehlerfrei. Es sind dieselben Dateien (wie im Code gemeldet) im LIve- wie im Testforum vorhanden (soeben kontrolliert).
Auch ein heutiges Rückspielen der Tabellen (Stand 13.02.14 - wo noch alles funktionierte) "phpbb_football*" brachte keinen Erfolg.
Hat jemand eine Idee was man wo und wie tun muss um das Problem zu beheben?
Vorab besten Dank für eine Hilfestellung