[BETA] [3.1] [3.2] Football Prediction League

In diesem Forum können Extension-Autoren ihre Extensions vorstellen, die sich noch im Entwicklungsstatus befinden. Der Einbau in Foren im produktiven Betrieb wird nicht empfohlen.
Benutzeravatar
silberfuchs
Mitglied
Beiträge: 98
Registriert: 28.12.2008 14:50
Kontaktdaten:

Re: [BETA] Football Prediction League

Beitrag von silberfuchs »

Ich habe alles, wie beschrieben geändert - jetzt taucht der Fehler nur noch unter "Mein Tippkoeffizient" auf:
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 317: mysqli_free_result(): Couldn't fetch mysqli_result
Mit PHP 7.1 tauchen folgende Fehler - fast mit jedem Tab auf:
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/includes/functions.php on line 1169: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/includes/functions.php on line 1169: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/controller/main.php on line 826: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/controller/main.php on line 826: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/block/delivery.php on line 18: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/block/delivery.php on line 18: A non-numeric value encountered
Bei "Alle Tipps" entsprechend "oft....

Beim Tab "Regeln"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/includes/functions.php on line 1169: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/includes/functions.php on line 1169: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/controller/main.php on line 826: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/controller/main.php on line 826: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/block/delivery.php on line 18: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/block/delivery.php on line 18: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4511: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3257)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4511: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3257)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4511: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3257)
Danke für Deine klasse Hilfe!
Benutzeravatar
football
Mitglied
Beiträge: 862
Registriert: 03.05.2009 10:37
Kontaktdaten:

Re: [BETA] Football Prediction League

Beitrag von football »

Ja, da ist auch ein $db->sql_freeresult($result);
in ext\football\football\block\my_koeff.php
Zeile 101 zuviel.

Und in ext\football\football\block\hist_popup.php
Zeile 118, 145, 248, 1006, 1077, 1161, 1229
ebenso (am besten von hinten löschen damit die Zeilen nach dem Löschen noch stimmen).
Dies sollte dann wohl auch die Ursache des zuerst gemeldeten Fehlers sein.
Kein Support per PN oder E-Mail. Support-Anfragen beantworte ich nur über diese Community.
Benutzeravatar
silberfuchs
Mitglied
Beiträge: 98
Registriert: 28.12.2008 14:50
Kontaktdaten:

Re: [BETA] Football Prediction League

Beitrag von silberfuchs »

So, bin PHP 5.6 läuft die Extension bei mir nun auch unter 3.2 einwandfrei. Somit läuft die Testpage einwandfrei.

Solltest Du weiteres Feedback zu PHP 7.1 benötigen, lass es mich wissen.

Vielen Dank für Deine Hilfe!
schnurlos
Mitglied
Beiträge: 6
Registriert: 01.04.2016 20:39

Re: [BETA] Football Prediction League

Beitrag von schnurlos »

Melmac hat geschrieben:Hi,

und welche Fehler/Fehlermeldungen sind das, die Du bekommst?
Leider, es war php7.1 und phpBB 3.2

Ich bekomme Fehler auf jeder Seite:

Code: Alles auswählen

[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/includes/functions.php on line 1169: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/includes/functions.php on line 1169: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/controller/main.php on line 826: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/controller/main.php on line 826: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/block/delivery.php on line 18: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/block/delivery.php on line 18: A non-numeric value encountered
Die Linie gemeinsam:

Code: Alles auswählen

$local_board_time = time() + (($config['board_timezone'] - $config['football_host_timezone']) * 3600); 
Benutzeravatar
silberfuchs
Mitglied
Beiträge: 98
Registriert: 28.12.2008 14:50
Kontaktdaten:

Re: [BETA] Football Prediction League

Beitrag von silberfuchs »

@schnurlos

Wenn Du die von football angebenen Dateien änderst, läuft unter 3.2 mit PHP5.6 alles problemlos. Die Änderungen für PHP7.1 habe ich auch, da muss er erst noch etwas ändern.
Benutzeravatar
silberfuchs
Mitglied
Beiträge: 98
Registriert: 28.12.2008 14:50
Kontaktdaten:

Re: [BETA] Football Prediction League

Beitrag von silberfuchs »

So, hab' nun auch meine Livepage auf 3.2 umgestellt - dort erhalte ich beim ersten Aufruf der Seite folgende Fehlermeldung:

Code: Alles auswählen

Der Dienst für den Controller (Steuerungsklasse) „football.football.main“ ist nicht in ./config/services.yml definiert.
Kann sich darunter jemand etwas vorstellen? :) Die Meldung erschien in allen Browsern, jedoch nur beim ersten Aufruf / Login. Danach dann nicht mehr - erst als ich dann hinter meiner Domain das /index.php?sid=d96d6b930eef63356cb36497bd4037ca entfernte und die Page wieder mit dem reinen Domain Namen aufrufe, erscheint auch wieder der Fehler....

