Fehlermeldung nach PHP versionsupdate

phpBB 3.0 hat sein "End of Life" erreicht. Eine Neu-Installation wird nicht mehr unterstützt.
Gesperrt
Lyon
Mitglied
Beiträge: 1
Registriert: 12.01.2010 13:03

Fehlermeldung nach PHP versionsupdate

Beitrag von Lyon »

hallo hallo

ich selber habe ein kleines Problem wei mir auf der seite, wenn man auf der startseite ist http://www.jango-online.de , bekomme ich folgende Fehlermeldung:

[phpBB Debug] PHP Notice: in file /index.php on line 86: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead
[phpBB Debug] PHP Notice: in file /index.php on line 86: getdate() [function.getdate]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4183: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4185: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4186: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4187: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)


was kann ich da zu machen? ich habe die phpversion (PHP 5.3.1-0.dotdeb.1)

Über einer Antwort würde ich mich selbstverständlich freuen. :-)
Benutzeravatar
Mahony
Ehemaliges Teammitglied
Beiträge: 12178
Registriert: 17.11.2005 22:33
Wohnort: Ostfildern Kemnat
Kontaktdaten:

Re: Fehlermeldung nach PHP versionsupdate

Beitrag von Mahony »

Hallo
Hier die Lösung für dein Problem --> http://www.phpbb.com/community/viewtopi ... &t=1634115
ToonArmy hat geschrieben:Set the required setting (date.timezone) in php.ini and these messages will go away.
oder Alternativ
Dog Cow hat geschrieben:Alternatively, one may set

Code: Alles auswählen

// Set time zone
    date_default_timezone_set('UTC');
At the top of common.php

Grüße: Mahony
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Lucan
Mitglied
Beiträge: 416
Registriert: 08.01.2007 22:43

Re: Fehlermeldung nach PHP versionsupdate

Beitrag von Lucan »

Unabhängig davon, rate ich davon ab dot.deb quellen zuverwenden.


Grüße
Gesperrt

Zurück zu „[3.0.x] Installation, Update und Konvertierung“