TimeZone issue
Posted: Fri Mar 18, 2016 8:12 pm
I went through the Ubuntu 14.4 / ZM 1.29 the easy way guide (although i'm messing around on 15.10) and all was well but hit a snag. I get the below visition ip/zm
ZoneMinder is not installed properly: php's date.timezone is not set to a valid timezone
Issue is I do have America/New_York set in the php.ini file and ubuntu does cat out America/New_York. So I thought i'd throw this out there.....thoughts?????
EDIT: FOUND IT: I didn't delete the leading ; in front of date.timezone.
;date.timezone = "America/New_York" BAD
date.timezone = "America/New_York" GOOD
ZoneMinder is not installed properly: php's date.timezone is not set to a valid timezone
Issue is I do have America/New_York set in the php.ini file and ubuntu does cat out America/New_York. So I thought i'd throw this out there.....thoughts?????
EDIT: FOUND IT: I didn't delete the leading ; in front of date.timezone.
;date.timezone = "America/New_York" BAD
date.timezone = "America/New_York" GOOD