• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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