Sziasztok!
Ezt írja ki a weboldal tetején:
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 /usr/local/www/apache22/data/inc/daten.inc.php on line 4
A daten.inc.php 4. sora ez:
$sqlZeit = date("Y-m-d H:i:s",time());
Miért írja?
Nem megfelelő időzónát választ ki. Emiatt írja. Igazából nem kell vele foglalkozni. Írd be a php elejébe ezt a sort és többet nem írja a hibákat:
<?php error_reporting(0); ?>
Köszönöm!