When I run the “validate Config” within the portal I run into the following error:
“Fail: You have no timezone set for php.”
I have set these in the two phi.ini files though
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = America/New_York
laf
2
If you are running php-fpm then try restarting the service for it.
I actually rebooted the box
laf
4
And it’s ok now or not? If not then you haven’t updated the correct php ini file.
No, it still has an issue… both php has been updated.
check your system time, mostly it would not have been set
timedatectl set-timezone Etc/UTC
use the above command to set system time, instead of UTC, use the timezone you have put in the two php.ini files and restart the php service.
https://php.net/manual/en/timezones.php :- to check the timezones supported by php
system
Closed
7
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.