Re: [BETA] [3.1] [3.2] Football Prediction League
Verfasst: 23.09.2020 09:26
In den Einstellungen -> Tipprunden-Funktionalität -> Starte in Saison: "Auto" einstellen.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
SQL ERROR [ mysqli ]
Table 'forum.footb_seasons' doesn't exist [1146]
SQL
SELECT * FROM FOOTB_SEASONS WHERE season = 0
BACKTRACE
phpbb_footb_seasons
Code: Alles auswählen
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/acp/extra_module.php on line 151: sizeof(): Parameter must be an array or an object that implements Countable
Warning: Cannot modify header information - headers already sent by (output started at /homepages/27/meine Datenbank/htdocs/treffpunkt/includes/functions.php:3009) in /homepages/27/meine Datenbank/htdocs/treffpunkt/includes/functions_acp.php on line 139
Warning: Cannot modify header information - headers already sent by (output started at /homepages/27/meine Datenbank/htdocs/treffpunkt/includes/functions.php:3009) in /homepages/27/meine Datenbank/htdocs/treffpunkt/includes/functions_acp.php on line 139
Warning: Cannot modify header information - headers already sent by (output started at /homepages/27/meine Datenbank/htdocs/treffpunkt/includes/functions.php:3009) in /homepages/27/meine Datenbank/htdocs/treffpunkt/includes/functions_acp.php on line 139
Warning: Cannot modify header information - headers already sent by (output started at /homepages/27/meine Datenbank/htdocs/treffpunkt/includes/functions.php:3009) in /homepages/27/meine Datenbank/htdocs/treffpunkt/includes/functions_acp.php on line 139
Sondertippeinstellungen erfolgreich aktualisiert
. und funktioniert auch soweit. Danach ist die Fehlermeldung weg. Ich kann ohne weitere Fehlermeldung die Tipps editieren und auch wieder löschen. Der Fehler tritt halt immer nur beim Erstellen der Sondertipps auf.football/acp/extra_module.php
Code: Alles auswählen
$existing_extra = sizeof($extra_row);
Code: Alles auswählen
// $existing_extra = sizeof($extra_row); // OLD
$existing_extra = !empty($extra_row); // NEW
Code: Alles auswählen
// $existing_extra = sizeof($extra_row); // OLD
$existing_extra = empty($extra_row); // NEW
hi kannst mir die mal zukommen lassen habe auch 3.3.3 drauf und mit der 3.2. klappt bei mir nichtDreamPromise hat geschrieben: 25.05.2020 08:09 Moin
ich habe V. 3.3.0 mit dem Tippspiel.
Alles läuft bisher problemlos.
Grüße
Das ist easy zu fixen:ramboagent hat geschrieben: 27.03.2021 22:53 Fehler: The file "/www/htdocs/w012a4ef/sporthave/ext/football/football/config/services.yml" does not contain valid YAML: The reserved indicator "@" cannot start a plain scalar; you need to quote the scalar at line 15 (near "- @auth").
Code: Alles auswählen
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 257: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, bool given
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 257: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, bool given
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 257: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, bool given
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 139: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3009)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 139: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3009)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 139: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3009)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 139: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3009)