• 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

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