[quote=“Tom Elliott, post: 29258, member: 7271”]The date.timezone error you’re seeing, is this still an issue?
Edit the php.ini file and place your timezone setting there.[/quote]
Found the file and edited according & no more errors.
File path:
/etc/php.ini
[code]
Date]
; Defines the default timezone used by the date functions
; http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
date.timezone = ‘America/Los_Angeles’
[/code]