• 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

dnsmng failed: dnsmng: Unable to open DNS config file: No such file or directory

S

spoorn

Guest
Hi,

i have updated my plesk to the new 8.2. When i want to create a new domain or domain aliase i get the following error:

Code:
ERROR: PleskException  	
Shortcut erstellenShortcut erstellen
Eine Ebene höherEine Ebene höher
Unable to create dnsmng object: dnsmng failed: dnsmng: Unable to open DNS config file: No such file or directory

System error 2: No such file or directory

0: /usr/local/psa/admin/plib/dns/DNSManager.php:1015
    DNSManager::deleteDNSZone(object of type DNSZone)
1: /usr/local/psa/admin/plib/dalias/DAliasManager.php:209
    DAliasManager::updateDAlias(object of type DAlias)
2: /usr/local/psa/admin/htdocs/domains/domain_alias_edit.php:102

What can I do?

Many thanks
 
Hi spoorn
try this to fix it

Code:
mkdir /var/lib/psa/dumps/DOMAIN
chown psaadm:psaadm /var/lib/psa/dumps/DOMAIN
chmod 750 /var/lib/psa/dumps/DOMAIN
 
Back
Top