• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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