• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.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