Mi esce questo warning su un mio sito:
Warning: 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 /var/www/vhosts/sito.com/httpdocs/index.php on line 236 Notice: Undefined variable: nome in /var/www/vhosts/sito.com/httpdocs/index.php on line 265 Warning: 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 /var/www/vhosts/sito.com/httpdocs/index.php on line 273 Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /var/www/vhosts/sito.com/httpdocs/index.php on line 276
Che significa e come posso sistemare?