Error Undefined index: y
dogecloudmining opened this issue · comments
dogecloudmining commented
[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?
David Saez Padros commented
Please include the domain name that causes the error