Category: Hypertext Preprocessor

PHP 5.5.3 It is not safe to rely on the system’s timezone settings

Issue:

Warning: connection_mysql() [function.connection-mysql]: 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 D:\…\…\includes\mysql_connect.inc.php on line 37

Solution: edit php.ini and alter date.timezone = ‘Europe/Paris’

WordPress Themes