Posted by Sharon
2018-05-23

I have started getting error messages in my address book:

Warning: strtotime() [function.strtotime]: 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 'Europe/London' for 'BST/1.0/DST' instead in [my webspace]address/web/codelib/slib/CValidator.inc.php on line 62

also:
Warning: date() [function.date]

These are the other affected pages:
address/web/codelib/slib/CValidator.inc.php on line 63
address/web/codelib/slib/CUtil.inc.php on line 32
address/web/codelib/sys/CVField.inc.php on line 1416

Do I have to replace strtotime() and date() with some code?
Posted by Tom
2018-05-24

Hi, would you tell me your PHP version?