ist jetzt nicht besonders relevant, dennoch interessiert es mich.
Hab nach langem mal geschaut was der Mod von Lefty macht und gesehen das ich noch ne veraltete Version habe. Also schnell mal auf die neueste Version aktualisiert (war ja nur die Datei austauschen).
So weit so gut. Online funzt das ganze auch ohne Probs ....... als ich dann meine Locale Version angeschaut habe, bekam ich folgenden Fehler im Header, aber wie gesagt der Fehler existiert nur Lokal:
Code: Alles auswählen
Deprecated: mktime() [function.mktime]: The is_dst parameter is deprecated in C:\xampp\htdocs\web-server\Kopie von dcon_V1\phpBB3\includes\functions_upcbirthdays.php on line 41
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3888: Cannot modify header information - headers already sent by (output started at /includes/functions_upcbirthdays.php:41)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3890: Cannot modify header information - headers already sent by (output started at /includes/functions_upcbirthdays.php:41)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3891: Cannot modify header information - headers already sent by (output started at /includes/functions_upcbirthdays.php:41)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3892: Cannot modify header information - headers already sent by (output started at /includes/functions_upcbirthdays.php:41)
Achso was vielleicht interssant ist um den Fehler einzugrenzen. Online fahr ich mit php4 und lokal mit php5. Und mit meiner alten Version (1.0.0a) funzte es auf beiden.
Edit:
Hab mal in die Zeile 41 geschaut und verglichen mit der alten Version. Wenn ich diesen codeteil rausnehmen
Code: Alles auswählen
, date('I')
Gruß Huch