Page 1 of 1

Fehlermeldung nach Update

Posted: 29. April 2010 08:25
by Ypselon
Deine Portal Version: 1.0.5
Typ Deines phpBB Forums: Premodded phpBB3
MODs installiert: Ja
Dein Wissensstand: Fortgeschritten

Was hast Du gemacht, bevor das Problem aufgetreten ist?


Was hast Du bereits versucht um das Problem zu lösen?


Fehlerbeschreibung und Nachricht
Nunja, da auf meine Anfrage nach den Codechanges von 1.0.4 zu 1.0.5 keine Antwort würdig ist, habe ich nun jede Datei einzeln per Hand verglichen und die Änderungen meiner alten Version eingebaut.

Das scheint auch so geklappt zu haben, allerdings habe ich nun folgende Fehlermeldung :

Code: Select all

[phpBB Debug] PHP Notice: in file /portal/includes/functions.php  on line 644: mktime() expects parameter 5 to be long, string given
[phpBB Debug] PHP Notice: in file /portal/includes/functions.php on line 644: mktime() expects parameter 5 to be long, string given
[phpBB Debug] PHP Notice: in file /portal/includes/functions.php on line 644: mktime() expects parameter 5 to be long, string given
[phpBB Debug] PHP Notice: in file /portal/includes/functions.php on line 644: mktime() expects parameter 5 to be long, string given
[phpBB Debug] PHP Notice: in file /portal/includes/functions.php on line 644: mktime() expects parameter 5 to be long, string given
[phpBB Debug] PHP Notice: in file /portal/includes/functions.php on line 644: mktime() expects parameter 5 to be long, string given
[phpBB Debug] PHP Notice: in file /portal/includes/functions.php on line 644: mktime() expects parameter 5 to be long, string given
[phpBB Debug] PHP Notice: in file /portal/includes/functions.php on line 644: mktime() expects parameter 5 to be long, string given
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 5537: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4458)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 5541: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4458)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 5542: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4458)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 5543: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4458)
Nun was könnte das bedeuten ?[/i]

Re: Fehlermeldung nach Update

Posted: 29. April 2010 10:31
by Marc
Ich bräuchte mal eine Kopie deiner jetzigen portal/includes/functions.php.

Re: Fehlermeldung nach Update

Posted: 29. April 2010 11:49
by Ypselon
Nun ich habe den Fehler beheben können.

Ich habe eine geänderte Birthday_List.php gehabt und konnte die deswegen auch nicht so einfach ersetzen. Da die sich bei 1.0.4 und 1.0.5 massiv unterscheiden, musste ich nun erst die Änderungen in die 1.0.5 Einbauen.

Nunja der Fehler ist nun weg.