You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[31-Aug-2020 12:18:31 UTC] PHP Notice: Undefined index: y in /home/xxxx/public_html/libs/whoissrc/whois.parser.php on line 879
[31-Aug-2020 12:18:31 UTC] PHP Notice: Undefined index: y in /home/xxxx/public_html/libs/whoissrc/whois.parser.php on line 880
the error around here
if ($res['m'] > 12)
{
$v = $res['m'];
$res['m'] = $res['d'];
$res['d'] = $v;
}
if ($res['y'] < 70)
$res['y'] += 2000;
else
if ($res['y'] <= 99)
$res['y'] += 1900;
I'm using php 7.4, can someone help me to fix this?
The text was updated successfully, but these errors were encountered:
[31-Aug-2020 12:18:31 UTC] PHP Notice: Undefined index: y in /home/xxxx/public_html/libs/whoissrc/whois.parser.php on line 879
[31-Aug-2020 12:18:31 UTC] PHP Notice: Undefined index: y in /home/xxxx/public_html/libs/whoissrc/whois.parser.php on line 880
the error around here
I'm using php 7.4, can someone help me to fix this?
The text was updated successfully, but these errors were encountered: