View Single Post
  #5  
Old 01-08-2013, 12:41 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
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.
Reply With Quote