• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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