• 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/

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