Update: Hab' diesen Fehler gefunden - es war ein alter Eintrag in der htaccess Datei vom Portal :(
Beilmb
Mitglied
Beiträge: 1
Registriert: 14.04.2017 16:41

Re: [BETA] Football Prediction League

Beitrag von Beilmb »

Habe in der Spietagsverwaltung abweichende Spieltagsbezeichnungen angelegt. Diese werden dort auch korrekt angezeigt. Bei der Tippabgabe erscheinen aber nicht die abeichenden Spieltagsbezeichnungen in der Auswahlbox, sondern die laufenden Nummern der Spieltage (z.B. 1. Spieltag) wird angezeigt. Was ist zu tun, damit die Spieltagsbezeichnungen auch bei der Tippabgabe korrekt angezeigt werden? Vielen Dank für die Hilfe.
Nick134
Mitglied
Beiträge: 3
Registriert: 21.06.2016 22:27

Re: [BETA] Football Prediction League

Beitrag von Nick134 »

When trying to enable I get this error

[ externes Bild ]

Any help would be great.
Glueckmacher
Mitglied
Beiträge: 209
Registriert: 11.06.2009 00:55

Re: [BETA] Football Prediction League

Beitrag von Glueckmacher »

Hallo football,

habe die Änderungen von viewtopic.php?p=1366213#p1366213, viewtopic.php?p=1366192#p1366192 und viewtopic.php?p=1366172#p1366172 durchgeführt als auch den Cache gelöscht.

Die Fehlermeldungen sind alle geblieben.
ACP

Code: Alles auswählen

[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/includes/functions.php on line 1169: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/includes/functions.php on line 1169: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/acp/results_module.php on line 195: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/acp/results_module.php on line 195: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3257)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3257)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3257)
Tippen

Code: Alles auswählen

[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/includes/functions.php on line 1169: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/includes/functions.php on line 1169: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/controller/main.php on line 826: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/controller/main.php on line 826: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/block/delivery.php on line 18: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/block/delivery.php on line 18: A non-numeric value encountered
Regeln

Code: Alles auswählen

[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/includes/functions.php on line 1169: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/includes/functions.php on line 1169: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/controller/main.php on line 826: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/controller/main.php on line 826: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/block/delivery.php on line 18: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/ext/football/football/block/delivery.php on line 18: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4511: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3257)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4511: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3257)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4511: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3257)
Schöne Grüße
phpbb: 3.3.4
Styles: aero, prosilver, Absolution, SoftBlue
PHP Version: 7.4.18
Datenbank-Server: MySQL(i) 5.7.34-2
Nephilim
Mitglied
Beiträge: 53
Registriert: 14.09.2010 17:12

Re: [BETA] Football Prediction League

Beitrag von Nephilim »

Hallo!
Da scheint noch ein Fehler in der Football Prediction League v0.9.8 auf den Reitern 'Alle Tipps' und 'Gesamtrangliste' zu sein unter folgender Konstellation:
viewtopic.php?p=1368127#p1368127
viewtopic.php?p=1368136#p1368136

Was kann man da machen?

Viele Grüße
Nephilim
Antworten

Zurück zu „Extensions in Entwicklung“