datarepro Posted September 8, 2011 Report Share Posted September 8, 2011 bekomme im Dashboard folgende Fehlermeldung wenn ich änderungen im Backend mache dauert es sau lang und meistens wird es nicht übernommen. nun zur Fehlermeldung: 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/vhosts/datarepro.info/httpdocs/dachs/xtFramework/charts/grid.sales.php on line 74 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/vhosts/datarepro.info/httpdocs/dachs/xtFramework/charts/grid.sales.php on line 75 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/vhosts/datarepro.info/httpdocs/dachs/xtFramework/charts/grid.sales.php on line 76 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/vhosts/datarepro.info/httpdocs/dachs/xtFramework/charts/grid.sales.php on line 77 bitte um Hilfe MfG Micha Link to comment Share on other sites More sharing options...
Hubi Posted October 7, 2011 Report Share Posted October 7, 2011 Eine "dirty"-Lösung ist folgende Zeile in die Datei conf/config.php vor das ?> einfügen: date_default_timezone_set ( "EUROPE/BERLIN" );[/PHP] Eine entgültige Lösung muss dann von xt:Commerce kommen. Link to comment Share on other sites More sharing options...
JomyLa Posted January 10, 2012 Report Share Posted January 10, 2012 Hallu Hubi, danke für die Hilfe. Ich musste folgendes nehmen: date_default_timezone_set ( "Europe/Berlin" );[/PHP]in Grossbustaben hat es nicht geholfen. JomyLa Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.