Hallo Kollegen,
habe das phpbb3 forum auf einen anderen Server umgezogen, hat soweit gut funktioniert.
Anmelden, Forumsübersicht alles normal, wenn ich einen Artikel lesen möcht, ist die schrift viel größer und oben steht folgendes:
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 988: 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 'Europe/Berlin' for 'CEST/2.0/DST' instead
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 988: 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 'Europe/Berlin' for 'CEST/2.0/DST' instead
Ich habe schon bei der php.ini date.timezone = "Europe/Berlin" eingetragen. Aber keine Änderung.
Kann mir jemand helfen?
Thx 4 hlp.
kingk
Serverumzug phpfehler
- Mahony
- Ehemaliges Teammitglied
- Beiträge: 12179
- Registriert: 17.11.2005 22:33
- Wohnort: Ostfildern Kemnat
- Kontaktdaten:
Re: Serverumzug phpfehler
Hallo
Hier die Lösung für dein Problem --> http://www.phpbb.com/community/viewtopi ... &t=1634115
Grüße: Mahony
Hier die Lösung für dein Problem --> http://www.phpbb.com/community/viewtopi ... &t=1634115
oder AlternativToonArmy hat geschrieben:Set the required setting (date.timezone) in php.ini and these messages will go away.
Dog Cow hat geschrieben:Alternatively, one may setAt the top of common.phpCode: Alles auswählen
// Set time zone date_default_timezone_set('UTC');
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.
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Re: Serverumzug phpfehler
Danke, ich vergass bei der php.ini unter date.timezone = "Europe/Berlin" den strichpunkt zu entfernen.
Nun gehts.
Nun gehts.