View Single Post
  #3  
Old 07-12-2012, 12:07 AM
flowcubano flowcubano is offline
Member
 
Join Date: May 2011
Posts: 19
I get this error when I add php.ini to /usr/local/lsws/lsphp5/lib/


PHP Code:
503 Service Unavailable

The server is temporarily busy
, try again later
Do you know why I get this timezone error:?
PHP Code:
Warningstrtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. 
I have this in my php.ini
date.timezone = "Europe/Berlin"
extension=timezonedb.so
Reply With Quote