• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Can't delete domain

I

iandunn

Guest
When I try to delete a domain I get this error:

Error: Unable to remove domains: Problems occured while removing domains: Unable to remove hosting: Unable to delete virtual host: websrvmng failed: Unexpected error

I tried the steps in this thread but they didn't help
 
An error occured during domain removal: Unable to remove domains: Unable to remove ho

Error :
******************************
An error occured during domain removal: Unable to remove domains: Unable to remove hosting: Unable to delete virtual host
: websrvmng failed: Filename: \\?\C:\Windows\system32\inetsrv\config\applicationHost.config
Error: Cannot commit configuration changes because the file has changed on disk
In module
Exception type: System.IO.FileLoadException
at Microsoft.Web.Administration.Interop.AppHostWritableAdminManager.CommitChanges()
at Microsoft.Web.Administration.ConfigurationManager.CommitChanges()
at Microsoft.Web.Administration.ServerManager.CommitChanges()
at ServerManagerFactory.commit()
at IIS7ServerManager.commit(IIS7ServerManager* )
at remove(shahrezamelk.ir)(WebServerMap::remove line 81)
at deleteHosting(shahrezamelk.ir)(WebServerAdapter::deleteHosting line 417)
at deleteHosting(shahrezamelk.ir)(WebServerManager::deleteHosting line 2855)
at execute console command --remove-vhost(vconsoleapp::start line 129)
at execute "C:\Program Files (x86)\Parallels\Plesk\/admin/bin/websrvmng" --remove-vhost "--vhost-name=shahrezamelk.ir"
(vconsoleapp::run line 140)

******************************

OR This Error When Change Configuration or Status :

Table::select() failed: no such row in the table


Solution :

1. Open Database of Plesk , It may be one of the formats : ( MsAcess , MySQL or MsSQL )

Example path for Plesk by MsAccess format : C:\Program Files (x86)\Parallels\Plesk\admin\db\psa.MDB



2. Open Query page and use this command :

SELECT * FROM domains d LEFT JOIN dns_zone z ON d.dns_zone_id=z.id WHERE z.id IS NULL;



3. Then Run this command, do not forget to replace YourDomain.com with a real domain name and ADMIN-EMAIL with a correct email:

INSERT INTO dns_zone (name, displayName, email) VALUES ('YourDomain.com', 'YourDomain.com', 'ADMIN-EMAIL');


4. Know new zone ID:

SELECT id, name FROM dns_zone where name='YourDomain.com';

5. Enter correct ID , Don't forget to replace YourDomain.com and DNS-ZONE-ID with correct values:

UPDATE domains SET dns_zone_id='DNS-ZONE-ID' WHERE name='YourDomain.com';

Restart the Plesk and dependent services.

Go to Plesk => YourDomain.com => DNS settings => Restore Defaults => OK


Have a Good Time
Masoud Saeidi
www.EsfahanHost.com
 
Back
Top