Thread: TBDev09 (2020)
View Single Post
  #32  
Old 31st December 2020, 22:06
chybber chybber is offline
Member
 
Join Date: Jan 2009
Default
Posts: 4
Default
Getting some errors while trying to signup
Code:
[Thu Dec 31 21:05:04.280623 2020] [php7:warn] [pid 13460] [client 1.1.1.1:51651] PHP Warning:  A non-numeric value encountered in /var/www/html/takesignup.php on line 66, referer: http://website.url/signup.php
takesignup.php:66
Code:
$dst_in_use = localtime(time() + ($time_offset * 3600), true);
Reply With Quote