• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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