====== NagVis Error (2048) date() funktion.date ====== Nach dem Update bzw. nach der Installation von NagVis 1.4.4 erscheint beim Aufruf der NagVis-Webseite folgende Fehlermeldung: Error: (2048) date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable 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 ===== Lösung ===== In der Datei ''/etc/php5/apache2/php.ini'' muss die Zeitzone gesetzt werden. [Date] ; Defines the default timezone used by the date functions date.timezone = Europe/Berlin