Seite 1 von 1

Fehlermeldung nach PHP versionsupdate

Verfasst: 12.01.2010 13:28
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. :-)

Re: Fehlermeldung nach PHP versionsupdate

Verfasst: 13.01.2010 02:17
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

Re: Fehlermeldung nach PHP versionsupdate

Verfasst: 13.01.2010 12:04
von Lucan
Unabhängig davon, rate ich davon ab dot.deb quellen zuverwenden.


Grüße