• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Can not create subdomains

K

kaizer

Guest
After upgrading to Plesk 9.5.2, I can not create subdomains. The error message is:

ERROR: PleskUtilException
Unable to execute subdomainmng: Empty error message from utility.

0: class.SubDomain.php:115
SubDomain->create()
1: class.SubDomain.php:160
SubDomain->update()
2: class.SubDomainManager.php:211
SubDomainManager->update()
3: subdom_edit.php:81
require(string '/usr/local/psa/admin/htdocs/domains/subdomains/subdom_edit.php')
4: plesk.php:51

The folder is being created, but with no data.
 
Do you have default skeleton in /var/www/vhosts/.skel/0 directory?
Restore it if not with following commands:

# mkdir -p /var/www/vhosts/.skel/0
# tar zxf /usr/local/psa/tmp/default_skeleton.tgz -C /var/www/vhosts/.skel/0
 
Hello this solution seems to be great or me but how i can enter this two commands ? I'm a newbie with Plesk :)
Thank you for your helping.
 
Contact Parallels Support Team if you are not familiar with Unix Command Line Interface.
 
Back
Top