• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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