ich habe vor kurzem Admidio (Version 2.1.6) in unsere Homepage integriert und es läuft auch alles gut. Zuvor habe ich alles lokal getestet (mit xampp 1.7.1 von apachefriends.org). Jetzt habe ich auf xampp 1.7.2 geupdatet und erhalte nun (lokal auf meinem Computer) folgende Fehlermeldungen:
Code: Alles auswählen
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/Paris' for '1.0/no DST' instead in D:\xampp\htdocs\adm\adm_program\system\constants.php on line 43
Code: Alles auswählen
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/Paris' for '1.0/no DST' instead in D:\xampp\htdocs\adm\adm_program\system\constants.php on line 44
Code: Alles auswählen
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/Paris' for '1.0/no DST' instead in D:\xampp\htdocs\adm\adm_program\system\classes\table_session.php on line 115
Code: Alles auswählen
Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\adm\adm_program\system\constants.php:43) in D:\xampp\htdocs\adm\index.php on line 6
Code: Alles auswählen
define("DATE_NOW", date("Y-m-d", time()));
Code: Alles auswählen
define("DATETIME_NOW", date("Y-m-d H:i:s", time()));
Code: Alles auswählen
define("DATE_NOW", date("Y-m-d", date_default_timezone_set('Europe/Berlin')));
Code: Alles auswählen
define("DATETIME_NOW", date("Y-m-d H:i:s", date_default_timezone_set('Europe/Berlin')));
Vielleicht ist dieser Hinweis ja sogar für die Entwickler von Interessen.
Viele Grüße
Alan