Quote:
Originally Posted by Krusty1231
Well, I have not heard back from Hostgator yet.
I took the code:
Code:
[date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "America/Los_Angeles"
; http://php.net/date.default-latitude
date.default_latitude = 34.3981
; http://php.net/date.default-longitude
date.default_longitude = 118.1358
; http://php.net/date.sunrise-zenith
;date.sunrise_zenith = 90.583333
; http://php.net/date.sunset-zenith
;date.sunset_zenith = 90.583333
I added it to my php.ini file and reuploaded it.
The issue is gone.
I added that code to the very bottom of my php.ini file - is that an OK place to put it, or should it go somewhere specific in the ini file?
|
Adding it to the bottom of the php.ini is correct