Hallo zusammen,
ich richtete mir gerade eine WordPress-Test-Version ein. Die Daten im Einzelnen:
WordPress 2.8.4 (deutsch)
Apache: 2.2.12
PHP: 5.3.0
Es funktioniert auch alles so weit. Nur gab WordPress nach der Installation und gibt jetzt auf der halben Seite die folgende PHP-Warnung aus:
Warning: strtotime() [function.strtotime]: 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 '2.0/DST' instead in domain.tld/wp-includes/functions.php on line 35
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 '2.0/DST' instead in domain.tld/wp-includes/functions.php on line 43
Ist das irgendwie kritisch? Also es funktioniert ja alles so weit. Freilich kann ich die Warnung einfach unterdrücken. Es wäre mir freilich lieber, wenn ich das Problem lösen könnte.
Vielen Dank für Eure Hilfe.