• 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.

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