So I am using the web sharing feature that is built in with Mac and have enabled PHP support. I installed a Wordpress site and that went thru smoothly. The issue is when I am viewing the site I am getting a bunch of these type warnings
I went into the php.ini file and set the timezone and restarted the computer and I still get this error. So is this actually a WP issue or a server issue? Could I just tell the server to hide these warnings since this is a testing environment only? Thanks for your help.
Code:
Warning: strtotime() [function.strtotime]: 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 'America/New_York' for 'EDT/-4.0/DST' instead in /Users/john/Documents/Development/Web Development/myBlog/betatesting/wp-includes/functions.php on line 35
I went into the php.ini file and set the timezone and restarted the computer and I still get this error. So is this actually a WP issue or a server issue? Could I just tell the server to hide these warnings since this is a testing environment only? Thanks for your help.