in der genannten php-Version scheint der Wurm zu sein, selbst in Standard-Scripten wie phphinfo() wird auf den Fehler hingewiesen:
Der Fehlerhinweis taucht aber auch in anderen Anwendungen auf (phpMyAdmin, eigene Scripte).date
Warning: phpinfo() [function.phpinfo]: 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 'CET/1.0/no DST' instead in /var/www/system/html/phpinfo/index.php on line 2
In der php.ini habe ich folgenden Eintrag vorgenommen:
Code: Alles auswählen
date.timezone = "Europe/Berlin"
Viele Grüße
Frankieboy