Thread: Chat Logger SQL
View Single Post
peaces
Junior Member
Join Date: May 2008
Old 11-13-2016 , 01:29   Re: Chat Logger SQL
Reply With Quote #23

if
Quote:
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.
EDIT index.php
join
Code:
<?php    date_default_timezone_set("Asia/Taipei");
?>

Last edited by peaces; 11-13-2016 at 01:32.
peaces is offline