Control Web Panel

WebPanel => CentOS-WebPanel Bugs => Topic started by: TheRavenKing on February 18, 2017, 11:09:33 AM

Title: date.time zone setting is not working with PHP Selector versions.
Post by: TheRavenKing on February 18, 2017, 11:09:33 AM
Hi,

I created a folder /test
placed .htaccess file in it with following content:

AddHandler application/x-httpd-php56 .php

Checking the php info, it shows error:

Warning: phpinfo(): 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.

Contents of File: /opt/alt/php56/usr/php/php.ini

[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "Europe/London"