• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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