Hello fellow SIP people:
I upgraded from SIREMIS 4.2 to 4.3 for my Kamailio system and I now get the error message shown below. Any ideas on how to solve it?
I am assuming there was a change on how SIREMIS did a date query and my version of Linux (6.8) or my PHP does not support it as expected.
Any help would be useful.
Thanks.
Kevin
[{"target":"ERROR","content":"\n[2016-12-14 22:59:55 (GMT)] An exception occurred while executing this script: \nError message: #2, date(): 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 'UTC' for 'UTC/0.0/no DST' instead</font> \nScript name and line number of error: /var/www/siremis-4.3.0/openbiz/bin/service/logService.php:160</font> \n
*function:</b> errorHandler ( 2, "date(): It is not safe to rely on the system's timezone settings...", "/var/www/siremis-4.3.0/openbiz/bin/service/logService.php", 160, Array(8) ) @ /var/www/siremis-4.3.0/openbiz/bin/sysheader.inc 117\n *function:</b> userErrorHandler ( 2, "date(): It is not safe to rely on the system's timezone settings...", "/var/www/siremis-4.3.0/openbiz/bin/service/logService.php", 160, Array(8) ) @ \n *function:</b> date ( "m/d/Y" ) @ /var/www/siremis-4.3.0/openbiz/bin/service/logService.php 160\n
The "date" command returns:
$ date Thu Dec 15 01:13:41 UTC 2016
The /etc/localtime entry is:
$ more /etc/localtime TZif2 UTC
$ which php /usr/bin/php
$ php -version PHP 5.3.3 (cli) (built: Aug 11 2016 13:38:15) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
PHP I am using is the latest patched version I have.
***