Menü

Login

Aktuelle Version

Forum > Fehler auf der Seite *

DOTLAN Intranet / Portal >> Probleme und Fehler > Fehler auf der Seite
Antwort erstellen
Autor Thema: Fehler auf der Seite
Gh0st
13.05.2013 um 01:27 QuoteProfileSend PM
NEW

Clan: Kein Clan
Postings: 3

Hi Leute ich hoffe jemand kann mir helfen ich bekomme auf meiner Seite itslantime.battleme.at die ganze zeit folgende Fehlermeldungen:

Warning: 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 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1361/html/lanparty/includes/class.user.php on line 234

Warning: strftime() [function.strftime]: 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 in /var/www/web1361/html/lanparty/includes/class.page.php on line 412

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web1361/html/lanparty/includes/class.user.php:234) in /var/www/web1361/html/lanparty/includes/class.page.php on line 233

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web1361/html/lanparty/includes/class.user.php:234) in /var/www/web1361/html/lanparty/includes/class.page.php on line 234

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web1361/html/lanparty/includes/class.user.php:234) in /var/www/web1361/html/lanparty/includes/class.page.php on line 235

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web1361/html/lanparty/includes/class.user.php:234) in /var/www/web1361/html/lanparty/includes/class.page.php on line 242

ihr könnts gerne auf die Seite reinschauen, hoffe um eine Lösung

Mfg Danijel

 
Griffon
13.05.2013 um 11:26 QuoteProfileSend PM

NEW

Clan: dotlan.net
Postings: 1252

Seit PHP 5.3 ist das eine Warnung ...

am einfachste einfach in der config.php oder globale.php die Zeitzone festsetzen.

Code:
date_default_timezone_set('Europe/Berlin');

 
Gh0st
15.05.2013 um 14:40 QuoteProfileSend PM
NEW

Clan: Kein Clan
Postings: 3

hey danke für die extrem schnelle Antwort aber habe das selber ganz genau so gelöst
 
[ Antwort erstellen ]