• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Cannot remove a domain

S

Sushant

Guest
Hi there..

I am getting the following error while removing a domain from a Plesk 9.3.0 control panel.

------------------------------------------
The service is not available now.
Contact your provider for details.

Internal Plesk error occurred:
mailmng failed: Unable to prepare SQL statement for query 'DELETE FROM domains WHERE name=?': no such table: domains Unable to remove auth record for domain domainname.com
------------------------------------------

Its a VPS and I am aware about the VEID 1 IP address should be allowed in APF, also I gave it a try rebooting but it didn't helped.

Please let me know how to remove a domain manually from Plesk..

Thank you for any help.... :)
 
Last edited by a moderator:
Try to perform following investigation:

Put mouse cursor on domain name and in you will see ID of domain in browser information panel.
Then login as root to your Plesk server and login to Plesk database with

mysql -uadmin -p`cat /etc/psa/.psa/shadow` psa

then run following sql query:

select * from domains where id=xxx\G
where 'xxx' - ID of your domain.
 
Hello Igor,

Sorry for delay.. I could not check this fix since the server was reinstalled.

Anyway, Thank you for your reply.. It will help someone else :)
 
Back
Top