• 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

Problem creating subdomains

K

KoSoVaR

Guest
Unable to execute subdomainmng: Empty error message from utility.

--------------------------------------------------------------------------------

0: /opt/psa/admin/plib/class.SubDomain.php:125
SubDomain->create()
1: /opt/psa/admin/plib/class.SubDomain.php:170
SubDomain->update()
2: /opt/psa/admin/plib/class.SubDomainManager.php:212
SubDomainManager->update()
3: /opt/psa/admin/htdocs/domains/subdomains/subdom_edit.php:86

Anyone have any ideas? Debian :-D
 
The problem could be related to the subdomain skeletons (/var/www/vhosts/.skel/0/), and could be caused by a broken upgrade.. Try to create the subdomain manually:
> /usr/local/psa/bin/subdomain.sh -c sub -domain `hostname` -ftp_user main -ssi
true -php true -cgi true -perl true -asp true -python true -ssl true
Then check log:
/usr/local/psa/admin/logs/httpsd_error_log
 
Back
Top