Hello,
I am asking for help to solve a problem since the update of whm
Since the update of whm CENTOS 7.7 v84.0.17, I can no longer add a domain to my cpanel account. It shows me the following message (Can't use an undefined value as an ARRAY reference at /usr/local/cpanel/Cpanel/DNS/GetNameservers.pm line 133. [A warning occurred while processing this directive.])
-----------------------------------------------------------------------------
GetNameservers.pm line 133
132 if ($first_responsive_nss_are_for_tld) {
133 my @nss = map { @$_ } values %$ip_lookup_hr;
# You might think that the recursive_queries above would just get the nameservers. Ha.
# In the event that the NS are the only thing setup, and as part of the parent zone, unbound can't see them.
# So, we have to interrogate them directly to get the NS, which we can then ask unbound again as to their A records.
@names = _find_names_and_ips_with_nameservers_for_domain( $domain, \@nss, $ip_lookup_hr, $unbound, $get_ips );
}
else {
@names = @$first_responsive_nameservers;
}
---------------------------------------------------------
Thanks for your help
Bestregard
I am asking for help to solve a problem since the update of whm
Since the update of whm CENTOS 7.7 v84.0.17, I can no longer add a domain to my cpanel account. It shows me the following message (Can't use an undefined value as an ARRAY reference at /usr/local/cpanel/Cpanel/DNS/GetNameservers.pm line 133. [A warning occurred while processing this directive.])
-----------------------------------------------------------------------------
GetNameservers.pm line 133
132 if ($first_responsive_nss_are_for_tld) {
133 my @nss = map { @$_ } values %$ip_lookup_hr;
# You might think that the recursive_queries above would just get the nameservers. Ha.
# In the event that the NS are the only thing setup, and as part of the parent zone, unbound can't see them.
# So, we have to interrogate them directly to get the NS, which we can then ask unbound again as to their A records.
@names = _find_names_and_ips_with_nameservers_for_domain( $domain, \@nss, $ip_lookup_hr, $unbound, $get_ips );
}
else {
@names = @$first_responsive_nameservers;
}
---------------------------------------------------------
Thanks for your help
Bestregard