• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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