We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

new 1.6 website down !! | Forum

Topic location: Forum home » Support » General Questions
Lech Sakhar
Lech Sakhar Feb 3 '14
I am getting this error

Strict Standards: OW_ErrorManager::errorHandler() [ow-errormanager.errorhandler]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable 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 'America/Los_Angeles' for 'PST/-8.0/no DST' instead in

/home/xxxxxxxxx/public_html/mysite.com//ow_core/error_manager.php on line 140


Thank you for your help

Lech Sakhar
Lech Sakhar Feb 3 '14
well my server was down and L got this error nothing to do with php version. thank you all !
dave Leader
dave Feb 3 '14

here is the link to that functon and you place it in your php ini file 


http://www.php.net/manual/en/function.date-default-timezone-set.php


date_default_timezone_set('America/Los_Angeles');



you can also put it in your htaccess file if you want


php_value date.timezone "America/Chicago"


also i noticed mysite.com//ow_core/ in your link above, if you actully have two // there you need to get that fixed.





Lech Sakhar
Lech Sakhar Feb 3 '14
no for // it is my mistake while copying

thank you Dave.

ross Team
ross Feb 3 '14
Dave, thanks +1