• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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