07-07-2022, 03:58 PM
Anyone getting this error?
Warning [2] A non-numeric value encountered - Line: 380 - File: inc/functions.php PHP 7.4.30 (Linux)
I went to line 380 and the exact line i found is:
That error appear on normal registered user.
For now i disable the line 380 by adding //
as a result, the date created does not appear.
Appreciate if someone can help me as i am not good in php. Thanks.
Warning [2] A non-numeric value encountered - Line: 380 - File: inc/functions.php PHP 7.4.30 (Linux)
I went to line 380 and the exact line i found is:
PHP Code:
$date = (gmdate($format, $stamp + ($offset * 3600));
That error appear on normal registered user.
For now i disable the line 380 by adding //
PHP Code:
//$date = (gmdate($format, $stamp + ($offset * 3600));
as a result, the date created does not appear.
Appreciate if someone can help me as i am not good in php. Thanks.