|
your php.ini does not have date.timezone defined. That's the cause of the warning. To solve that:
1. find the php.ini in use by LSWS
use command suggested by NiteWave to locate the file
2. edit the php.ini found in 1
add line "date.timezone=America/New_York" and restart LSWS to pick it up.
|