• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Error when creating subdomains

O

oarandes

Guest
Hi everybody,

I installed a plesk 8.1 in a centos 4 system and I ham having some problems when creating subdomains.
I have the following error and the subdomain is not listed as created:

ERROR: PleskException
dnsmng::update() failed: dnsmng failed: dnsmng: idn_toascii_safe(.(none).) failed: Invalid length

0: /usr/local/psa/admin/plib/dns/DNSManager.php:792
DNSManager::updateDNSZone(object of type DNSZone)
1: /usr/local/psa/admin/plib/class.PhDomain.php:713
PhDomain->restartServices()
2: /usr/local/psa/admin/plib/class.PhDomain.php:616
PhDomain->update()
3: /usr/local/psa/admin/plib/class.BsDomain.php:369
BsDomain->update()
4: /usr/local/psa/admin/plib/class.SubDomain.php:106
SubDomain->create()
5: /usr/local/psa/admin/plib/class.SubDomain.php:170
SubDomain->update()
6: /usr/local/psa/admin/plib/class.SubDomainManager.php:207
SubDomainManager->update()
7: /usr/local/psa/admin/htdocs/domains/subdomains/subdom_edit.php:89

any suggestions?

Thanks in advance.
 
Possibly domain reconfiguration help you:

# $PRODUCT_ROOT_D/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=<domain.tld>

Note: $PRODUCT_ROOT_D and $HTTPD_CONF_D paths are defined in /etc/psa/psa.conf
 
Back
Top