Saturday, August 15, 2015

Warning: date_default_timezone_get(): on Mac Mamp Pro

http://cullenwebservices.com/symfony-getting-started-tutorial-architecture/

[Symfony\Component\Debug\Exception\ContextErrorException]                                                        Warning: date_default_timezone_get(): 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 the timezone 'UTC' for now, but please set date.timezone to select your timezone.                                                  

                                                                                 

Copy this file to php.ini like this:
1sudo cp /private/etc/php.ini.default /private/etc/php.ini
then change this line:
1date.timezone = "Pacific/Auckland"

No comments: