• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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